From owner-freebsd-arm@FreeBSD.ORG Sat Dec 29 23:19:19 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 51043A59 for ; Sat, 29 Dec 2012 23:19:19 +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 DD7898FC0C for ; Sat, 29 Dec 2012 23:19:18 +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 1Tp5gG-000IBQ-0r; Sat, 29 Dec 2012 15:19:08 -0800 Message-ID: <50DF7A65.7090604@bluezbox.com> Date: Sat, 29 Dec 2012 15:19:01 -0800 From: Oleksandr Tymoshenko User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Tim Kientzle Subject: Re: FreeBSD on Raspberry Pi 512MB (with U-Boot + ubldr) References: <3988C1622A974F19A9D3888F0334FF10@ad.peach.ne.jp> <046DA83A0A7B4B489B3FD4471A3ACD98@ad.peach.ne.jp> In-Reply-To: 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 12/29/2012 2:38 PM, Tim Kientzle wrote: > On Dec 1, 2012, at 3:26 AM, Daisuke Aoyama wrote: > >>> You can try my test version from: >>> http://www.peach.ne.jp/archives/rpi/freebsd-pi-20121201.img.gz >>> >>> SHA256 (freebsd-pi-20121130.img.gz) = a4159301e2d7564ef065aa4c3d6afaef3284cc3ace1ae7c146aaea9e18ec0457 >>> SHA256 (freebsd-pi-20121201.img.gz) = 7a0b8bcda7f70c39b259811c12854fcf856af7e18436e9beb0c2fa25a7fdb0e0 >>> >>> Using config is here: >>> http://www.peach.ne.jp/archives/rpi/config/RPI-B-test3 >> If you have a problem such as "Unrecognized filesystem type", please try this version: >> >> http://www.peach.ne.jp/archives/rpi/test/uboot-20121201.img >> SHA256 (uboot-20121201.img) = 9218f3ce3a09b012eb250c044df9ed835929c207f3c3f89b21bfe249ef639a0f >> >> Rename it to uboot.img, then copy it to the SD you created. > Could you please send me the patches you used for this [...] 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] Cc: freebsd-arm@freebsd.org 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: Sat, 29 Dec 2012 23:19:19 -0000 On 12/29/2012 2:38 PM, Tim Kientzle wrote: > On Dec 1, 2012, at 3:26 AM, Daisuke Aoyama wrote: > >>> You can try my test version from: >>> http://www.peach.ne.jp/archives/rpi/freebsd-pi-20121201.img.gz >>> >>> SHA256 (freebsd-pi-20121130.img.gz) = a4159301e2d7564ef065aa4c3d6afaef3284cc3ace1ae7c146aaea9e18ec0457 >>> SHA256 (freebsd-pi-20121201.img.gz) = 7a0b8bcda7f70c39b259811c12854fcf856af7e18436e9beb0c2fa25a7fdb0e0 >>> >>> Using config is here: >>> http://www.peach.ne.jp/archives/rpi/config/RPI-B-test3 >> If you have a problem such as "Unrecognized filesystem type", please try this version: >> >> http://www.peach.ne.jp/archives/rpi/test/uboot-20121201.img >> SHA256 (uboot-20121201.img) = 9218f3ce3a09b012eb250c044df9ed835929c207f3c3f89b21bfe249ef639a0f >> >> Rename it to uboot.img, then copy it to the SD you created. > Could you please send me the patches you used for this I might be wrong but I think it just disables HS mode for SDHCI. Something like this: http://people.freebsd.org/~gonzo/patches/u-boot-pi-nohs.diff Daisuke will correct me if I'm wrong.