Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:vim3: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:vim3:development:linux:build-linux-kernel [2022/07/07 09:12]
frank add build linux kernel
products:sbc:vim3:development:linux:build-linux-kernel [2022/09/21 03:43] (current)
hyphop [Build]
Line 3: Line 3:
  
  
-====== Build Linux Kernel ====== +====== VIM3/3L Build Linux Kernel ======
- +
-===== Ubuntu =====+
  
  
Line 11: Line 9:
  
  
-==== Setup Environment ====+===== Setup Environment =====
  
 Choose your ''board'' (e.g. ''VIM3''), ''U-Boot version'', ''Linux version'', ''system version'', etc. Choose your ''board'' (e.g. ''VIM3''), ''U-Boot version'', ''Linux version'', ''system version'', etc.
  
-```sh +```shell 
-$ source setenv.sh+~$ source setenv.sh
 ``` ```
  
-==== Change the Kernel Config [Optional] ====+===== Change the Kernel Config [Optional] =====
  
  
 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
 ``` ```
  
-==== Build ====+===== Build =====
  
 Build the Linux Debian package. Build the Linux Debian package.
  
-```sh+```shell
 $ make kernel $ make kernel
 $ make kernel-deb $ make kernel-deb
Line 49: Line 47:
   * Header - linux-headers-amlogic-4.9_1.0.11_arm64.deb   * Header - linux-headers-amlogic-4.9_1.0.11_arm64.deb
  
-==== See Also ====+===== See Also =====
  
 [[products:sbc:vim3:development:linux:build-linux-uboot|Build U-Boot]]. \\ [[products:sbc:vim3:development:linux:build-linux-uboot|Build U-Boot]]. \\
Last modified: 2022/07/07 09:12 by frank