Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:edge2: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:edge2:configurations:upgrade-linux-kernel [2022/07/15 23:37]
127.0.0.1 external edit
products:sbc:edge2:configurations:upgrade-linux-kernel [2022/11/29 21:09] (current)
nick
Line 1: Line 1:
-====== Edge1 Upgrade Linux Kernel ======+====== Edge2 Upgrade Linux Kernel ======
  
 ===== Introduction ===== ===== Introduction =====
Line 12: Line 12:
 <WRAP tip > <WRAP tip >
 The Linux debian packages as below: The Linux debian packages as below:
-  * linux-dtb-rockchip-4.4_xxxx_arm64.deb +  * linux-dtb-rockchip-5.10_xxxx_arm64.deb 
-  * linux-image-rockchip-4.4_xxxx_arm64.deb +  * linux-image-rockchip-5.10_xxxx_arm64.deb 
-  * linux-headers-rockchip-4.4_xxx_arm64.deb+  * linux-headers-rockchip-5.10_xxx_arm64.deb
  
 ''xxxx'' is version number, e.g. ''1.0.11''. ''xxxx'' is version number, e.g. ''1.0.11''.
Line 22: Line 22:
  
 ```shell ```shell
-$ sudo dpkg -i linux-dtb-rockchip-4.4_xxxx_arm64.deb +$ sudo dpkg -i linux-dtb-rockchip-5.10_xxxx_arm64.deb 
-$ sudo dpkg -i linux-image-rockchip-4.4_xxxx_arm64.deb +$ sudo dpkg -i linux-image-rockchip-5.10_xxxx_arm64.deb 
-$ sudo dpkg -i linux-headers-rockchip-4.4_xxx_arm64.deb+$ sudo dpkg -i linux-headers-rockchip-5.10_xxx_arm64.deb
 $ sync $ sync
 $ sudo reboot $ sudo reboot
 ``` ```
 +
 +===== See Also =====
 +  * [[products:sbc:edge2:development:linux:build-linux-kernel|Build Linux Kernel]]
Last modified: 2022/07/15 23:37 by 127.0.0.1