From owner-freebsd-arm@freebsd.org Wed Oct 21 17:43:53 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 DE8E6A1BE3C for ; Wed, 21 Oct 2015 17:43:53 +0000 (UTC) (envelope-from george@vagner.com) Received: from p3plsmtpa08-01.prod.phx3.secureserver.net (p3plsmtpa08-01.prod.phx3.secureserver.net [173.201.193.102]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B687ECD for ; Wed, 21 Oct 2015 17:43:53 +0000 (UTC) (envelope-from george@vagner.com) Received: from [192.168.0.128] ([172.242.226.83]) by p3plsmtpa08-01.prod.phx3.secureserver.net with id Xti91r0091obfVo01tiCC4; Wed, 21 Oct 2015 10:42:15 -0700 Subject: having trouble booting 10.2 and current on pi B+ 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> To: freebsd-arm@freebsd.org From: laszlo vagner Message-ID: <5627CE70.3050606@vagner.com> Date: Wed, 21 Oct 2015 13:42:08 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1445348388.73744.2.camel@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, 21 Oct 2015 17:43:54 -0000 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