Hi,
We are using OMAP3530 based custom support board. In that board we are provided GPIO's 12,13,14,15,16,17,18,19,20,21,22, and 140,141,149,150 . Using the following commands i can able to toggle gpio 150,140,141 but rest of gpio's mentioned above.
Commands :
In linux prompt : echo N > /sys/class/gpio/export
echo out > /sys/class/gpio/gpioN/direction
echo 1 > /sys/class/gpio/gpioN/value
Where N is GPIO number.
For all gpio's it is creating corresponding gpioN . We are using linux kernel in this bundle AM35x-OMAP35x-Linux-PSP-04.02.00.07 .
Please help on this.
Thanks
bhimesh