Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


Sidebar

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

VIM4 Upgrade Linux Kernel

Introduction

This page leads you to upgrade Linux Kernel manually.

Upgrade

Copy the kernel, dtb and header - these debian packages to your board and install them directly.

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.

$ sudo dpkg -i linux-dtb-amlogic-5.4_xxxx_arm64.deb
$ sudo dpkg -i linux-image-amlogic-5.4_xxxx_arm64.deb
$ sudo dpkg -i linux-headers-amlogic-5.4_xxx_arm64.deb
$ sync
$ sudo reboot
Last modified: 2022/08/18 01:36 by hyphop