This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:edge2:development:linux:build-linux-kernel [2022/07/15 23:44] nick |
products:sbc:edge2:development:linux:build-linux-kernel [2022/11/29 21:10] (current) nick |
||
|---|---|---|---|
| Line 15: | Line 15: | ||
| Choose your '' | Choose your '' | ||
| - | ```sh | + | ```shell |
| $ source setenv.sh | $ source setenv.sh | ||
| ``` | ``` | ||
| Line 24: | Line 24: | ||
| Follow these steps to change the default kernel configuration. | Follow these steps to change the default kernel configuration. | ||
| - | ```sh | + | ```shell |
| $ make kernel-config | $ make kernel-config | ||
| $ make kernel-saveconfig | $ make kernel-saveconfig | ||
| Line 33: | Line 33: | ||
| Build the Linux Debian package. | Build the Linux Debian package. | ||
| - | ```sh | + | ```shell |
| $ make kernel | $ make kernel | ||
| $ make kernel-deb | $ make kernel-deb | ||
| Line 40: | Line 40: | ||
| Debian packages are in folder '' | Debian packages are in folder '' | ||
| - | * **VERSION** : refers to the Fenix version, e.g. '' | + | * **VERSION** : refers to the Fenix version, e.g. '' |
| - | * **BOARD** : refers to the Khadas SBC, e.g. '' | + | * **BOARD** : refers to the Khadas SBC, e.g. '' |
| - | The folder location is '' | + | The folder location is '' |
| - | * DTB - linux-dtb-rockchip_4.4_1.0.11_arm64.deb | + | * DTB - linux-dtb-rockchip-5.10_1.1.1_arm64.deb |
| - | * Image - linux-image-rockchip_4.4_1.0.11_arm64.deb | + | * Image - linux-image-rockchip-5.10_1.1.1_arm64.deb |
| - | * Header - linux-headers-rockchip_4.4_1.0.11_arm64.deb | + | * Header - linux-headers-rockchip-5.10_1.1.1_arm64.deb |
| ==== See Also ==== | ==== See Also ==== | ||
| - | [[products: | + | * [[products: |
| - | [[products: | + | |
| + | * [[products: | ||