Hi Experts,
I'm using AM6412 EVM with processor sdk 08.06. I trying to toggle the MAIN GPIO0, GPIO1 and MCU_GPIO0's from usersspace but the value is not changed.
I can able to change the direction to out.
The following commands I have tried to toggle the gpio.
root@am64xx-evm:~# cat /sys/class/gpio/gpio384/value 1 root@am64xx-evm:~# echo 0 > /sys/class/gpio/gpio384/value root@am64xx-evm:~# cat /sys/class/gpio/gpio384/value 1
Is anything I have missed ? any suggestion and help would be appreciated.