Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:vim-5:configurations:upgrade-linux-kernel

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

products:sbc:vim-5:configurations:upgrade-linux-kernel [2026/09/15 01:45]
127.0.0.1 external edit
products:sbc:vim-5:configurations:upgrade-linux-kernel [2026/09/15 02:12] (current)
nick
Line 1: Line 1:
-~~tag>VIM4 upgrade linux kernel~~ +~~tag>VIM-5 upgrade linux kernel~~ 
-====== VIM4 Upgrade Linux Kernel ======+====== VIM 5 Upgrade Linux Kernel ======
  
 ===== Introduction ===== ===== Introduction =====
Line 13: Line 13:
 <WRAP tip > <WRAP tip >
 The Linux debian packages as below: The Linux debian packages as below:
-  * linux-dtb-amlogic-5.4_xxxx_arm64.deb +  * linux-image-amlogic-6.12_xxxx_arm64.deb 
-  * linux-image-amlogic-5.4_xxxx_arm64.deb +  * linux-headers-amlogic-6.12_xxx_arm64.deb
-  * linux-headers-amlogic-5.4_xxx_arm64.deb+
  
-''xxxx'' is version number, e.g. ''1.0.11''.+''xxxx'' is version number, e.g. ''1.7.6''.
  
 </WRAP> </WRAP>
Line 23: Line 22:
  
 ```shell ```shell
-$ sudo dpkg -i linux-dtb-amlogic-5.4_xxxx_arm64.deb +$ sudo dpkg -i linux-image-amlogic-6.12_xxxx_arm64.deb 
-$ sudo dpkg -i linux-image-amlogic-5.4_xxxx_arm64.deb +$ sudo dpkg -i linux-headers-amlogic-6.12_xxx_arm64.deb
-$ sudo dpkg -i linux-headers-amlogic-5.4_xxx_arm64.deb+
 $ sync $ sync
 $ sudo reboot $ sudo reboot
 ``` ```
Last modified: 2026/09/15 01:45 by 127.0.0.1