> On Sep 25, 2015, at 06:40 , Robert Nelson <[email protected]> wrote: > > On Fri, Sep 25, 2015 at 6:41 AM, Rick Mann <[email protected]> wrote: >> So, I'm definitely seeing that for a given overlay name echoed to $SLOTS, >> once loaded, capemgr won't load it again if it changes. It pretends to, but >> the device tree it creates is identical to what it did before. I have to >> reboot to be able to see changes. >> >> I don't know if this is expected behavior or not, or if I'm doing something >> wrong somewhere, but I've made more progress since starting to reboot for >> every change than I have in the two days before. >> >> Needless to say, having to reboot kinda takes the fun out of capemgr. >> >> Any ideas? 4.1.4-ti-r9. > > Your actually fighting the initramfs.. > > https://github.com/beagleboard/bb.org-overlays/blob/master/install.sh#L51-L57 > > Once you run the ./install.sh all built *.dtbo's get copied into the > initramfs. So your fighting the older version.
Huh. I don't think I ran that script (I just copied the resulting .dtbos to /lib/firmware). But, is that somehow getting my own .dtbo into initramfs transparently? I build it with my own commands, and copy it from my build dir to /lib/firmware with cp… -- Rick Mann [email protected] -- 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.
