Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:vim1: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:vim1:development:android:build-android [2022/09/28 09:50]
nick [See Also]
products:sbc:vim1:development:android:build-android [2023/07/31 02:33] (current)
goenjoy
Line 23: Line 23:
 $ cd PATH_YOUR_PROJECT $ cd PATH_YOUR_PROJECT
 $ cd uboot $ cd uboot
-$ make CROSS_COMPILE=aarch64-linux-gnu- kvim2_defconfig+$ make CROSS_COMPILE=aarch64-linux-gnu- kvim_defconfig
 $ make CROSS_COMPILE=aarch64-linux-gnu- $ make CROSS_COMPILE=aarch64-linux-gnu-
 ``` ```
Line 37: Line 37:
 $ cd PATH_YOUR_PROJECT $ cd PATH_YOUR_PROJECT
 $ cd bootloader/uboot $ cd bootloader/uboot
-$ ./mk kvim2+$ ./mk kvim
 ``` ```
  
Line 55: Line 55:
 ``` ```
  
-Gernerate images: ''out/target/product/kvim2/update.img''.+Gernerate images: ''out/target/product/kvim/update.img''.
  
 <WRAP info > <WRAP info >
   * Replace ''N'' as the number you want when you run ''make -jN''.   * Replace ''N'' as the number you want when you run ''make -jN''.
   * Replace ''TARGET_LUNCH'' to your lunch select.   * Replace ''TARGET_LUNCH'' to your lunch select.
-    * For Android Nougat(7.1), it’s ''kvim2-userdebug-64''+    * For Android Nougat(7.1), it’s ''kvim-userdebug-64''
-    * For Android Pie(9.0), it’s ''kvim2-userdebug''.+    * For Android Pie(9.0), it’s ''kvim-userdebug''.
 </WRAP> </WRAP>
  
Line 73: Line 73:
  
 ```shell ```shell
-$ source device/khadas/kvim2/mkern.sh+$ source device/khadas/kvim/mkern.sh
  
 ``` ```
Last modified: 2022/09/28 09:50 by nick