The problem was that I tried to use flags which turned out to beunsupported. I removed them and it worked.For the record, I also had this error: "gpioctl: GPIOATTACH: Invalid argument" when trying to attach gpioow on one pin with (in gpio.conf): gpio0 attach gpioow 97 1
Creating /etc/modules.conf to load gpioow solved the issue. Finally, the gpio implementation for the ODROID C2 is fully functional. :) On 18/09/2022 21:57, Michael van Elst wrote:
vincent.defert%posteo.net@localhost (Vincent DEFERT) writes:I have added my configuration to /etc/gpio.conf, appended "gpio=YES" to /etc/rc.conf and rebooted, but /etc/rc.d/gpio isn't executed. When I run "service start gpio", it get executed, but of course with error messages. What am I missing?Should be all that is necessary. Check /var/run/rc.log to see what got executed.