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
Next revision Both sides next revision
products:sbc:edge2:development:android:build-android [2022/08/02 22:06]
haylrn [See Also]
products:sbc:edge2:development:android:build-android [2022/08/28 22:13]
haylrn
Line 43: Line 43:
 $ cd PATH_YOUR_PROJECT $ cd PATH_YOUR_PROJECT
 $ source build/envsetup.sh $ source build/envsetup.sh
-$ lunch rk3588_s-userdebug +$ lunch kedge2-userdebug 
-$ ./build.sh -AK+$ ./build.sh -CKu
 ``` ```
  
Line 52: Line 52:
 $ cd PATH_YOUR_PROJECT $ cd PATH_YOUR_PROJECT
 $ source build/envsetup.sh $ source build/envsetup.sh
-$ lunch rk3588_s-userdebug +$ lunch kedge2-userdebug 
-$ ./build.sh -A+$ ./build.sh -Au
 ``` ```
  
 <WRAP info > <WRAP info >
-Replace ''N'' as the number you want when you run ''make -jN''.+ Modify the file build.sh ''BUILD_JOBS=16'' as the number you want when you run ''BUILD_JOBS=n''.
 </WRAP> </WRAP>
  
Line 86: Line 86:
 $ cd PATH_YOUR_PROJECT $ cd PATH_YOUR_PROJECT
 $ source build/envsetup.sh $ source build/envsetup.sh
-$ lunch rk3588_s-userdebug+$ lunch kedge2-userdebug
 $ ./build.sh -u $ ./build.sh -u
 ``` ```
 </tabbox> </tabbox>
 +
 +<WRAP important >
 +After compiling, you need to reload ''update.img'' when flashing.
 +</WRAP>
  
 ===== 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-external-storage|Install OS into External Storage]].
  
  
  
Last modified: 2022/09/29 23:00 by haylrn