On Thu, Apr 17, 2014 at 9:59 AM, Micka <[email protected]> wrote: > export SLOTS=/sys/devices/bone_capemgr.9/slots > > sudo echo BB-BONE-LCD7-01-00A0 > $SLOTS > > [ 2058.656875] bone-capemgr bone_capemgr.9: failed to load firmware > 'BB-BONE-LCD7-01--00A0.dtbo' > echo: write error: No such file or directory > > where i'm wrong ?
When there is a "version" (00A0) you need to use the ":" separator.. echo BB-BONE-LCD7-01:00A0 > $SLOTS 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/d/optout.
