From owner-freebsd-arm@FreeBSD.ORG Fri Feb 22 06:17:36 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7669A782 for ; Fri, 22 Feb 2013 06:17:36 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id 530D9914 for ; Fri, 22 Feb 2013 06:17:35 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r1M6HYTo000125; Fri, 22 Feb 2013 06:17:34 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.143] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id pvakrjutbrbvhd2csp8gafv8cs; Fri, 22 Feb 2013 06:17:34 +0000 (UTC) (envelope-from tim@kientzle.com) Subject: Re: Unable to copy DTB into module directory Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=us-ascii From: Tim Kientzle In-Reply-To: <3A8BA2BC-6707-4309-B6E3-5B15712ED67D@kientzle.com> Date: Thu, 21 Feb 2013 22:17:31 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: References: <3A8BA2BC-6707-4309-B6E3-5B15712ED67D@kientzle.com> To: Alie Tan X-Mailer: Apple Mail (2.1283) 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: Fri, 22 Feb 2013 06:17:36 -0000 On Feb 21, 2013, at 10:07 PM, Tim Kientzle wrote: > On Feb 21, 2013, at 9:50 PM, Alie Tan wrote: >>=20 >> I just built RasPi image and keeps getting this message: >>=20 >> "unable to copy DTB into module directory" >>=20 >> then the raspi reboot again and again. >=20 > Try backing out r247045 and see if that fixes > it for you. >=20 > Also try breaking into the U-Boot prompt > and entering Sorry, left out some steps here. (To clarify, this is a separate experiment to be done with an image that includes r247045). The instructions should say: 1) Remove the "fdt addr 0x100" command from loader.rc 2) Early in boot, break to the U-Boot prompt (hit any key during the = 3-second countdown) 3) Enter these two commands to U-Boot U-Boot> fdt addr 0x100 U-Boot> run bootcmd This way, U-Boot will identify the FDT and ubldr will get it from U-Boot (instead of ubldr accessing it directly). Tim