Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:edge-2l: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:edge-2l:development:android:build-android [2026/01/26 00:44]
goenjoy
products:sbc:edge-2l:development:android:build-android [2026/05/11 01:58] (current)
nick ↷ Page moved from local:users:gray:products:sbc:edge-2l:development:android:build-android to products:sbc:edge-2l:development:android:build-android
Line 12: Line 12:
   * [[http://source.android.com/source/initializing.html]]   * [[http://source.android.com/source/initializing.html]]
   * [[.download-android-source-code]]   * [[.download-android-source-code]]
-  * [[.install-toolchains]]+  * [[local:users:william:debug:edge2l:install-toolchains]]
  
 ===== Building ===== ===== Building =====
Line 20: Line 20:
 </WRAP> </WRAP>
  
 +<tabbox Edge-2L SBC>
 Build ALL: Build ALL:
  
Line 66: Line 66:
 $ ./build.sh -ou $ ./build.sh -ou
 ``` ```
 +<tabbox Edge-2L Ebook>
 +Build ALL:
 +
 +```shell
 +$ cd PATH_YOUR_PROJECT
 +$ source build/envsetup.sh
 +$ lunch rk3576_ebook-userdebug
 +$ ./build.sh -UCKAou
 +```
 +You can also distribute compilations:
 +
 +
 +Build U-Boot:
 +
 +```shell
 +$ cd PATH_YOUR_PROJECT
 +$ source build/envsetup.sh
 +$ lunch rk3576_ebook-userdebug
 +$ ./build.sh -Uu
 +```
 +
 +Build kernel:
 +```shell
 +$ cd PATH_YOUR_PROJECT
 +$ source build/envsetup.sh
 +$ lunch rk3576_ebook-userdebug
 +$ ./build.sh -CKu
 +```
 +
 +Build Android:
 +
 +```shell
 +$ cd PATH_YOUR_PROJECT
 +$ source build/envsetup.sh
 +$ lunch rk3576_ebook-userdebug
 +$ ./build.sh -Au
 +```
 +
 +Build OTA:
 +
 +```shell
 +$ cd PATH_YOUR_PROJECT
 +$ source build/envsetup.sh
 +$ lunch rk3576_ebook-userdebug
 +$ ./build.sh -ou
 +```
 +</tabbox>
  
 <WRAP info > <WRAP info >
Last modified: 2026/01/26 00:44 by goenjoy