Hi NXP,
[REQUIREMENT]
We will boot the imx8mplus board using SD Card.
From SD Card bootloader, we need to load uboot, dtb, kernel and rootfs to RAM using tftp and then write it to the eMMC.
We were successful in loading kernel and dtb. Commands used are:
tftp 0x40400000 Image
tftp 0x43000000 imx8mp-evk-revb4.dtb
fatwrite mmc 2:1 0x40400000 Image 1e82a00
fatwrite mmc 2:1 0x43000000 imx8mp-evk-revb4.dtb 15d94
But stuck with uboot and rootfs. Can you please share the steps to achieve this?
Thanks!