Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

httphttps://gitlabgit.keith-koepseco.com/imxseco-ne/kernel/linux-imx-kuk

Linux 4.14 based on NXP 4.14.98_2.0.0_ga

ssh://git@git.seco.com:seco-ne/kernel/linux-imx-kuk.git
https://git.seco.com/seco-ne/kernel/linux-imx-kuk.git

kuk_imx_4.14.98_2.0.0_ga

Previous Versions

Branch/Tag

Comment

kuk_p9.0.0_2.3.4

latest Trizeps VIII Mini branch

kuk_imx_4.14.98_2.0.0_ga

incl. Trizeps VIII Mini support

kuk_imx_4.14.78_1.0.0_ga

Kernel Binaries

Date

Changelog

Download

How to Build Linux Kernel for Trizeps VIII & Trizeps VIII Mini

...

Get the source code of linux-imx from the git repository:

Code Block
$ mkdir linux-imx
$ git clone https://git.seco.com/seco-ne/kernel/linux-imx-kuk.git -b kuk_imx_4.14.98_2.0.0_ga

...

Code Block
~/linux-imx$ make ARCH=arm64 defconfig
~/linux-imx$ LDFLAGS=
~/linux-imx$ make

This will generate linux kernel ('Image') and device-tree binary ('*.dtb') files.

...

When building the Linux-kernel .dts source-files are converted to .dtb binary files.

DeviceTree (dtb)

Module

Description

kuk-trizeps8

Trizeps VIII

Basic Device-Tree for the Trizeps VIII module itself, which is included by all other Device-Tree baseboard files

kuk-trizeps8-pconxs-edt7

Trizeps VIII

Trizeps VIII in pConXS with EDT 7inch display

kuk-trizeps8-pconxs-hdmi

Trizeps VIII

Trizeps VIII in pConXS using HDMI output

kuk-trizeps8-ipant7

Trizeps VIII

Trizeps VIII in i-PAN T7 panel

kuk-trizeps8-ipant10

Trizeps VIII

Trizeps VIII in i-PAN T10 panel

kuk-trizeps8mini

Trizeps VIII Mini

Basic Device-Tree for the Trizeps VIII Mini module itself, which is included by all other Device-Tree baseboard files

kuk-trizeps8mini-pconxs-edt7

Trizeps VIII Mini

Trizeps VIII Mini in pConXS with capacitive touch EDT 7inch display

kuk-trizeps8mini-pconxs-edt7-pcie

Trizeps VIII Mini

Trizeps VIII Mini in pConXS with capacitive touch EDT 7inch display and PCIE-slot

kuk-trizeps8mini-pconxs-edt7res

Trizeps VIII Mini

Trizeps VIII Mini in pConXS with resistive touch EDT 7inch display

kuk-trizeps8mini-pconxs-edt7res-pcie

Trizeps VIII Mini

Trizeps VIII Mini in pConXS with resistive touch EDT 7inch display and PCIE-slot

kuk-trizeps8mini-ipant7

Trizeps VIII Mini

Trizeps VIII Mini in i-PAN T7 panel

kuk-trizeps8mini-ipant7-v2

Trizeps VIII Mini

Trizeps VIII Mini in i-PAN T7-V2 panel

kuk-trizeps8mini-ipant10

Trizeps VIII Mini

Trizeps VIII Mini in i-PAN T10 panel

When you open the u-boot command prompt and output the environment, you can determine which device-tree is used:

...

There are different approaches on how to create a root-filesystem.
Basicly its a linux-distribution like Debian, where the system is put together by packages or like Yocto, where recipes define what needs to be built and put inside the file-system: