Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:edge2: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: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 ''board'' (e.g. ''Edge''), ''U-Boot version'', ''Linux version'', ''system version'', etc. Choose your ''board'' (e.g. ''Edge''), ''U-Boot version'', ''Linux version'', ''system version'', etc.
  
-```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 ''build/images/debs/{VERSION}/{BOARD}''. Debian packages are in folder ''build/images/debs/{VERSION}/{BOARD}''.
  
-  * **VERSION** : refers to the Fenix version, e.g. ''1.0.11'' +  * **VERSION** : refers to the Fenix version, e.g. ''1.1.1'' 
-  * **BOARD** : refers to the Khadas SBC, e.g. ''Edge''+  * **BOARD** : refers to the Khadas SBC, e.g. ''Edge2''
  
-The folder location is ''build/images/debs/1.0.11/Edge'', and you'll need 3 packages: ''dtb package'', ''image package'' and ''header package''.+The folder location is ''build/images/debs/1.1.1/Edge2'', and you'll need 3 packages: ''dtb package'', ''image package'' and ''header package''.
  
-  * 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:sbc:edge1:development:linux:build-linux-uboot|Build U-Boot]]. \\ +  * [[products:sbc:edge2:development:linux:build-linux-uboot|Build U-Boot]]. 
-[[products:sbc:edge1:development:linux:build-ubuntu|Build Ubuntu]].+  [[products:sbc:edge2:development:linux:build-ubuntu|Build Ubuntu]]. 
 +  * [[products:sbc:edge2:configurations:upgrade-linux-kernel|Upgrade Linux Kernel]]
  
  
  
  
Last modified: 2022/07/15 23:44 by nick