On Mon, Sep 24, 2018 at 2:23 PM <[email protected]> wrote: > > Hello, > I want to use PWM pins by Adafruit in my BBB but I have got some problems. > Below some info about my soft: > > > root@beaglebone:~# cat /etc/dogtag > BeagleBoard.org Debian Image 2018-06-17 > root@beaglebone:~# cat /etc/debian_version > 9.5 > root@beaglebone:~# uname -a > Linux beaglebone 4.14.49-ti-r54 #1 SMP PREEMPT Fri Jun 15 22:14:13 UTC 2018 > armv7l GNU/Linux > root@beaglebone:~# pip install Adafruit_BBIO > Requirement already satisfied: Adafruit_BBIO in > /usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg
This is actually pre-installed. ;) > root@beaglebone:~# cat /sys/devices/platform/bone_capemgr/slots > 0: PF---- -1 > 1: PF---- -1 > 2: PF---- -1 > 3: PF---- -1 You have an old version of u-boot in the eMMC: Please run this script to help verify where it's located so we can remove it.. sudo /opt/scripts/tools/version.sh 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYiO%2B%3DV8n2gAcAPt76fpuHzHKzPpXCz9boU%3DNoAFHYLTxQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
