From owner-freebsd-arm@freebsd.org Wed Oct 21 17:58:30 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 B0EE2A1A090 for ; Wed, 21 Oct 2015 17:58:30 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from erouter6.ore.mailhop.org (erouter6.ore.mailhop.org [54.187.213.119]) (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 8723A913 for ; Wed, 21 Oct 2015 17:58:30 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from ilsoft.org (unknown [73.34.117.227]) by outbound3.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Wed, 21 Oct 2015 17:58:08 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id t9LHwSgV016292; Wed, 21 Oct 2015 11:58:28 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1445450308.14963.12.camel@freebsd.org> Subject: Re: having trouble booting 10.2 and current on pi B+ From: Ian Lepore To: laszlo vagner , freebsd-arm@freebsd.org Date: Wed, 21 Oct 2015 11:58:28 -0600 In-Reply-To: <5627CE70.3050606@vagner.com> References: <561B4A25.2030703@gmail.com> <20151012232952.GR67524@funkthat.com> <626A93AA-8E14-4027-8FFC-95CA2AC77193@kientzle.com> <59E5C236-908F-4AAA-942B-7E5FE5B76C0D@gmail.com> <1445186896.71631.57.camel@freebsd.org> <5625EA6D.3000305@gmail.com> <1445348388.73744.2.camel@freebsd.org> <5627CE70.3050606@vagner.com> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 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, 21 Oct 2015 17:58:30 -0000 On Wed, 2015-10-21 at 13:42 -0400, laszlo vagner wrote: > currently trying to boot pretty much any version of freebsd on my PI > B+ > (not pi2) > > i successfully booted and ran rasbian fine so i know the hardware is > working. > > got the current version from here > > ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/arm/armv6/ISO-IMAGES/11.0 > /FreeBSD-11.0-CURRENT-arm-armv6-RPI-B-20151016-r289420.img.xz > > > > uncompressed it using 7zip on a win7 x64 machine then used > win32diskimager to write it to the micro sdcard. > > what i end up with is > --------------------------------------------- > 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 auto boot: 0 > booting from: mmc 0 ubldr > **unrecognized filesystem type** > U-boot > > ---------------------------------------------- > > > tried this with the 10-2 version also same result. > tried using both versions on 3 different sdcards same thing. > > > i cannot get past this error as even the keyboard dont work. > > need some help. > > > all of this worked fine on my pi2 B model (using current of course) > but > the pi B+ wont boot. > > George This is a problem with the sd driver in the ancient version of u-boot we've been using on rpi. It works fine on some cards, fails on others. I found that the latest mainline u-boot now supports rpi well and doesn't have this problem anymore, and we've just been waiting for the u-boot project to make their final 2015.10 release, which they did yesterday. The updates to the u-boot-rpi port should be committed today, and the next set of rpi images (later this week) should work more reliably. -- Ian