Tool/software: Linux
In the old boot process,
My sd card boot partition will put uven.txt and uenv-emmc.txt,
When booting from sd card, spl will read the environment variable of uven.txt.
When executing ./mk-eMMC-boot.sh --device /dev/mmcblk1
Will grab environment variables from uenv-emmc.txt,
However, in earlyboot, these parameters were changed to /chosen in dra72-evm-infoadas.dts.
And there is no uven.txt and uenv-emmc.txt in the boot partition.
Then when I want to burn the sd card file to emmc,
How can I go to burn?
Error when executing ./mk-eMMC-boot.sh --device /dev/mmcblk1,
Cp: can't stat '/tmp/sdk/1347/mmc_boot/uenv-emmc.txt': No such file or directory
ERROR: executing cp /tmp/sdk/1347/mmc_boot/uenv-emmc.txt /tmp/sdk/1347/emmc_boot/uenv.txt