Hi All,

Relatively new to BBB and Linux in general, loaded up the Debian 8.3 Image 
from the beagleboard page, and cannot for the life of me get PWM to work:


Getting: "IOError: [Errno 2] No such file or directory: '/slots'"


>>> import Adafruit_BBIO.PWM as PWM
>>> PWM.start("P8_13", 95.0, 60)
>>> PWM.set_duty_cycle("P8_13", 97.0)
IOError: [Errno 2] No such file or directory: '/slots'
>>> PWM.stop("P8_13")
>>> PWM.cleanup()
IOError: [Errno 2] No such file or directory: '/slots'

Not sure how to proceed -- It's a little frustrating to say at the least. 
Bonescript doesn't work at all and cloud 9's examples seem to mostly not 
work. While I was able to bring Pin10 to high and light up an LED, I'd like 
to do something a bit more exciting :D

Any and all suggestions how to resolve this are appreciated



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