![Mouser Electronics RIoTboard MCIMX6 SOLO Скачать руководство пользователя страница 51](http://html.mh-extra.com/html/mouser-electronics/riotboard-mcimx6-solo/riotboard-mcimx6-solo_user-manual_1841030051.webp)
USER MANUAL v1.0
Date: 01/20/2014
Page | 51
Table 5-1 Images and Directories
Images/Directories
Notes
root/
root file system, mounted at /
system/
Android system directory, mounted at /system
data/
Android data area. mounted at /data
recovery/
Root filesystem when booting in "recovery" mode, not used directly
boot.img
A composite image which includes the kernel zImage, ramdisk, and
boot parameters
ramdisk.img
Ramdisk image generated from "root/", not directly used
system.img
EXT4 image generated from "system/". Can be written to "SYSTEM"
partition of SD/eMMC card with "dd" command
userdata.img
EXT4 image generated from "data/"
recovery.img
EXT4 image generated from "recovery/". Can be written to
"RECOVERY" partition of SD/eMMC card with "dd" command
u-boot.bin
uboot image with padding
Note:
Android image should be built in user mode;
For more information, please visit
http://source.android.com/source/building.html
3
)
)
)
)
Execute the following instructions to compile boot.img;
$ source build/envsetup.sh
$ lunch riot_6solo-user
$ make bootimage
After executing the instructions, a boot.img image can be found under
android-imx6-jb4.3-1.0.0/out/target/product/riot_6solo/.
Note:
Copy the
boot.img
,
recovery.img
,
system.img
and
u-boot.bin
(
rename this to u-boot-
mx6solo-riot.bin
) files created upon compilation, to the Android flash tool folder
Mfgtools-
Rel-4.1.0_130816_MX6DL_UPDATER\
Profiles\MX6DL
Linux
Update\OS
Firmware\files\android
to overwrite the files with the same names and repeat the operations
from step 2) in 4.1 to verify the Android system built.