On Thu, Jan 16, 2014 at 5:19 PM, Louis McCarthy <[email protected]> wrote: > Thanks, that did help me troubleshoot. I also ran as root (sudo su) and was > getting error messages, but some of those errors were bogus. A quick check > with 'dmesg' showed that the command actually went through. > > Manual loading now finds the dtbo files, but still no love on auto loading > capes at boot....looking into it some more. > > Is it possible that the boot system is trying to find the files in the boot > image and not the eMMC root filesystem? I haven't had this much trouble with > capes before (on other distros).....
in /boot/uboot/uEnv.txt did you enable it via: optargs=capemgr.enable_partno=xzy It's also got to be built-in.. https://github.com/RobertCNelson/linux-dev/blob/am33x-v3.8/patches/defconfig#L1305 We had problems the past with loading dtbo's from /lib/firmware/ 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.
