I am unable to get GPIO_A working on Debian.
It seems that the offset of 902 is not valid for Debian and using it will cause the kernel to report an error.
If I attach and LED with + pin on pin 23 of the LSC and the - pin on either pin 1 or 2, then log in via SSH, su to root, cd to /sys/class/gpio and execute the following commands:
echo 36 > export
cd gpio36
echo out > direction
echo 1 > value
nothing happens. I’ve checked with multiple LEDs and a meter.
Can someone verify that they have GPIO_A (or any other GPIO for that matter) working as an output on Debian?
Thanks in advance.