Hello Team,
I was exploring AM62X SKEVM(PROC114E1)
Able to boot from SD card, when tried to boot from UART, eMMC and NOR it is not booting up.
If I pass the boot reg value(specified below) from uboot its working. having same issue in another board as well.
eMMC:
=>mw 0x43000030 0xcb 0x1
=> reset
UART boot:
=> mw 0x43000030 0x3b 0x1
=> reset
Is there any hardware correction to be done ?