From owner-freebsd-arm@freebsd.org Wed Jul 15 21:30:05 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85BEF9A3059 for ; Wed, 15 Jul 2015 21:30:05 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44408186F; Wed, 15 Jul 2015 21:30:04 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 48C1F1FE022; Wed, 15 Jul 2015 23:30:02 +0200 (CEST) Message-ID: <55A6D121.6000403@selasky.org> Date: Wed, 15 Jul 2015 23:31:13 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Glen Barber , Carl Johnson CC: freebsd-arm@freebsd.org Subject: Re: RPi won't boot 10.2-BETA1 -- SOLVED References: <87wpy41zjt.fsf@elk.localnet> <87y4iiyt29.fsf@elk.localnet> <20150715040109.GV15828@FreeBSD.org> In-Reply-To: <20150715040109.GV15828@FreeBSD.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2015 21:30:05 -0000 I'm seeing the same problem with RPI-B: U-Boot 2013.01-rc1 (Jul 05 2015 - 05:09:50) DRAM: 224 MiB WARNING: Caches not enabled MMC: bcm2835_sdhci: 0 ** Partition 1 not valid on device 0 ** Failed to register mmc0:1 Using default environment In: serial Out: lcd Err: lcd mbox: Timeout waiting for response bcm2835: Could not set USB power state Net: Net Initialization Skipped No ethernet found. ** Unrecognized filesystem type ** Hit any key to stop autoboot: 0 Booting from: mmc 0 ubldr ** Unrecognized filesystem type ** U-Boot> With multiple SD cards. How can this be solved? --HPS