This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
products:sbc:vim4:development:linux:build-linux-kernel [2022/06/29 22:01] 127.0.0.1 external edit |
products:sbc:vim4:development:linux:build-linux-kernel [2022/11/29 20:51] (current) nick update build-linux-kernel |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| - | # Build Linux Kernel | + | |
| + | ====== VIM4 Build Linux Kernel | ||
| + | |||
| + | We provide [[kg> | ||
| + | You can follow the steps below: | ||
| + | |||
| + | |||
| + | ===== Setup Environment ===== | ||
| + | |||
| + | Choose your '' | ||
| + | |||
| + | ```shell | ||
| + | $ source setenv.sh | ||
| + | ``` | ||
| + | |||
| + | ===== Change the Kernel Config [Optional] ===== | ||
| + | |||
| + | ```shell | ||
| + | $ make kernel-config | ||
| + | $ make kernel-saveconfig | ||
| + | ``` | ||
| + | |||
| + | ===== Build ===== | ||
| + | |||
| + | Build the Linux Debian package. | ||
| + | |||
| + | ```shell | ||
| + | $ make kernel | ||
| + | $ make kernel-deb | ||
| + | ``` | ||
| + | |||
| + | Debian packages are placed in the folder '' | ||
| + | |||
| + | * **VERSION** : refers to the Fenix version, e.g. '' | ||
| + | * **BOARD** : refers to the Khadas SBC, e.g. '' | ||
| + | |||
| + | The folder location is '' | ||
| + | |||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | ===== See Also ===== | ||
| + | |||
| + | * [[products: | ||
| + | * [[products: | ||
| + | * [[products: | ||