DOCS: Change kernel edit
Signed-off-by: YoungSoo Shin <shinys000114@gmail.com>
This commit is contained in:
@@ -5,12 +5,12 @@ Need to change the kernel version, use the method below.
|
||||
|
||||
## Install kernel from package server
|
||||
|
||||
Below is an example of changing to kernel version 5.9.0.
|
||||
Below is an example of changing to kernel version 6.1.0.
|
||||
|
||||
```Bash
|
||||
sudo apt update
|
||||
sudo apt install linux-image-5.9.0-odroid-arm64
|
||||
sudo flash-kernel --force 5.9.0-odroid-arm64
|
||||
sudo apt install linux-image-6.1.0-odroid-arm64
|
||||
sudo flash-kernel --force 6.1.0-odroid-arm64
|
||||
```
|
||||
|
||||
You can Find a kernel list in apt.
|
||||
@@ -49,10 +49,11 @@ Use `linux-version` command, you can see list of installed kernel list.
|
||||
linux-version list
|
||||
5.9.0-odroid-arm64
|
||||
5.9.15-odroid-arm64
|
||||
6.1.0-odroid-arm64
|
||||
```
|
||||
|
||||
## Change kernel
|
||||
Use `flask-kernel`.
|
||||
```Bash
|
||||
sudo flash-kernel --force 5.9.0-odroid-arm64
|
||||
sudo flash-kernel --force 6.1.0-odroid-arm64
|
||||
```
|
||||
Reference in New Issue
Block a user