Hi Ti,
We are using AM65x EVM board and try to modify u-boot with eMMC and SD card boot.
We want to know how to modify uEnv.txt either in eMMC or SD card.
Can we add "setenv mmcdev 0" and "setenv bootpart 0:2" in uEnv.txt in eMMC and add "setenv mmcdev 1" and "setenv bootpart 1:2" in uEnv.txt in SD card?
Will uEnv.txt be referenced in AM65x? We use the prebuild uEnv.txt you provided.
If not, how can we achieve this?
Thanks.
Eric