Dear all,
We are working on DM3730 Panther board. We are analysing the GPIO pins on the board to use in some of our application.
We are trying to set and clear the gpio pins using Uboot commands as given below.
Path to the gpio pin access is "/sys/class/gpio"
#echo 114 > export
#echo out > gpio114/direction
#echo 1 > gpio114/value
#cat gpio114/value
# 1 value shown on the terminal.
As going through few documents. after the execution of the above commands, respective pin must be high(1.8V) on the board which is Pin no. 26 of connector 1101 on the Panther Board.
But the observed result is 0.2 V.
Kindly help us regarding this issue ASAP.
Thanks in advance.