Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:edge-2l:development:linux:build-linux-kernel

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
products:sbc:edge-2l:development:linux:build-linux-kernel [2025/11/27 02:50]
gray ↷ Page moved from local:users:start:development:linux:build-linux-kernel to local:users:gray:products:sbc:edge-2l:development:linux:build-linux-kernel
products:sbc:edge-2l:development:linux:build-linux-kernel [2026/05/11 01:56] (current)
nick ↷ Page moved from local:users:gray:products:sbc:edge-2l:development:linux:build-linux-kernel to products:sbc:edge-2l:development:linux:build-linux-kernel
Line 8: Line 8:
  
  
-We provided [[kg>fenix|Fenix]] for you to build the Ubuntu OS images easily. You can follow the steps bellow to build Linux Kernel.+We provide [[kg>fenix|Fenix]] for you to build the Ubuntu OS images easily. You can follow the steps below to build Linux Kernel.
  
  
-==== Setup Environment ====+==== Setup environment ====
  
-Choose your ''board'' (e.g. ''Edge''), ''U-Boot version'', ''Linux version'', ''system version'', etc.+Configure the environment by choosing your ''board'' (e.g.''Edge-2L''), ''U-Boot version'', ''Linux kernel version'', ''system version'', etc.
  
 ```shell ```shell
Line 19: Line 19:
 ``` ```
  
-==== Change the Kernel Config [Optional] ====+Select the options that match your requirements.
  
 +==== Change the Kernel config ====
 +
 +<WRAP tip >
 +This is an optional operation.
 +</WRAP>
  
 Follow these steps to change the default kernel configuration. Follow these steps to change the default kernel configuration.
Line 38: Line 43:
 ``` ```
  
-Debian packages are in folder ''build/images/debs/{VERSION}/{BOARD}''.+The generated Debian packages are located in the folder ''build/images/debs/{VERSION}/{BOARD}/''.
  
   * **VERSION** : refers to the Fenix version, e.g. ''1.1.1''   * **VERSION** : refers to the Fenix version, e.g. ''1.1.1''
   * **BOARD** : refers to the Khadas SBC, e.g. ''Edge-2L''   * **BOARD** : refers to the Khadas SBC, e.g. ''Edge-2L''
  
-The folder location is ''build/images/debs/1.1.1/Edge-2L'', and you'll need packages: ''dtb package'', ''image package'' and ''header package''.+For example, the folder location would be ''build/images/debs/1.1.1/Edge-2L/'', and you will need the following three packages: the ''DTB package'', the ''image package''and the ''header package''.
  
-  * DTB - linux-dtb-rockchip-5.10_1.1.1_arm64.deb +  * DTB package ''linux-dtb-rockchip-6.1_1.1.1_arm64.deb'' 
-  * Image - linux-image-rockchip-5.10_1.1.1_arm64.deb +  * Image package ''linux-image-rockchip-6.1_1.1.1_arm64.deb'' 
-  * Header - linux-headers-rockchip-5.10_1.1.1_arm64.deb+  * Header package ''linux-headers-rockchip-6.1_1.1.1_arm64.deb''
  
-==== See Also ====+==== See also ====
  
   * [[products:sbc:edge-2l:development:linux:build-linux-uboot|Build U-Boot]].   * [[products:sbc:edge-2l:development:linux:build-linux-uboot|Build U-Boot]].
Last modified: 2025/11/27 02:50 by gray