On Tue, Jul 21, 2015 at 7:06 AM, Pablo <[email protected]> wrote: > I'm sorry, I forgot to tell you in my last comment that I don't have those > files: > > /boot/dtbs/$(uname -r)/*.dtb > /boot/vmlinuz-$(uname -r) > > Maybe the tutorial I followed is not very up to date, It says nothing about > those files so I don't know where to get them.
yeah, it's an old tutorial.. vmlinuz-$(uname -r) = zImage and just mkdir -p /boot/dtbs/$(uname -r)/ and copy your newly built *.dtb to it.. /boot/ is on the ext4 partition (rootfs) Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
