Robert: Thanks for putting this up. I have the 2GB SD Image working and, thanks to your easy script, was able to expand it to use my entire 8Gb SD card. I'm sorry, but I'm still fairly new to this, so forgive me if I'm perplexed by simple things:)
On my older Debian install, based on your eewiki from a few months ago, I was able to add both Dallas 1wire support and also enable the ADC's by adding the following line to uEnv.txt optargs=capemgr.enable_partno=BB-ADC,BB-W1 I already had compiled the BB-W1-00A0.dtbo based on HipsterCircuits blog example, and copied it to /lib/firmware This worked fine on the older Debian SD version But on today's new one, only the BB-ADC gets loaded into slot. I also tried only loading BB-W1, and only BB-ADC, and again, only BB-ADC works. The thing that confuses me is that if instead, after loading BB-ADC via uEnv.txt, I am in /lib/firmware and issue: echo BB-W1:00A0 > /sys/devices/bone_capemgr.9/slots I then see that the BB-W1 overlay has been loaded and the one-wire temp sensor works as expected. Any clues? Thanks John On Wed, Jan 29, 2014 at 8:03 PM, <[email protected] <javascript:>> > wrote: > > On Wednesday, January 29, 2014 4:25:22 PM UTC-5, RobertCNelson wrote: > >> > >> Lets keep this going, round 4... > >> > > > > This is great, thanks again for your hard work. I'll take a look > tonight. > > > > 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.. > > 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.
