This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:edge-2l:configurations:upgrade-linux-kernel [2026/05/27 06:11] nick |
products:sbc:edge-2l:configurations:upgrade-linux-kernel [2026/05/28 05:27] (current) nick |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Edge-2L | + | ====== Edge-2L |
| - | {{page> | + | ===== 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-rockchip-x.x_yyyy_arm64.deb | ||
| + | * linux-image-rockchip-x.x_yyyy_arm64.deb | ||
| + | * linux-headers-rockchip-x.x_yyyy_arm64.deb | ||
| + | |||
| + | '' | ||
| + | '' | ||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| + | ```shell | ||
| + | $ sudo dpkg -i linux-dtb-rockchip-x.x_yyyy_arm64.deb | ||
| + | $ sudo dpkg -i linux-image-rockchip-x.x_yyyy_arm64.deb | ||
| + | $ sudo dpkg -i linux-headers-rockchip-x.x_yyyy_arm64.deb | ||
| + | $ sync | ||
| + | $ sudo reboot | ||
| + | ``` | ||
| + | |||
| + | ===== See Also ===== | ||
| + | * [[products: | ||