Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:vim3: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:vim3:configurations:upgrade-linux-kernel [2022/07/06 10:10]
127.0.0.1 external edit
products:sbc:vim3:configurations:upgrade-linux-kernel [2022/07/13 23:10] (current)
frank
Line 1: Line 1:
-====== Upgrade Linux Kernel ======+====== VIM3/3L Upgrade Linux Kernel ======
  
 +===== Introduction =====
  
 +This documentation will introduce how to upgrade Linux Kernel manually.
 +
 +===== 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-4.9_xxxx_arm64.deb
 +  * linux-image-amlogic-4.9_xxxx_arm64.deb
 +  * linux-headers-amlogic-4.9_xxx_arm64.deb
 +
 +''xxxx'' is version number, e.g. ''1.0.11''.
 +
 +</WRAP>
 +
 +
 +```shell
 +$ sudo dpkg -i linux-dtb-amlogic-4.9_xxxx_arm64.deb
 +$ sudo dpkg -i linux-image-amlogic-4.9_xxxx_arm64.deb
 +$ sudo dpkg -i linux-headers-amlogic-4.9_xxx_arm64.deb
 +$ sync
 +$ sudo reboot
 +```
Last modified: 2022/07/06 10:10 by 127.0.0.1