...
Specialties by Keith&Koep Android9 Keith & Koep Specials
Settings via Commandline Interface: Android via Commandline
Android Project Setup
This is only a quick-reference on how to setup and build an Android image.
For details please view the Android and NXP i.MX8M documentation NXP_Android_Docs.
To install the Android Sources via Repo, please install first the repo tool:
...
Prepare target with U-Boot built with template trizeps8mini_android_defconfig and download it through NXP Universal Update Utility (UUU):
Code Block |
---|
~/uboot/uboot-imx$ make clean ~/uboot/uboot-imx$ make trizeps8mini_android_defconfig ~/uboot/uboot-imx$ make flash_mini |
View U-Boot, Trizeps VIII Mini for details.
Enter Bootloader Command Console and run fastboot command:
...