I am developing in the imx-image-core environment using IMX8MP. (6.1-mickledore imx8mp-lpddr4-evk)
I created device.sdcard by combining kernel, rootfs, my_disk, etc.
When written with uuu, it works well.
The sdcard file was compressed with bz2.
The method for making an sdcard file into bz2 is as follows.
tar cvfj device.sdcard.bz2 device.sdcard
When I wrote the bz2 file with uuu, the write operation was completed, but kernel booting failed.
"uuu.exe -b emmc_all imx-boot-imx8mp-lpddr4-evk-sd.bin-flash_evk device.sdcard.bz2"
Device 0: unknown device
MMC: no card present
switch to partitions #0, OK
mmc2(part 0) is current device
** No partition table - mmc 2 **
Couldn't find partition mmc 2:1
Where did it go wrong?