Hi,
Iam following falcon mode document AN14093 rev.2.0 to apply fast boot falcon mode on imx8mplus dev board nxp.
Its working on sd card using below commands to upload in sd card:-
sudo dd if=imx-image-fastboot-imx8mpevk-fastboot.rootfs-20241212111237.wic of=/dev/sda bs=4M status=progres
Now I want to load and boot from emmc on chip on imx8mplus dev board nxp.
How to do that?
Thanks in advance !
Solved! Go to Solution.
Should probably add default bootloader, try below way.
uuu -b emmc_all <default_bootloader> imx-image-fastboot-imx8mpevk-fastboot.rootfs-20241212111237.wic
uuu -b emmc <default_bootloader> <falcon_mode_bootloader>
Regards
Harvey
Hi,
Have you tried with the one: uuu -b emmc_all imx-image-fastboot-imx8mpevk-fastboot.rootfs-20241212111237.wic
Regards
Harvey
Should probably add default bootloader, try below way.
uuu -b emmc_all <default_bootloader> imx-image-fastboot-imx8mpevk-fastboot.rootfs-20241212111237.wic
uuu -b emmc <default_bootloader> <falcon_mode_bootloader>
Regards
Harvey