On Wed, Dec 16, 2015 at 7:18 AM, <[email protected]> wrote: > So I am trying to figure out where the capemgr is loading my overlay from > because when I replace the existing file in /lib/firmware I am not seeing > any of the changes I've made becoming active. In fact, if I delete my .dtbo > from /lib/firmware and any other directory the system is still able to load > that overlay. > > Some system information: > BeagleBoard.org Debian Image 2015-10-11 > 4.1.13-ti-r35 > > Also I am running the image from a microSD card but I also have a working > image on the eMMC. I've ensured that the file doesn't exist on the eMMC > image, although I'm not sure if that matters. > Is the file stored somewhere else other than /lib/firmware after being > loaded?
run: sudo update-initramfs -uk `uname -r` as they got previously copied from /lib/firmware -> initrd.img-`uname -r` 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.
