On 7/10/2016 5:17 PM, William Hermans wrote: > > Anyway, what I did was this on the Beaglebone: > > wget > https://raw.githubusercontent.com/cdsteinkuehler/beaglebone-universal-io/master/config-pin > chmod +x config-pin > sudo cp ./config-pin /usr/bin/
On most of RCN's recent images, the universal I/O github repo is cloned into /opt/source, and a symlink is setup for configpin: > machinekit@beaglebone:~$ which config-pin > /usr/local/bin/config-pin > machinekit@beaglebone:~$ ls -l /usr/local/bin/config-pin > lrwxrwxrwx 1 root staff 46 Feb 23 2015 /usr/local/bin/config-pin -> > /opt/source/beaglebone-universal-io/config-pin If you start with the (minimal) console images, you may need to set this up yourself. -- Charles Steinkuehler [email protected] -- 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/3a558570-4f1b-60d2-8ba7-96cf076472d3%40steinkuehler.net. For more options, visit https://groups.google.com/d/optout.
