Embest Technology
Copyright © 2014-2015 Embest Technology SBC9000 User Manual
48
$
lunch sbc9000_6q-user
$
make clean
$
make
The images generated can be found under
“android-imx6-kk4.4.2-1.0.0/out/target/product/sbc9000_6q/”; the following table
shows all the image names and new directories;
Table 5-1
Images and directories
Images/directories
Descriptions
root/
Root filesystem directory, mounted at the root directory
system/
Android system directory mounted at /system
data/
Android data section mounted at /data
recovery/
Root filesystem directory under Recovery mode; it is not used directly
boot.img
Composition image, includes kernel zImage, ramdisk and boot parameters
ramdisk.img
ramdisk image generated under Root/; it is not used directly
system.img
EXT4 image generated under System/; it can be written to the SYSTEM partition
of SD/eMMC storage media by using the command
“dd”
recovery.img
EXT4 image generated under Recovery/; it can be written to the RECOVERY
partition of SD/eMMC storage media by using the command
“dd”
u-boot.bin
Uboot image
Note:
Android images need to be built under user mode;
Please visit
http://source.android.com/source/building.html
for more information on
building development environment.
5
)
Execute the following instructions to make boot.img separately;
$
source build/envsetup.sh
$
lunch sbc9000_6q-user
$
make bootimage
The new file
“boot.img” can be found under
“android-imx6-kk4.4.2-1.0.0/out/target/product/sbc9000_6q/”.