We provided Fenix for you to build the Ubuntu OS images easily. You can follow the steps bellow to build Linux Kernel.
Choose your board
(e.g. VIM1S
), U-Boot version
, Linux version
, system version
, etc.
$ source setenv.sh
Follow these steps to change the default kernel configuration.
$ make kernel-config $ make kernel-saveconfig
Build the Linux Debian package.
$ make kernel $ make kernel-deb
Debian packages are in folder build/images/debs/{VERSION}/{BOARD}
.
1.0.11
VIM1S
The folder location is build/images/debs/1.0.11/VIM1S
, and you'll need 3 packages: dtb package
, image package
and header package
.
linux-dtb-amlogic-5.4_1.0.7_arm64.deb
- DTBlinux-image-amlogic-5.4_1.0.7_arm64.deb
- Linux kernellinux-headers-amlogic-5.4_1.0.7_arm64.deb
- Linux headers