Hi All:
I want set WAKEUP-GPIO-4 and 5 , set as output and pullup by default
I try set gpio on uboot command line
input and output can be write
result as follow
=> gpio toggle 4
gpio: pin 4 (gpio 4) value is 1
Warning: value of pin is still 0
=> gpio toggle 5
gpio: pin 5 (gpio 5) value is 1
Warning: value of pin is still 0
What can I do next?
Ming Lu