REL 1.0
Page 28 of 59
iWave Systems Technologies Pvt. Ltd.
iW-RainboW-G15M Android User Manual
3.2.3
Binary Programming
Remove and insert the SD card by using SD card reader to the PC. Execute mount command to see the
attached nodes and mount points
$ mount
SD card may attach to the dev nodes either sdb/sdc/sdd/sde. Assume the SD card is attached to /dev/sdb
node.
To download the U-Boot image into SD card
$ sudo dd if=u-boot-imx6<soc>-ldo<ldo-mode>.imx of=/dev/sdb bs=1K seek=1; sync
To download the boot image into SD card
$ sudo dd if=boot-imx6<soc>-ldo<ldo-mode>.img of=/dev/sdb1; sync
To download the Android system root image into SD card
$ sudo simg2img system.img system_raw.img
$ sudo dd if=system_raw.img of=/dev/sdb5; sync
To download the Android recovery image into SD card
$ sudo dd if=recovery-imx6<soc>-ldo<ldo>.img of=/dev/sdb2; sync
To download the Android user image into SD card
$ sudo dd if=userdata.img of=/dev/sdb4; sync
Note: Here, <soc> - imx6qd/imx6dls and <ldo> - bypass/active.