On Mon, Dec 29, 2014 at 1:28 AM, <[email protected]> wrote: > Sorry for the super newbie question. What do I need to install in order to > have the /sys/devices/bone_capemgr* directory show up on a fresh Ubuntu > image? My software uses this to configure the device tree for PWM slots. > > Background: I was operating fine using the default Debian image that came on > the BBB Rev C, but for various reasons I decided to switch to Ubuntu > (Trusty). I used the image located here and all seemed to go well. I can > list the GPIOs at /sys/class/gpio, but there is no bone* under /sys/devices > like there used to be with the Debian (Wheezy) image. > > Any pointers would be appreciated.
Down grade to v3.8.x: sudo apt-get update sudo apt-get install linux-image-3.8.13-bone68 sudo 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/d/optout.
