Part Number: AM6421
Hi,
We have configured the device for Emmc boot mode.
Done the changes in am64x_evm.h as below
#define CONFIG_EXTRA_ENV_SETTINGS \
"bootenvfile=uEnv.txt\0" \
"importbootenv=load mmc 0:1 ${loadaddr} ${bootenvfile}; env import -t ${loadaddr} ${filesize}\0" \
"kernel_addr_r=0x82000000\0" \
"fdt_addr_r=0x83000000\0" \
"bootargs=console=ttyS2,115200n8 root=/dev/mmcblk0p2 rw rootwait\0" \
"bootcmd_ti_mmc=mmc dev 0; " \
"fatload mmc 1 ${kernel_addr_r} Image; " \
"fatload mmc 1 ${fdt_addr_r} am64xx-evm.dtb; " \
"booti ${kernel_addr_r} - ${fdt_addr_r}\0" \
"envboot=run bootcmd_ti_mmc\0"
Done the chages in am64x.env as below
boot=mmc
mmcdev=0
bootpart=0:1
bootdir=/boot
Built the tiboot3.bin,tispl.bin and ubott.img. and loaded to emmc boot 0 partition.
We are getting the belwo error. and board does not boot.
PLease advice if any other changes to be made.
