Table of Contents

VIM 5 Build Linux Kernel

We provide Fenix to build the Ubuntu OS images easily. You can follow the steps below:

Setup Environment

Choose your board (e.g. VIM-5), U-Boot version, Linux version, system version, etc.

$ source setenv.sh

Change the Kernel Config [Optional]

$ make kernel-config
$ make kernel-saveconfig

Build

Build the Linux Debian package.

$ make kernel
$ make kernel-deb

Debian packages are placed in the folder build/images/debs/{VERSION}/{BOARD}.

The folder location is build/images/debs/1.7.6/VIM-5 where you'll need three packages: image package and header package.

See Also