From owner-freebsd-arm@FreeBSD.ORG Fri Nov 30 01:02:17 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F5E7D76 for ; Fri, 30 Nov 2012 01:02:17 +0000 (UTC) (envelope-from gonzo@id.bluezbox.com) Received: from id.bluezbox.com (id.bluezbox.com [88.198.91.248]) by mx1.freebsd.org (Postfix) with ESMTP id 3F0FF8FC15 for ; Fri, 30 Nov 2012 01:02:16 +0000 (UTC) Received: from [88.198.91.248] (helo=[IPv6:::1]) by id.bluezbox.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1TeEzX-000PJ2-JH for freebsd-arm@freebsd.org; Thu, 29 Nov 2012 17:02:09 -0800 Message-ID: <50B8058C.9030909@bluezbox.com> Date: Thu, 29 Nov 2012 17:02:04 -0800 From: Oleksandr Tymoshenko User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: freebsd-arm@freebsd.org Subject: Re: FreeBSD on Raspberry Pi 512MB (with U-Boot + ubldr) References: <3988C1622A974F19A9D3888F0334FF10@ad.peach.ne.jp> In-Reply-To: <3988C1622A974F19A9D3888F0334FF10@ad.peach.ne.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: gonzo@id.bluezbox.com X-Spam-Level: -- X-Spam-Report: Spam detection software, running on the system "id.bluezbox.com", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: On 11/29/2012 12:04 PM, Daisuke Aoyama wrote: > Hello, > > The recent change about "fdt addr" is very interesting. > > So, I'm building with FreeBSD 10-current(svn 243675 + > fdt-memreserve.diff). > It needs some little modification to U-Boot. > > My first impression is "The time is not stable". > However, it works on Raspberry Pi w/512MB! Thank you for porting. > > You can download my test binary from: > > http://www.peach.ne.jp/archives/rpi/freebsd-pi-20121130.img.gz > > Download and decompress it, then write it to SD. > This image requires SD 4GB or more. > I'm using as headless. So, you need a serial console for seeing the > boot log. > If you need to change the value on it, please mount the second > partition (e.g. /dev/da0s2a). > > Note: first time, it takes about 2 minutes due to generate the SSH keys. [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 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: Fri, 30 Nov 2012 01:02:17 -0000 On 11/29/2012 12:04 PM, Daisuke Aoyama wrote: > Hello, > > The recent change about "fdt addr" is very interesting. > > So, I'm building with FreeBSD 10-current(svn 243675 + > fdt-memreserve.diff). > It needs some little modification to U-Boot. > > My first impression is "The time is not stable". > However, it works on Raspberry Pi w/512MB! Thank you for porting. > > You can download my test binary from: > > http://www.peach.ne.jp/archives/rpi/freebsd-pi-20121130.img.gz > > Download and decompress it, then write it to SD. > This image requires SD 4GB or more. > I'm using as headless. So, you need a serial console for seeing the > boot log. > If you need to change the value on it, please mount the second > partition (e.g. /dev/da0s2a). > > Note: first time, it takes about 2 minutes due to generate the SSH keys. Thanks for testing! I'm putting together new instruction on how to build image. > > > BTW, SDHCI is not yet stable? There is one issue with setting SDHCI clock. I'll commit fix later today.