From owner-freebsd-arm@FreeBSD.ORG Sat Mar 9 14:29:00 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 51F10A69 for ; Sat, 9 Mar 2013 14:29:00 +0000 (UTC) (envelope-from mats@exmandato.se) Received: from ext.mellstrand.net (ext.mellstrand.net [IPv6:2001:2040:4:2::51]) by mx1.freebsd.org (Postfix) with ESMTP id D4DEA3FA for ; Sat, 9 Mar 2013 14:28:59 +0000 (UTC) Received: by ext.mellstrand.net Sat, 9 Mar 2013 14:28:55 GMT From: Mats Mellstrand Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: RPi booting problem Message-Id: Date: Sat, 9 Mar 2013 15:29:00 +0100 To: "freebsd-arm@freebsd.org" Mime-Version: 1.0 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: Sat, 09 Mar 2013 14:29:00 -0000 Hi 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 When I try to boot, the uboot goes in to a cyclic restart... U-Boot 2013.01-rc1-g6709570-dirty (Nov 30 2012 - 19:09:28) DRAM: 448 MiB WARNING: Caches not enabled MMC: bcm2835_sdhci: 0 Using default environment 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 ... U-Boot 2013.01-rc1-g6709570-dirty (Nov 30 2012 - 19:09:28) over and over .... Suggestions? /mm