Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:edge2: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
Next revision
Previous revision
products:sbc:edge2:development:android:build-android [2022/09/23 21:22]
frank
products:sbc:edge2:development:android:build-android [2024/10/28 06:15] (current)
xiong
Line 1: Line 1:
-{{indexmenu_n>3}}+{{indexmenu_n>15}}
  
  
Line 25: Line 25:
 ```shell ```shell
 $ cd PATH_YOUR_PROJECT $ cd PATH_YOUR_PROJECT
-$ ./enjoy.sh+$ source build/envsetup.sh 
 +$ lunch kedge2-userdebug 
 +$ ./build.sh -UCKAou
 ``` ```
 You can also distribute compilations: You can also distribute compilations:
Line 34: Line 36:
 ```shell ```shell
 $ cd PATH_YOUR_PROJECT $ cd PATH_YOUR_PROJECT
-cd u-boot +source build/envsetup.sh 
-$ ./make.sh rk3588+$ lunch kedge2-userdebug 
 +$ ./build.sh -Uu
 ``` ```
  
Line 53: Line 56:
 $ lunch kedge2-userdebug $ lunch kedge2-userdebug
 $ ./build.sh -Au $ ./build.sh -Au
 +```
 +
 +Build OTA:
 +
 +```shell
 +$ cd PATH_YOUR_PROJECT
 +$ source build/envsetup.sh
 +$ lunch kedge2-userdebug
 +$ ./build.sh -ou
 ``` ```
  
Line 95: Line 107:
 ===== See Also ===== ===== See Also =====
  
-  * [[/products/sbc/edge2/install-os/install-os-into-emmc-via-usb-tool|Install OS Into eMMC via USB Tool]]. +  * [[/products/sbc/edge2/install-os/install-os-into-emmc-via-usb-tool|]] 
-  * [[/products/sbc/edge2/install-os/install-os-into-external-storage|Install OS into External Storage]].+  * [[/products/sbc/edge2/install-os/install-os-into-external-storage|]]
  
  
  
Last modified: 2022/09/23 21:22 by frank