Hello everyone,
I am currently trying to use USB2_EN, USB2_PWRFAULT, USB3_EN, USB3_PWRFAULT pins on LS1046 as GPIOs. To do this, I am trying to use the following PBI command:
write 0x0057040c,0x00001111
However, it does not seem to be applied, as when reading the from uboot, I get:
=> md.l 0x0157040c
0157040c: 00330000 00000000 29000000 9e000000 ..3........)....
I have confirmed that manually overwriting it in uboot makes the GPIO work, so now I am wondering, why my PBI commands are not applied (also some other registers seem to be different).
What is the best way to debug this? The generated binary (see attached) seems to be including the commands.
Thank you in advance!
Mykyta