Tool/software:
HI
There is an LED in TI's AM62A7-Q1 EVM board that is controlled by a GPIO1_49, and I want to light this LED with the mw command in Uboot.
I first checked pinmux and used the command as follows
=> md.l 0x000F4244 1 000f4244: 00040007 ....
Next, I configured the GPIO0_DIR23 RegisterGPIO0_OUT_DATA23
mw.l 0x601038 0x02ffff 1 mw.l 0x60103c 0x20000 1
LED1 does not light up.
What's wrong with my approach?
If I need to manipulate GPIO1_6 instead of GPIO1_49, how do I confirm that I am writing bits to those registers?
Thanks,
Yuwei