Part Number: PROCESSOR-SDK-AM64X
Tool/software:
I want to configure my AM64x device to boot from eMMC (mmc0). The documentation tells me to enter following command at the U-Boot prompt
=> setenv mmcdev 0 => setenv bootpart 0 => saveenv
In current U-Boot the saveenv command is disabled. How can I create a U-Boot environment that I can flash to boot0 partion of eMMC that sets these variables?