> > It's actually a shell script. > You can find it in this repository: > > https://github.com/cdsteinkuehler/beaglebone-universal-io > > I'm not using Ubuntu, but on a Debian distro I copied the script to > /usr/bin > > Greg >
If you read the Makefile, the install path is right up at the top. Which as greg says I believe is /usr/bin/ . So Ubuntu, Debian, <insert whatever linux here > /usr/bin/ should work. However different distro's may have different permission restrictions on that executable path. 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/ And then you'll need to either run the script as root, sudo, or change permissions on the executable. Which I talk about some here: https://github.com/wphermans/Bonejs/blob/master/documentation/permissions.md On Sun, Jul 10, 2016 at 2:54 PM, Greg <[email protected]> wrote: > It's actually a shell script. > You can find it in this repository: > > https://github.com/cdsteinkuehler/beaglebone-universal-io > > I'm not using Ubuntu, but on a Debian distro I copied the script to > /usr/bin > > Greg > > > -- > 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/119737a6-fc72-4134-b193-f6b0f79ee406%40googlegroups.com > <https://groups.google.com/d/msgid/beagleboard/119737a6-fc72-4134-b193-f6b0f79ee406%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CALHSORrUKO8HU3%3DZ79w3VcEoxzP_eQLL6vzEpPg49GCx00hhXA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
