Datasheet
Download the android system root image:
# sudo simg2img system.img system_raw.img
# sudo dd if=system_raw.img of=/dev/sdx5; sync
Download the android recovery image:
# sudo dd if=recovery.img of=/dev/sdx2; sync
simg2img is a tool which convert sparse system image to raw system image on linux host PC. It
will be built out as myandroid/out/host/linux-x86/bin/simg2img. The android-tools-fsutils package
also includes the simg2img command for Ubuntu Linux.
NOTE
Programming Images
SCM i.MX 6 Series Android User's Guide
NXP Semiconductors
15