This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5728: eMMC is not cloned completely

Part Number: AM5728

Hii

My custom board Emmc flash size is more than 4GB.

I am trying to clone the Emmc flash of AM5728 custom board but error is coming:

root@am5728-evm# mount /dev/mmcblk1p1 pd/

root@am5728-evm# dd if=/dev/mmcblk0  of=pd/backup.img

dd: writing 'pd/backup.img': File too large

8388609+0 records in

8388607+1 records out

root@am5728-evm#

This is happening because sd card is of FAT file system and it will copy upto ~4Gb.

Then is there any alternative to clone whole EMMC content, without missing any file.

Thanks & Regards

Vijay Patil