Hi Sirs,
I am using flexbuild to create a debian image for imx8mp,
the command "bld -m imx8mpevk" will automatically build an image that boots from the SD card, however if I want to create a image that boots from the emmc, how can I do ?
I have tried
bld atf -m imx8mpevk -b emmc
bld uboot -m imx8mpevk -b emmc
bld linux
bld bsp -m imx8mpevk
bld boot
to create firmware_imx8mpevk_sdboot.img & boot_IMX_arm64_lts_6.6.36.tar.zst then flash them to the emmc
however, it doesn't work.
Could you help? Thanks