I have an awful lot of work installed in bone20, retrying with 29 would first require a few days of additional work to get back to where I am now; will do if necessary.
Bit Pusher
I don’t understand why unless the name cape-bone-pru-00A0.dtbo is compiled into device driver as an over-ride, but since this seems to work, I will go on. Still any clarifications or ideas would be appreciated. Thanks.
Bit Pusher
For your info to finish off: as suggested by Robert Nelson, I upgraded to v3.8.13-bone28. After spending time to get back to where I used to be in bone20, I can now compile and load the overlay as expected:
They aren't in the repo, as that is ubuntu's repo...
But anyways, you are running "ubuntu-armhf"'s image.. Which is
in-compatible with the upgrade method i've been pushing for
ubuntu/debian images for over 5 years..
patching this would be beyond my skill level. However
I would like to contribute to documenting the use of device trees on Ubuntu.
Since I can’t get this to work…it’s not looking good for my contributions ;>) !
I think I can get the one wire interface to work on an mbed, or raspi py, and just use that –
so it is no big loss at the moment. Or even set up a DS2480B driver chip to do the on-wire coms,
and avoid device trees.
What image would I need to install to be able to patch appropriately to have a better chance.
patching this would be beyond my skill level. However
I would like to contribute to documenting the use of device trees on Ubuntu.
Since I can't get this to work....it's not looking good for my contributions
;>) !
I think I can get the one wire interface to work on an mbed, or raspi py,
and just use that --
so it is no big loss at the moment. Or even set up a DS2480B driver chip to
do the on-wire coms,
and avoid device trees.
My device tree overlay took a dump and my Beaglebone Black would no longer allow me to import the ADC portion of the Adafruit_BBIO library.
<type ‘exceptions.RuntimeError’> Unable to setup ADC system. Possible causes are: - A cape with a conflicting pin mapping is loaded - A device tree object is loaded that uses the same name for a fragment: helper
Running your script fixed my issue partially.
I can run this command from the command line with no problem.
import Adafruit_BBIO.ADC as ADC
When I run the same code from my simple web2py app the ADC cape error comes back.
Any ideas?