Hi,

 

 

Please let me know at u-boot prompt  copying the data[uImage,p1020rdb.dtb image and rootfs.ext2.gz.boot]

 from ram to sd card using mmc write with ext2 Partition.

I tried the below commands after mmc write partitions are deleted and nothing is written to SDCARD.

I referred the link https://community.freescale.com/docs/DOC-1484

 

tftp 10000000 uImage [copying to RAM]

mmc write 0 10000000 800 1000 [Copying from RAM to SD card]

 

Thanks,

Rashmi