Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:vim4:configurations:upgrade-linux-kernel

Differences

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

Link to this comparison view

Next revision
Previous revision
products:sbc:vim4:configurations:upgrade-linux-kernel [2022/07/05 03:48]
nick created
products:sbc:vim4:configurations:upgrade-linux-kernel [2022/08/18 01:36] (current)
hyphop [Upgrade]
Line 1: Line 1:
-====== Upgrade Linux Kernel ======+~~tag>VIM4 upgrade linux kernel~~ 
 +====== VIM4 Upgrade Linux Kernel ======
  
 ===== Introduction ===== ===== Introduction =====
  
-This documentation will introduce how to upgrade Linux Kernel.+This page leads you to upgrade Linux Kernel manually. 
 +===== Upgrade =====
  
-===== Preparation ===== 
  
-Follow documentation to [[products:sbc:vim4:development:build-linux-kernel|Build Linux Kerenl]].+Copy the kernel, dtb and header - these debian packages to your board and install them directly.
  
-===== Upgrade ===== 
  
-Copy the kernel, dtb and header debian packages to the board and install them directly.+<WRAP tip > 
 +The Linux debian packages as below: 
 +  * linux-dtb-amlogic-5.4_xxxx_arm64.deb 
 +  * linux-image-amlogic-5.4_xxxx_arm64.deb 
 +  * linux-headers-amlogic-5.4_xxx_arm64.deb 
 + 
 +''xxxx'' is version number, e.g. ''1.0.11''. 
 + 
 +</WRAP> 
  
-```sh +```shell 
-$ sudo dpkg -i linux-dtb-*.deb  +$ sudo dpkg -i linux-dtb-amlogic-5.4_xxxx_arm64.deb 
-$ sudo dpkg -i linux-image-*.deb +$ sudo dpkg -i linux-image-amlogic-5.4_xxxx_arm64.deb 
-$ sudo dpkg -i linux-header-*.deb+$ sudo dpkg -i linux-headers-amlogic-5.4_xxx_arm64.deb
 $ sync $ sync
 $ sudo reboot $ sudo reboot
 ``` ```
Last modified: 2022/07/05 03:48 by nick