Android 15.0.0_1.2.0 Developer Guide¶
Introduction¶
This page explains how to build and deploy Android 15 on the DART-MX8M-MINI.
This release is based on NXP's i.MX android-15.0.0_1.2.0 release.
For additional details about this release, refer to the Release Notes.
Overview¶
The objective of this document is to guide DART-MX8M-MINI Android developers to obtain Android 15 sources, setting up host environment, compilation, and deployment.
This document contains instructions for:
- Hardware and software requirements.
- Setup the hardware.
- Setup the toolchain.
- Download & build the sources.
- Install the binaries on the DART-MX8M-MINI SOM and variants.
Hardware Requirements¶
You will need the Variscite DART-MX8M-MINI based evaluation kit.
Host (PC) setup requirements¶
The host development environment for Android is based on Ubuntu, please install one of the following Ubuntu versions:
- Ubuntu 20.04/22.04 64bit LTS http://www.ubuntu.com/download/desktop
If you are running Linux in a virtual machine you need at least 16GB of RAM and 32 GB of swap.
The build process requires ~250GB of free storage space. Before starting a build, make sure you have adequate free space available.
Note: Do not use other Ubuntu releases other than the ones recommended above. Variscite provides Docker containers that can be used for a development environment as an alternative to using a virtual machine or a dedicated computer.
To learn more, please see Variscite's Docker Build Environment guide.
Windows with WSL/WSL2 is not supported for Android BSP
Install required packages on host PC¶
$ sudo apt-get -y install gnupg flex bison gperf build-essential zip gcc-multilib g++-multilib
$ sudo apt-get -y install libc6-dev-i386 lib32ncurses5-dev libncurses5-dev x11proto-core-dev libx11-dev lib32z-dev libz-dev libssl-dev
$ sudo apt-get -y install ccache libgl1-mesa-dev libxml2-utils xsltproc unzip bc
$ sudo apt-get -y install uuid uuid-dev zlib1g-dev liblz-dev liblzo2-2 liblzo2-dev lzop git curl lib32ncurses5-dev
$ sudo apt-get -y install u-boot-tools mtd-utils android-tools-fsutils device-tree-compiler gdisk m4 dwarves libgnutls28-dev
$ sudo apt-get -y install libelf-dev cpio lz4
$ sudo apt-get -y install swig libdw-dev ninja-build clang liblz4-tool libncurses5 make tar rsync
For Ubuntu 20.04 and above:
The package android-tools-fsutils is obsolete and has been replaced by android-sdk-libsparse-utils.
Configure Git¶
Install the OpenJDK¶
To install it:
If your Ubuntu version is missing the package (which shouldn't happen), add the PPA repository and run the previous commands again:
Update the default Java version by running:
Note: The build process requires about 500GB of free space.
Check python version¶
In the next steps, we will download (from Google repositories) the command repo, used to download all the Android source repositories.
Recent versions of command repo, rely on python 3.6, not available in Ubuntu 16.04.
Ubuntu 16.04 LTS users can install it running
$ sudo add-apt-repository ppa:deadsnakes/ppa
$ sudo apt-get update
$ sudo apt-get install python3.6 python2
Obtain source code¶
Variscite's Linux kernel and U-Boot are available through Github.
Required patches for the Android file system are under: https://variscite-public.nyc3.cdn.digitaloceanspaces.com/Android/Android_iMX8_1500_120/ in Variscite's FTP
Files:
- imx-android-15.0.0_1.2.0.tar.gz - NXP's Android 15.0.0_1.2.0 original BSP patch files.
Get NXP's Android Release Package¶
$ mkdir ~/var_imx-android-15.0.0_1.2.0
$ cd ~/var_imx-android-15.0.0_1.2.0
$ curl -o ~/Downloads/imx-android-15.0.0_1.2.0.tar.gz https://variscite-public.nyc3.cdn.digitaloceanspaces.com/Android/Android_iMX8_1500_120/imx-android-15.0.0_1.2.0.tar.gz
$ tar xvf ~/Downloads/imx-android-15.0.0_1.2.0.tar.gz
Sync Android Source¶
$ mkdir -p ~/bin
$ curl -o ~/bin/repo https://commondatastorage.googleapis.com/git-repo-downloads/repo
$ chmod a+x ~/bin/repo
$ export PATH=~/bin:$PATH
$ cd ~/var_imx-android-15.0.0_1.2.0
$ source imx-android-15.0.0_1.2.0/imx_android_setup.sh
Note: Wait for the script to finish running, and it should create following folders
$ ~/var_imx-android-15.0.0_1.2.0/android_build/device/variscite/
$ ~/var_imx-android-15.0.0_1.2.0/android_build/vendor/variscite/kernel_imx and
$ ~/var_imx-android-15.0.0_1.2.0/android_build/vendor/variscite/uboot-imx
Apply Variscite's i.MX platforms patches¶
Build Android Images¶
Start a Ubuntu Docker container:
$ cd ~/var_imx-android-15.0.0_1.2.0/android_build/
$ ./var-start-container.sh
Note: After Ubuntu Docker container is started you can see the shell prompt similar to: vari@20-04-3b61eb74-android-15-0-0_1-2-0$
All references to commands without this prompt should be executed in a native terminal (outside Docker). If you need to run a command using 'sudo' inside the container, the default password is ubuntu.
or
Note: userdebug build creates a debuggable version of Android.Development mode enable and development tools are available on target. user build creates a production version of Android.
Switching from eMMC build to SD card build and vice versa¶
Unlike previous Android BSPs, the boot media is autodetected at boot time.
Build Android¶
The build command depends on your SOM version:
For DART-MX8M-PLUS/VAR-SOM-MX8M-MINI V1.x SOMs:
For DART-MX8M-MINI/VAR-SOM-MX8M-MINI V2.x SOMs:
Images created by the Android build¶
The resulted images are located in out/target/product/dart_mx8mm.
|
Image
|
Description
|
|---|---|
| spl-imx8mm-var-dart-dual.bin |
U-Boot SPL without Trusty OS for eMMC/SD card boot.
SOM agnostics. |
| bootloader-imx8mm-var-dart-dual.img |
An image containing U-Boot proper and ATF without Trusty OS for eMMC/SD card boot.
SOM agnostics. |
| boot.img |
Android kernel image file.
SOM agnostics. |
| vendor_boot.img |
A composite image, which includes vendor RAMDisk and boot parameters.
SOM agnostics. |
| init_boot.img |
A composite image, which includes init process.
SOM agnostics. |
| super.img |
Android super image file.
SOM agnostics. |
|
dtbo-<name>.img
vbmeta-<name>.img |
configuration dependent |
| <name> is: |
imx8mm-var-dart-1.x-dt8mcustomboard - Supports DART-MX8M-MINI V1.x on DT8MCustomBoard V2.x and above
imx8mm-var-dart-1.x-dt8mcustomboard-m4 - Supports DART-MX8M-MINI V1.x with M4 support on DT8MCustomBoard V2.x and above imx8mm-var-dart-dt8mcustomboard-m4 - Supports DART-MX8M-MINI V2.x with M4 support on DT8MCustomBoard V2.x and above imx8mm-var-dart-dt8mcustomboard - Supports DART-MX8M-MINI V2.x on DT8MCustomBoard V2.x and above imx8mm-var-dart-wbe-dt8mcustomboard-m4 - Supports DART-MX8M-MINI V2.x with WBE and M4 support on DT8MCustomBoard V2.x and above imx8mm-var-dart-wbe-dt8mcustomboard - Supports DART-MX8M-MINI V2.x with WBE support on DT8MCustomBoard V2.x and above imx8mm-var-som-1.x-symphony - Supports VAR-SOM-MX8M-MINI V1.x on Symphony-Board imx8mm-var-som-1.x-symphony-m4 - Supports VAR-SOM-MX8M-MINI V1.x with M4 support on Symphony-Board imx8mm-var-som-symphony - Supports VAR-SOM-MX8M-MINI V2.x on Symphony-Board imx8mm-var-som-symphony-m4 - Supports VAR-SOM-MX8M-MINI V2.x with M4 support on Symphony-Board imx8mm-var-som-wbe-symphony - Supports VAR-SOM-MX8M-MINI V2.x with WBE support on Symphony-Board imx8mm-var-som-wbe-symphony-m4 - Supports VAR-SOM-MX8M-MINI V2.x with WBE and M4 support on Symphony-Board |
Boot options¶
Boot options of the Android:
1. Directly from SD card
2. U-Boot boots from on-SOM eMMC
Flash and boot Android from SD card¶
Create a bootable SD card¶
Partition and format SD card, and copy all images
- Replace
with the actual desired setup name according to the second table in the "Images created by the Android build" section. - Replace /dev/sdX with your true device, You can identify it with dmesg.
Boot From SD card¶
- Power-off the board.
- Insert the SD card into the SD card slot of the carrier board (DVK)
- Make sure the Boot Mode is set to SD card
- Power up the board - it will boot into Linux from the SD card
Flash and boot Android from eMMC¶
Preparing images¶
The default system.img and vendor.img format is suitable for flashing using fastboot, and must be modified for flashing using 'dd'.
$ cd out/target/product/dart_mx8mm
$ simg2img system.img system_raw.img
$ simg2img vendor.img vendor_raw.img
Flashing Android from Linux shell (when the primary installation android)¶
An example of flashing eMMC, can be found here.
Follow the following steps instructions above:
-
Preparing a rescue SD card;
-
Flash from command line (use the install_android.sh script)
Further, follow the steps described in paragraph "Flashing Android with USB Fastboot"
Flashing Android with USB Fastboot¶
Install tools on host¶
Note: Make sure you built Android for eMMC
Connect the target with host PC at fastboot mode:
- Connect a USB OTG cable from the target board OTG port to a your host machine USB HOST port.
- Power up the board and hit return/space to stop the boot at U-Boot.
- type fastboot 0 in the U-Boot command line.
On the Host PC:
$ sudo `which fastboot` flash dtbo_a out/target/product/dart_mx8mm/dtbo-<name>.img
$ sudo `which fastboot` flash dtbo_b out/target/product/dart_mx8mm/dtbo-<name>.img
$ sudo `which fastboot` flash boot_a out/target/product/dart_mx8mm/boot.img
$ sudo `which fastboot` flash boot_b out/target/product/dart_mx8mm/boot.img
$ sudo `which fastboot` flash init_boot_a out/target/product/dart_mx8mm/init_boot.img
$ sudo `which fastboot` flash init_boot_b out/target/product/dart_mx8mm/init_boot.img
$ sudo `which fastboot` flash vendor_boot_a out/target/product/dart_mx8mm/vendor_boot.img
$ sudo `which fastboot` flash vendor_boot_b out/target/product/dart_mx8mm/vendor_boot.img
$ sudo `which fastboot` flash super out/target/product/dart_mx8mm/super.img
$ sudo `which fastboot` flash vbmeta_a out/target/product/dart_mx8mm/vbmeta-<name>.img
$ sudo `which fastboot` flash vbmeta_b out/target/product/dart_mx8mm/vbmeta-<name>.img
$ sudo `which fastboot` reboot
Replace
Update Android firmware¶
Generate OTA packages¶
Before building the OTA package, make sure to update BOARD_PREBUILT_DTBOIMAGE to match your configuration, by default it will be set to dtbo-imx8mm-var-dart-1.x-dt8mcustomboard.img
For generating "OTA" packages, use the following commands:
$ cd ~/var_imx-android-15.0.0_1.2.0/android_build
$ source build/envsetup.sh
$ lunch dart_mx8mm-var_stable-userdebug
$ ./imx-make.sh bootloader kernel -j4
$ make otapackage -j4 2>&1 | tee otapackage.log
This will create a zip file out/target/product/dart_mx8mm/dart_mx8mm-ota.zip
Install OTA package to device¶
- Extract payload.bin and payload_properties.txt from OTA zip file
$ unzip dart_mx8mm-ota.zip
Archive: dart_mx8mm-ota.zip
signed by SignApk
extracting: META-INF/com/android/metadata
extracting: META-INF/com/android/metadata.pb
extracting: apex_info.pb
extracting: care_map.pb
extracting: payload.bin
extracting: payload_properties.txt
inflating: META-INF/com/android/otacert
- Push file payload.bin to somewhere on the device (typically /cache folder)
- Open payload_properties.txt on an editor to copy its content, lets suppose it's like in the NXP manual:
FILE_HASH=0fSBbXonyTjaAzMpwTBgM9AVtlBeyOigpCCgkoOfHKY=
FILE_SIZE=379074366
METADATA_HASH=Icrs3NqoglzyppyCZouWKbo5f08IPokhlUfHDmz77WQ/de8Dgp9zFXt8Fo+Hxccp465uTOvKNsteWU=
METADATA_SIZE=46866
- Input the following command on the board's console to update:
su
update_engine_client --payload=file:///data/ota_package/payload.bin --update --headers="FILE_HASH=0fSBbXonyTjaAzMpwTBgM9AVtlBeyOigpCCgkoOfHKY=
FILE_SIZE=379074366
METADATA_HASH=Icrs3NqoglzyppyCZouWKbo5f08IPokhlUfHDmz77WQ/de8Dgp9zFXt8Fo+Hxccp465uTOvKNsteWU=
METADATA_SIZE=46866"
Make sure that the -- header equals to the exact content of payload_properties.txt without "space" or "return" character.
After issuing the command, nothing seems to happen on the device, but you can monit logcat for operation progress. After a successful update you can reboot into the updated version.
You can check chapter 7 of official NXP "Android User Guide" for further "Over-The-Air (OTA) Update" examples.
Manual operations¶
Build boot.img¶
When you perform changes to the kernel, you may build boot.img solely instead of building the whole Android.
$ cd ~/var_imx-android-15.0.0_1.2.0/android_build
$ source build/envsetup.sh
$ lunch dart_mx8mp-var_stable-userdebug
Unlock device for fastboot¶
Our build behaves like any other standard Android device.
To use fastboot, you should go through the following steps
- Settings => System => About Tablet => Build number
- keep on tapping until you see a prompt that says "You are now a developer!"
- Settings => System => Advanced => Developer options => OEM unlocking
- reboot to bootloader
- type "fastboot 0" in the U-Boot command line
- run "sudo
which fastbootoem unlock" from the Host PC - wait until the unlock process is complete
- proceed for flashing
Flashing Using NXP MFGTools - UUU (Universal Update Utility)¶
To flash Android OS without using a recovery SD card, UUU (MFG Tools 3.0) can be used.
Please refer to Flashing Android OS using UUU - USB Boot.
**Note:**The specific version of UUU is required to use this release, as VID/PIDs have been updated in the u-boot by NXP.
Please download/build specific version of UUU on your host machine
Running a M4 demo¶
Please choose one of the below options while flashing Android from Linux shell
imx8mm-var-dart-1.x-dt8mcustomboard-m4 - Supports LVDS / SD / WiFi (DART-MX8M-MINI V1.x with M4 support on DT8MCustomBoard V2.x and above)
imx8mm-var-dart-dt8mcustomboard-m4 - Supports LVDS / SD / WiFi (DART-MX8M-MINI V2.x with M4 support on DT8MCustomBoard V2.x and above)
imx8mm-var-dart-wbe-dt8mcustomboard-m4 - Supports LVDS / SD / WiFi / (DART-MX8M-MINI V2.x with WBE and M4 support on DT8MCustomBoard V2.x and above)
imx8mm-var-som-1.x-symphony-m4 - Supports LVDS / SD / WiFi (VAR-SOM-MX8M-MINI V1.x with M4 support on Symphony-Board)
imx8mm-var-som-symphony-m4 - Supports LVDS / SD / WiFi (VAR-SOM-MX8M-MINI V2.x with M4 support on Symphony-Board)
Running a demo from Linux¶
Boot Android to the shell
Increase kernel loglevel while debugging:
Check the state of the m4, it should be running already by U-Boot
If the state is 'running', stop the m4
Load new firmware (.elf file must already exist in /vendor/firmware directory)
Change the state to running
Run demo kernel module
Running a demo from U-Boot¶
If you need to flash the demo image to mcu_os, please refer to the section "Flashing Android with USB Fastboot". Android comes with pre-compiled demo binaries for Cortex-M4:
cm_rpmsg_lite_pingpong_rtos_linux_remote.bin.debug - TCM - Ping-Pong FreeRTOS RTOS API Demo
cm_rpmsg_lite_str_echo_rtos_imxcm4.bin.debug - TCM - RPMSG String Echo FreeRTOS RTOS API Demo
Run this command:
From U-Boot shell execute below commands
u-boot=> bootmcu
run command: 'bootaux 0x7e0000'
## Starting auxiliary core stack = 0x20020000, pc = 0x1FFE035D...
u-boot=> run bootcmd
Follow steps as described in "Run demo kerel module" section.