From owner-freebsd-arm@FreeBSD.ORG Sun Mar 10 02:45:09 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 26F90AFC for ; Sun, 10 Mar 2013 02:45:09 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id F16A67D5 for ; Sun, 10 Mar 2013 02:45:08 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r2A2j2rF012043; Sun, 10 Mar 2013 02:45:02 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.143] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id q7zhvunq5csdtsj5fawtj47ebe; Sun, 10 Mar 2013 02:45:01 +0000 (UTC) (envelope-from tim@kientzle.com) Subject: Re: RPi booting problem Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=windows-1252 From: Tim Kientzle In-Reply-To: Date: Sat, 9 Mar 2013 18:45:01 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Mats Mellstrand X-Mailer: Apple Mail (2.1283) 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: Sun, 10 Mar 2013 02:45:09 -0000 On Mar 9, 2013, at 6:29 AM, Mats Mellstrand wrote: > Hi >=20 > I have checked out the latest from head and built world and kernel = (conf/RPI-B) and finally created and image that I written to a flash. > I have used freebsd-uboot-20130201.tar.gz=20 >=20 > When I try to boot, the uboot goes in to a cyclic restart... >=20 > U-Boot 2013.01-rc1-g6709570-dirty (Nov 30 2012 - 19:09:28) >=20 > DRAM: 448 MiB > WARNING: Caches not enabled > MMC: bcm2835_sdhci: 0 > Using default environment >=20 > In: serial > Out: lcd > Err: lcd > bcm2835: USB power in ON > Net: Net Initialization Skipped > No ethernet found. > Hit any key to stop autoboot: 0=20 > reading uEnv.txt > reading boot.scr > 137 bytes read in 9023 ms (0 Bytes/s) > Running bootscript from mmc0 ... > ## Executing script at 00200000 > reading ubldr > 238023 bytes read in 60497 ms (2.9 KiB/s) > ## Starting application at 0x02000054 ... >=20 >=20 > U-Boot 2013.01-rc1-g6709570-dirty (Nov 30 2012 - 19:09:28) >=20 > over and over =85. Seems like your ubldr is broken. Try copying ubldr from another image somewhere and see if that fixes it. Here's a description of the RPi boot process for FreeBSD: = https://github.com/kientzle/freebsd-beaglebone/tree/master/board/Raspberry= Pi/boot The directory above that has a higher-level description of how FreeBSD works on RaspberryPi: = https://github.com/kientzle/freebsd-beaglebone/tree/master/board/Raspberry= Pi Tim