Thank you Victor for the quick reply.
We have tried something similar like this to flash complete .sdcard image to /dev/mmcblk1 (i.e. complete eMMC flash).
Our requirement is not to untar rootfs instead flashing complete sdcard (2GB file) image in eMMC flash using dd command,
Following is what we have given xml file.
<CMD state="Updater" type="push" body="$ echo 0 > /sys/block/mmcblk%mmc%boot0/force_ro">access boot partition 1</CMD>
<CMD state="Updater" type="push" body="pipe dd of=/dev/mmcblk%mmc% bs=1M" file="files/imx6ulevk.sdcard"/>
<CMD state="Updater" type="push" body="frs">Finish Flashing NAND </CMD>
Flashing shows completed but don't see image booting. Can you please review above command and suggest?
Regards,
-Raghu