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

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
products:sbc:vim4:configurations:upgrade-linux-kernel [2022/07/05 21:59]
nick ↷ Links adapted because of a move operation
products:sbc:vim4:configurations:upgrade-linux-kernel [2022/08/05 02:21]
olivia [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:ubuntu:build-linux-kernel#ubuntu|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 ```sh
-$ 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/08/18 01:36 by hyphop