Hello, everybody! How are you all doing?
I’ve been experimenting with the Navio2 HAT and recently I’ve been trying to use the servo rail pins as GPIO pins, following what’s described in the Navio2 documentation.
Here is the issue, when I try to export one of the pins with the command
echo 501 > /sys/class/gpio/export
It fails and returs the following:
echo: write error: Invalid argument
Is there something wrong with the Navio OS distribution I’m using? Am I missing some step I should do before doing the export?
I don’t know what I’m doing wrong, neither have an idea of how to fix this.