I'm working on both i.MX 8mm evk and I.MX 8mm custom board. After I produce the .wic from the yocto, I can easily flash it to the emmc by this:
sudo uuu -b emmc_all imx-boot-imx8mm-lpddr4-evk-sd.bin-flash_evk core-image-minimal-imx8mm-lpddr4-evk.rootfs-20240925213534.wic
However, if I would like to flash the bootloader, .dtb, kernel image and root file system seperately, can I still use the uuu?
I also saw an example involved with the _initramfs.cpio.gz.uboot, it use uuu scripts flash them sperately, but right now I don't have the _initramfs.cpio.gz.uboot, how can I use the uuu to flash the emmc?