Re: [ARMv7] BBB-rev C and GPIO / C coding

2018-11-28 Thread Olivier Burelli
Hello Ian, thank you for showing me the way. I will check ioctl, gpioctl and gpio. I will continue to take a look on the *.c files (thank to S.) Thank you. Oliv. On Tue, 27 Nov 2018 09:34:39 -0600 Ian Sutton wrote: > On Sun, Nov 25, 2018 at 3:45 AM Olivier Burelli > wrote: > > For the mom

Re: [ARMv7] BBB-rev C and GPIO / C coding

2018-11-27 Thread Ian Sutton
On Sun, Nov 25, 2018 at 3:45 AM Olivier Burelli wrote: > For the moment, I manage to light via GPIOCTL, a LED on the pin 23 header P9. > > $ doas gpioctl gpio1 17 on > > my /etc/rc.securelevel: > > # Digital Output: > gpioctl gpio1 17 set out pinH9_23 > gpioctl gpio3 21 set out pinH9_25 > gpioctl