Thanks Bit Pusher. Interesting read, appreciate it.

On Thursday, 21 January 2016 01:30:46 UTC, Bit Pusher wrote:
>
> Robert, after many many hours I was able to get almost everything working 
> (well enough) in Debian 8.2; most of the details are described at:
>
> https://groups.google.com/forum/#!category-topic/beagleboard/beaglebone-black/E2VG4uAb31o
>
> On Tuesday, January 19, 2016 at 6:54:41 PM UTC-5, Robert Hurd wrote:
>>
>> I upgraded my BeagleBone Black image for Debian 8.2, 2015-11-12.
>>
>> When trying to view which overlays are enabled:
>>
>> *cd /sys/devices/bone_capemgr.**
>>
>> I get the following error
>>
>>
>> *bash: cd: /sys/devices/bone_capemgr.*: No such file or directory*
>>
>> This used to work out of the box on my older Debian image.
>>
>> Can anyone explain why this may be?
>> I'm trying to get the PWM on P9_21 to work.
>>
>> When I execute a python script using the Adafruit tutorial 
>> <https://learn.adafruit.com/setting-up-io-python-library-on-beaglebone-black/pwm>
>> :
>>
>> import Adafruit_BBIO.PWM as PWM
>> import time
>>
>> PWM.start("P9_22", 50, 1000, 0)
>> print "Waiting"
>> time.sleep(2)
>> print "Finished"
>> PWM.stop("P9_16")
>> PWM.cleanup()
>>
>> I get the following error:
>>
>> *IOError: [Errno 2] No such file or directory: '/slots'*
>>
>> Thank you for your time.
>>
>

-- 
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.

Reply via email to