Thank you @igorpadykov
I have to create 3 partition shall I use this command
0 to 1GB
FBK: ucmd dd if=/tmp/partition1 of=/dev/mmcblk0p1 bs=1k seek=1024*1024 conv=fsync
1 to 2 GB
FBK: ucmd dd if=/tmp/partition2 of=/dev/mmcblk0p2 bs=1k seek=1024*1024 conv=fsync
2 to 3 GB
FBK: ucmd dd if=/tmp/partition3 of=/dev/mmcblk0p3 bs=1k seek=1024*1024 conv=fsync
Regards,
Regards,
Vinothkumar Sekar