Date: Thu, 21 Feb 2013 22:17:31 -0800 From: Tim Kientzle <tim@kientzle.com> To: Alie Tan <alie@affle.com> Cc: freebsd-arm@freebsd.org Subject: Re: Unable to copy DTB into module directory Message-ID: <FC5D35F7-0057-4EDE-B0EB-36492476D929@kientzle.com> In-Reply-To: <3A8BA2BC-6707-4309-B6E3-5B15712ED67D@kientzle.com> References: <CANuCnH_4dxzBfVjxgX2FOtVKYm9BM0ZwdeDvp5-xPX8c5ggzHA@mail.gmail.com> <3A8BA2BC-6707-4309-B6E3-5B15712ED67D@kientzle.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FC5D35F7-0057-4EDE-B0EB-36492476D929>