On Wed, Mar 5, 2014 at 10:02 AM, porkupan <[email protected]> wrote: > I guess, I should have realized that the filesystems get mounted only after > the DT overlays are loaded. So only the DT overlays linked directly into > the kernel image (as part of the kernel build) are available at startup > time. Well, this sucks, but at least I know what to do now.
As a workaround in the debian images ( i need to write something similar for the ubuntu images) I wrote a generic init script that does "echo cape > /sys/devices/bone_capemgr.9/slots" on startup to bypass this probme... https://github.com/RobertCNelson/omap-image-builder/blob/master/target/init_scripts/capemgr-debian.sh Regards, -- Robert Nelson http://www.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/groups/opt_out.
