This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

GPIO on AM3517EVM

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