Hello, I have installed the provided version of Raspbian for the Balena fin, but cannot figure out how to make to GPIO works.
For example if we want to turn the GPIO to 1, one can do:
gpio mode 18 out
gpio write 18 1
I have also tried with 12 as GPIO 18 is on pin 12, but nothing seems to make it works.
Should something be installed, in order for the GPIO to work ?