WallaceIT / picberry

PIC Programmer using GPIO connector
GNU General Public License v3.0
40 stars 27 forks source link

Beaglebone GPIO -g issue #12

Closed smbrandonjr closed 5 years ago

smbrandonjr commented 5 years ago

If I use a gpio that is 3 digits then I am unable to launch Picberry. (Ex: -g 76,115,74)...upon execution I just get the picberry PIC Programmer v0.2 response and the program ends.

smbrandonjr commented 5 years ago

I think it has something to do with the GPIO_IN(g) and GPIO_OUT(g) in am355x.h, but I don't follow C++ well enough to know what is really going on.

smbrandonjr commented 5 years ago

This ended up being an issue with not having the gpio exported.