Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:vim3:development:android:build-android

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
products:sbc:vim3:development:android:build-android [2024/10/28 02:33]
xiong [Build U-Boot]
products:sbc:vim3:development:android:build-android [2024/10/28 02:35] (current)
xiong
Line 56: Line 56:
 ==== Build Android ==== ==== Build Android ====
  
 +**android 9.0:**
 ```shell ```shell
 $ cd PATH_YOUR_PROJECT $ cd PATH_YOUR_PROJECT
Line 64: Line 65:
  
 Gernerate images: ''out/target/product/TARGET/update.img''. Gernerate images: ''out/target/product/TARGET/update.img''.
 +
 +**android 11.0:**
 +```shell
 +$ cd PATH_YOUR_PROJECT
 +$ export BOARD_COMPILE_ATV=false
 +$ export BOARD_COMPILE_CTS=false
 +$ source build/envsetup.sh
 +$ lunch TARGET_LUNCH
 +$ make -jN otapackage
 +```
 +
 +Gernerate images: ''out/target/product/TARGET/aml_upgrade_package.img''.
  
 <WRAP info > <WRAP info >
Last modified: 2024/10/28 02:33 by xiong