Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:edge-2l: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
products:sbc:edge-2l:configurations:upgrade-linux-kernel [2026/05/11 01:51]
nick ↷ Page moved from local:users:gray:products:sbc:edge-2l:configurations:upgrade-linux-kernel to products:sbc:edge-2l:configurations:upgrade-linux-kernel
products:sbc:edge-2l:configurations:upgrade-linux-kernel [2026/05/28 05:27] (current)
nick
Line 1: Line 1:
-====== Edge-2L upgrade Linux Kernel ======+====== Edge-2L Upgrade Linux Kernel ======
  
 ===== Introduction ===== ===== Introduction =====
  
-This document explains how to manually upgrade the Linux kernel on the Edge-2L.+This documentation will introduce how to upgrade Linux Kernel manually.
  
-===== Upgrade procedure =====+===== Upgrade =====
  
-Transfer the kernel, DTB, and kernel headers Debian packages to the board and install them.+Copy the kernel, dtb and header debian packages to the board and install them directly.
  
  
 <WRAP tip > <WRAP tip >
-The required Linux Debian packages are:  +The Linux debian packages as below
-  * ''linux-dtb-rockchip-5.10_xxxx_arm64.deb'' +  * linux-dtb-rockchip-x.x_yyyy_arm64.deb 
-  * ''linux-image-rockchip-5.10_xxxx_arm64.deb'' +  * linux-image-rockchip-x.x_yyyy_arm64.deb 
-  * ''linux-headers-rockchip-5.10_xxxx_arm64.deb''+  * linux-headers-rockchip-x.x_yyyy_arm64.deb 
 + 
 +''x.x'' is kernel version, e.g. ''6.1''.\\ 
 +''yyyy'' is version number, e.g. ''1.0.11''.
  
-''xxxx'' represents the version number (e.g., ''1.0.11''). 
 </WRAP> </WRAP>
  
  
 ```shell ```shell
-$ sudo dpkg -i linux-dtb-rockchip-5.10_xxxx_arm64.deb +$ sudo dpkg -i linux-dtb-rockchip-x.x_yyyy_arm64.deb 
-$ sudo dpkg -i linux-image-rockchip-5.10_xxxx_arm64.deb +$ sudo dpkg -i linux-image-rockchip-x.x_yyyy_arm64.deb 
-$ sudo dpkg -i linux-headers-rockchip-5.10_xxx_arm64.deb+$ sudo dpkg -i linux-headers-rockchip-x.x_yyyy_arm64.deb
 $ sync $ sync
 $ sudo reboot $ sudo reboot
 ``` ```
  
-===== See also =====+===== See Also =====
   * [[products:sbc:edge-2l:development:linux:build-linux-kernel|Build Linux Kernel]]   * [[products:sbc:edge-2l:development:linux:build-linux-kernel|Build Linux Kernel]]
 +
Last modified: 2026/05/11 01:51 by nick