Date: Sat, 23 Feb 2013 12:55:29 +0800 From: Alie Tan <alie@affle.com> To: Tim Kientzle <tim@kientzle.com> Cc: "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org> Subject: Re: Unable to copy DTB into module directory Message-ID: <CANuCnH_VS-QaDHc1km=muLsd2%2Bzp6NXO2OqMGED2PrNxWH%2BLMw@mail.gmail.com> In-Reply-To: <CANuCnH9zJWKUkJY6Rx3pE=JZRpG0-tPEKsa_Z%2B0nkpxEgV=RTA@mail.gmail.com> References: <CANuCnH_4dxzBfVjxgX2FOtVKYm9BM0ZwdeDvp5-xPX8c5ggzHA@mail.gmail.com> <3A8BA2BC-6707-4309-B6E3-5B15712ED67D@kientzle.com> <FC5D35F7-0057-4EDE-B0EB-36492476D929@kientzle.com> <CANuCnH87A=XH2P%2BBQ=JFHuz0b92k82cO6bsPzFvRPy0qs=OnEw@mail.gmail.com> <CANuCnH9zJWKUkJY6Rx3pE=JZRpG0-tPEKsa_Z%2B0nkpxEgV=RTA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Feb 22, 2013 at 7:56 PM, Alie Tan <alie@affle.com> wrote: > On Fri, Feb 22, 2013 at 7:48 PM, Alie Tan <alie@affle.com> wrote: > >> On Fri, Feb 22, 2013 at 2:17 PM, Tim Kientzle <tim@kientzle.com> wrote: >> >>> >>> On Feb 21, 2013, at 10:07 PM, Tim Kientzle wrote: >>> >>> > On Feb 21, 2013, at 9:50 PM, Alie Tan wrote: >>> >> >>> >> I just built RasPi image and keeps getting this message: >>> >> >>> >> "unable to copy DTB into module directory" >>> >> >>> >> then the raspi reboot again and again. >>> > >>> > Try backing out r247045 and see if that fixes >>> > it for you. >>> > >>> > 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: >>> >> Fyi, Reverting r247045 didn't help my proble :-( >> > Sorry for incomplete information. Reverting r247045 removes "unable to > copy DTB into module directory" error message but my raspi still keeps > rebooting after bootloader > Removing WITH_ARM_EABI="YES" solved my problem > >>> 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?CANuCnH_VS-QaDHc1km=muLsd2%2Bzp6NXO2OqMGED2PrNxWH%2BLMw>