From owner-freebsd-arm@FreeBSD.ORG Mon Sep 30 14:13:21 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 55C0E8CE for ; Mon, 30 Sep 2013 14:13:21 +0000 (UTC) (envelope-from lists.br@gmail.com) Received: from mail-wi0-x235.google.com (mail-wi0-x235.google.com [IPv6:2a00:1450:400c:c05::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E8BAB2A7B for ; Mon, 30 Sep 2013 14:13:20 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id ex4so3931247wid.14 for ; Mon, 30 Sep 2013 07:13:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=1oevqseLUivI4aMvTx3jOY4Ujz2d8Jhf7AoFxsYCBAQ=; b=sq3qJ8beYdI7v+B0qKBMyWdrCwrqDtSDLtz03tHkt2bVLArUy6gJJlef4SDMxf6AWn gvaihPdIepixqymvwH8cgAPZyMEx3BgmrB+nrHRZhcpra6I6fBQnI8MaLjymTIgNmEYx yzBZ0aVWUe4EhA5rn3pbIM2qYNQvT5FyH840JV0YraYVo4ZpeFngibvsvgyb+txLi+/G ZOH2+VMubwS66w761nJHkPoWzjAPGB11gXrO2xSKjvBaU+rZpQ2EsQyrwPAIxd4uLaAg 3snsn6lcP3IbVeF4pFzhDtwWl8xmSkwM6VnjhgKIYFm7hXs/ZXMqF2iDxADINzvOyGPo 2Q5Q== MIME-Version: 1.0 X-Received: by 10.194.242.200 with SMTP id ws8mr1678982wjc.60.1380550399357; Mon, 30 Sep 2013 07:13:19 -0700 (PDT) Received: by 10.216.75.140 with HTTP; Mon, 30 Sep 2013 07:13:19 -0700 (PDT) In-Reply-To: <524983A4.9030302@caliopea.com> References: <5248011B.90200@caliopea.com> <52482FC1.4010703@ceetonetechnology.com> <524983A4.9030302@caliopea.com> Date: Mon, 30 Sep 2013 11:13:19 -0300 Message-ID: Subject: Re: raspberry pi rev B : no luck booting.. From: Luiz Otavio O Souza To: john smith Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Sep 2013 14:13:21 -0000 On 30 September 2013 10:59, john smith wrote: > Le 29/09/2013 15:48, George Rosamond a =E9crit : > [...] > > All give the same result: the short "act" blink whenever a freebsd SD car= d > is inserted.... > > >> >> I haven't used Tom K's images in a while, but I would assume they are >> fine. > > I think they are all fine but not with my board... is the serial on GPIO > will say something if I buy an adaptater ? , or is the boot desperetly > blind, until an OS is booted ? > I've seen quite nothing about serial debug... We don't support yet the use of the 'ok' led as the usage indicator for SD card, so it's ok if you only see a short blink there (it's the kernel being loaded and after that it will not work anymore). It take a while to fully boot the RPi, but after the kernel starts you should see the kernel output on HDMI or composite video. The serial works as console. You can get a more verbose output of the boot process there. Luiz