Hi
i would like to use dd utility for flashing the image means I have an SD card so using dd utility i can copy the images easily,but what is the problem iam facing means before using dd utility i need to create partistion.
please tell how can create partision
sudo fdisk /dev/sdb
Download the U-Boot image:
# sudo dd if=u-boot.imx of=/dev/sdx bs=1K seek=1; sync
Download the boot image:
# sudo dd if=boot.img of=/dev/sdx1; sync
Download the Android system root image:
# sudo dd if=system.img of=/dev/sdx5; sync
Download the Android recovery image:
# sudo dd if=recovery.img ox2; syncf=/dev/sd