3.3 Compile Android system
Please decompresse the source myir_android9.0.0_2.0.0.tar.gz and execute source myir_build.sh to start compiling
mkdir android_dir
tar -zxf myir_android9.0.0_2.0.0.tar.gz -C android_dir
cd android_dir
source myir_build.sh
The content of the myir_build.sh file.
snip
#build_bootloader
#build_kernel
#build_dtbo
make -j4 2>&1 | tee build-log.txt
build_bootloader compile uboot
build_kernel compile kernel
build_dtbo compile dtbo file
make -j4 2>&1 | tee build-log.txt complete compilation
Image Name
Note
u-boot-imx8mq.imx
Bootloader (with padding) for JX8MX board
u-boot-imx8mq-evk-uuu.imx
Bootloader used by UUU for JX8MX board .It is not flashed to MMC.
boot.img
Boot image for JX8MX board.
system.img
System Boot image for JX8MX board.
vendor.img
Vendor image for JX8MX board.
partition-table.img
GPT table image for 16 GB SD card and eMMC
partition-table-7GB.img
GPT table image for 8 GB SD card.
partition-table-28GB.img
GPT table image for 32 GB SD card.
dtbo-imx8mq.img
Device Tree image for JX8MX board to support HDMI output.
vbmeta-imx8mq.img
Android Verify Boot metadata Image for JX8MX board to support HDMI .
3.3 Compile Android system
13
Содержание MYD-JX8MX Series
Страница 1: ......
Страница 12: ...3 2 Program Android image to SD card 12...
Страница 16: ...4 1 3 reboot bootloader 4 1 4 disable verity 4 1 DM verity configuration 16...
Страница 18: ...4 2 3 choose network Ethernet APP can view more information 4 2 NETWORK test 18...
Страница 26: ...4 8 5 Connected 4 8 4G test 26...