On Wednesday, January 29, 2014 10:04:50 PM UTC-5, RobertCNelson wrote:
>
> On Wed, Jan 29, 2014 at 8:03 PM,  <smith.wi...@gmail.com <javascript:>> 
> wrote: 
> > You had previously mentioned adding .dtbo scripts to the /boot partition 
> (or 
> > was it initrd.img) to allow overlays to be detected via EEPROM and 
> loaded 
> > without blocking waiting for the emmc cape. 
> > 
> > Were you able to get that to work? 
>
> That thread was mostly me talking about ways to make it work.. 
>
> I did add a very trivial load cape at boot time (without modifing 
> uEnv.txt) script.. 
>
>
> https://github.com/beagleboard/image-builder/blob/master/target/init_scripts/capemgr-debian.sh
>  
>
>
> https://github.com/beagleboard/image-builder/blob/master/target/init_scripts/capemgr
>  
>
> So i just: 
>
> echo "CAPE=cape-bone-proto" >> /etc/default/capemgr 
>
> and it's autoloaded on the next reboot.. 
>

So presumably, this isn't detecting capes via EEPROM; it's effectively the 
equivalent of doing:

echo cape-bone-proto > /sys/devices/bone_capemgr.9/slots

In a startup script?

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to