Hai
How to direct,set,clear the bits for the GPIO pins in the android ICS uboot.
I want to check the GPIOs in u-boot itself not in the kernel.
How to i done that condition respectively????
Thanks in advance
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.
Hai
How to direct,set,clear the bits for the GPIO pins in the android ICS uboot.
I want to check the GPIOs in u-boot itself not in the kernel.
How to i done that condition respectively????
Thanks in advance
Hi.
You can use mw.l command to control gpio.
u-boot # mw.l <address> <value>
Please check TRM to necessary GPIO registers and their addresses.
Regards,
Pankaj Bharadiya