This shows you the differences between two versions of the page.
|
products:sbc:vim-5:configurations:upgrade-linux-kernel [2026/09/15 01:45] 127.0.0.1 external edit |
products:sbc:vim-5:configurations:upgrade-linux-kernel [2026/09/15 02:12] (current) nick |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ~~tag>VIM4 upgrade linux kernel~~ | + | ~~tag>VIM-5 upgrade linux kernel~~ |
| - | ====== | + | ====== |
| ===== Introduction ===== | ===== Introduction ===== | ||
| Line 13: | Line 13: | ||
| <WRAP tip > | <WRAP tip > | ||
| The Linux debian packages as below: | The Linux debian packages as below: | ||
| - | | + | * linux-image-amlogic-6.12_xxxx_arm64.deb |
| - | | + | * linux-headers-amlogic-6.12_xxx_arm64.deb |
| - | * linux-headers-amlogic-5.4_xxx_arm64.deb | + | |
| - | '' | + | '' |
| </ | </ | ||
| Line 23: | Line 22: | ||
| ```shell | ```shell | ||
| - | $ sudo dpkg -i linux-dtb-amlogic-5.4_xxxx_arm64.deb | + | $ sudo dpkg -i linux-image-amlogic-6.12_xxxx_arm64.deb |
| - | $ sudo dpkg -i linux-image-amlogic-5.4_xxxx_arm64.deb | + | $ sudo dpkg -i linux-headers-amlogic-6.12_xxx_arm64.deb |
| - | $ sudo dpkg -i linux-headers-amlogic-5.4_xxx_arm64.deb | + | |
| $ sync | $ sync | ||
| $ sudo reboot | $ sudo reboot | ||
| ``` | ``` | ||