Date: Sat, 23 Feb 2013 14:01:42 -0800 From: Tim Kientzle <tim@kientzle.com> To: Alie Tan <alie@affle.com> Cc: "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org> Subject: Re: Unable to copy DTB into module directory Message-ID: <C32C14E0-E8D3-4970-8A40-19D25803EBDA@kientzle.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
> >> > >> 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. > > >=20 > 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 boot loader I believe that r247201 fixes the bug I introduced with r247045 and should allow RPi to boot cleanly again. (Though I seem to have some other problem locally that I need to track down=85) This should also make it possible to have U-Boot pick up the FDT from the RPi boot code (by adding "fdt addr 0x100" to the right place in uEnv.txt or the u-boot loader script) and remove that command from loader.rc. If U-Boot knows about the FDT, then ubldr should pick it up automatically now. I've made the necessary adjustment to my build scripts; it should be a very small tweak to Oleksandr's as well. Let me know if this works for you. Tim
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C32C14E0-E8D3-4970-8A40-19D25803EBDA>