From owner-freebsd-arm@FreeBSD.ORG Wed Jan 22 01:21:48 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2583B09; Wed, 22 Jan 2014 01:21:48 +0000 (UTC) Received: from mail-pd0-x230.google.com (mail-pd0-x230.google.com [IPv6:2607:f8b0:400e:c02::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F2BA1DA9; Wed, 22 Jan 2014 01:21:48 +0000 (UTC) Received: by mail-pd0-f176.google.com with SMTP id w10so3654624pde.7 for ; Tue, 21 Jan 2014 17:21:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=jqn7uxssCftn12kXOxxBk2vfL5FSCGlMs5ytg3ZvdCo=; b=Ke00G0w1DWZthRaKPj0VQkeJmO+gOP/j8ft4dMDY6BZwcEWsP5tDM86iFxs2xAgKlJ ruKf0EQ6ysUet16s0d3eZlgxxZZPTXb9VhjHDeTnldt2l2QigjpyGtsXWzDwImngxCx/ CbxNhRwFFiIorvtv0GdDca3OBC6akCmlqAnOtTpMOUryRoYia/Uh+8tNUnjh/j96UtJx AiyevVrTy0PO2QcfHxin6JUN22C4s2wtsv0nAt4h2zkm8nVwmtmDrdkiODnEcA61kdhx tXDZLHPuT9GiYB6nfxmSByVef5twg0dDifyW42MccO1oWFFrqQ/vZ0XO9yVTsxMwCY96 dx3g== X-Received: by 10.66.154.169 with SMTP id vp9mr27709357pab.39.1390353708205; Tue, 21 Jan 2014 17:21:48 -0800 (PST) MIME-Version: 1.0 Received: by 10.70.49.34 with HTTP; Tue, 21 Jan 2014 17:21:33 -0800 (PST) In-Reply-To: <20140122004915.GL35180@glenbarber.us> References: <20140121054346.GA61932@glenbarber.us> <20140121060912.GB61932@glenbarber.us> <20140122004915.GL35180@glenbarber.us> From: Jordan Starcher Date: Tue, 21 Jan 2014 20:21:33 -0500 Message-ID: Subject: Re: Raspberry Pi Binary Snapshot of 10.0? To: Glen Barber Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jan 2014 01:21:48 -0000 I gave the 10.0-RELEASE build a shot and it gets stuck early on in the boot kernel section. This is the same behavior I saw when I created a build using Crochet with the 10.0-RELEASE source. It's odd because it doesn't even make it far enough to hit the mounting error 19. I reflashed your 10.0-PRERELEASE and booted up perfectly. Also worth noting, the autosize_enable does work after the second boot. On Tue, Jan 21, 2014 at 7:49 PM, Glen Barber wrote: > Great to hear. > > FWIW, I've moved the location of the images, so they are all in one > directory (and checksums are included): > > http://people.freebsd.org/~gjb/RPI/ > > There is also an (untested by me yet, and *NOT* official) 10.0-RELEASE > image there. > > I'm working on integrating this into the release build process, so it is > very much "work in progress, may eat your cookies" kind of stuff. It is > a wrapper around Crochet to do clean-room builds within a chroot. > > The in-progress stuff is located here: > > svn.freebsd.org/base/user/gjb/hacking/release-embedded > > Glen > > On Tue, Jan 21, 2014 at 07:41:14PM -0500, Jordan Starcher wrote: > > Hi Glen, > > > > I tested with the 11.0-CURRENT image and had the same error: Mounting > > failed with error 19. > > > > I bought a new SD Card today and flashed your 10.0 image and it worked > > perfectly the first time! I guess these SD Cards are a bit finicky. > > > > Thank you very much for the help, your image seems to be working like a > > champ. I'll pickup another SD Card to test your 11.0 image as well. May I > > ask what build procedures you used? > > > > Best, > > Jordan > > > > > > On Tue, Jan 21, 2014 at 1:09 AM, Glen Barber wrote: > > > > > I should have noted I have not personally tested the 10.0-PRERELEASE > > > build. > > > > > > I have seen your issue in the past, however. I'm not clear on the > > > cause. > > > > > > For experimentation purpose, can you try this build? > > > > > > http://people.freebsd.org/~gjb/FreeBSD-11.0-CURRENT-RPI-B.img.bz2 > > > > > > I'm mostly curious if the behavior is the same (i.e., if may be related > > > to the SD card itself). > > > > > > SHA256 (FreeBSD-11.0-CURRENT-RPI-B.img.bz2) = > > > a7722ef975a04a8a7c651b616c802a7d7adf3811f768db65697b5a8e50c8300b > > > > > > Glen > > > > > > On Tue, Jan 21, 2014 at 01:00:44AM -0500, Jordan Starcher wrote: > > > > Hi Glen, > > > > > > > > I seem to be running into the same error with your build. I checked > the > > > > sha256 hash and had the correct binary. See attached error. > > > > > > > > Thanks, > > > > Jordan > > > > > > > > On Tuesday, January 21, 2014, Glen Barber wrote: > > > > > > > > > On Tue, Jan 21, 2014 at 12:38:15AM -0500, Jordan Starcher wrote: > > > > > > Hi, > > > > > > > > > > > > I've been trying to build a Raspberry Pi Model B binary image of > > > FreeBSD > > > > > > 10.0 using a 10.0 host and the crochet-freebsd script but have > been > > > > > > failing. I can get built image to POST, but it gets stuck when > > > attempting > > > > > > to initialize the kernel. > > > > > > > > > > > > Does anyone have a 10.0 image I can use? > > > > > > > > > > > > > > > > I have had some build failures with my release/10.0.0/ builds for > RPI. > > > > > > > > > > Can you try this image, built from stable/10/ ? > > > > > > > > > > > http://people.freebsd.org/~gjb/FreeBSD-10.0-PRERELEASE-RPI-B.img.bz2 > > > > > > > > > > SHA256 (FreeBSD-10.0-PRERELEASE-RPI-B.img.bz2) = > > > > > aec511f434d551c95a53c979add5b9b84d2618bbd2e2e012db9364e1985f5de3 > > > > > > > > > > Glen > > > > > > > > > > > > > > > > > > > >