Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:common:configurations:change-boot-logo

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:common:configurations:change-boot-logo [2024/12/18 01:36]
xiong [Build Logo on Android]
products:sbc:common:configurations:change-boot-logo [2024/12/18 02:25] (current)
xiong [kernel logo]
Line 53: Line 53:
  
  
-===== Logo format =====+==== Logo Format ====
  
 <WRAP info > <WRAP info >
Line 66: Line 66:
  
  
-===== Instructions =====+==== Kernel Logo ====
  
 We use the adb command to push the prepared logo.bmp to the motherboard path /vendor/custom and then restart the device. We use the adb command to push the prepared logo.bmp to the motherboard path /vendor/custom and then restart the device.
Line 93: Line 93:
 ==== Updage the logo by upgrate whole firmware ==== ==== Updage the logo by upgrate whole firmware ====
  
-1) replace device/khadas/TARGET/logo_img_files/bootup.bmp bmp file+1) replace kernel-6.1/logo.bmp bmp file
  
 2) build upgrate package 2) build upgrate package
Line 99: Line 99:
 ```shell ```shell
 $ cd PATH_YOUR_PROJECT $ cd PATH_YOUR_PROJECT
-$ source build/envsetup.sh +$ source build/envsetup.sh && lunch kedge2-userdebug 
-lunch TARGET_LUNCH +./build.sh -UCKAu
-$ make installclean -j8 +
-make otapackage -j8+
 ``` ```
  
 3) Burn upgrate package update.img to your device you can refer How To Upgrate ,restart then you can see the new boot logo 3) Burn upgrate package update.img to your device you can refer How To Upgrate ,restart then you can see the new boot logo
  
-<WRAP info > 
-  *Replace PATH_YOUR_PROJECT to your project path 
-  *Replace TARGET_LUNCH to your lunch select. 
-   *For VIM3, it’s kvim3-userdebug. 
-   *For VIM3L, it’s kvim3l-userdebug. 
-  *TARGET should be kvim3 or kvim3l 
-</WRAP> 
Last modified: 2024/12/18 01:36 by xiong