Thanks RobertCNelson, appreciate your input. Downgrading certainly works. It's a shame the adafruit library won't work with Debian 8.2.
On Tuesday, 19 January 2016 23:57:28 UTC, RobertCNelson wrote: > > On Tue, Jan 19, 2016 at 5:54 PM, Robert Hurd <[email protected] > <javascript:>> 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: > > > > import Adafruit_BBIO.PWM as PWM > > import time > > If you are going to use adafruit's lib, downgrade the kernel: > > sudo apt-get update > sudo apt-get install linux-image-3.8.13-bone79 > sudo reboot > > Regards, > > -- > Robert Nelson > https://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/d/optout.
