Hi all,
I need to evaluate usage of GPIO on Android at AM3517EVM.
For this purpose I want to toggle one of the USER-LEDs of the board by console-commands.
I found out I had to export an interface to toggle a GPIO-Pin, after that set the direction of the Pin and finally set the value...
that should be no problem by piping the right echo-commands to /sys/class/gpio/...
But I don't know which GPIO-Pin I have to toggle, or if I have to make further changes on the system...
Can anyone help me there?
Kindly regards,
Christian