Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Linux 5.10.9 based on Android 11.0.0_2.0.0

ssh://git@gitlab.keith-koep.com:30001/imx/linux-imx.git
http://gitlab.keith-koep.com/imx/linux-imx.git

kuk_lf-5.10.y_android

Previous Versions

...

Setup Cross-Build environment (View Software-Development-Kit on how to install.):

Code Block
$ . /opt/fsl-imx-wayland/5.10-hardknott/environment-setup-cortexa53-crypto-poky-linux
$ export ARCH=arm64

...

Update using USB and bootloader

Enter the bootloader command console and run:

Code Block
u-boot=> ums 0 mmc 0

...

DeviceTree (dtb)

Module

Description

kuk-trizeps8mini-ipant7.zip

Trizeps VIII Mini

Trizeps VIII Mini in i-PAN T7 V1 panel

kuk-trizeps8mini-ipant7_v2.zip

Trizeps VIII Mini

Trizeps VIII Mini in i-PAN T7 V2 panel

kuk-trizeps8mini-pconxs-edt7cap.zip

Trizeps VIII Mini

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

kuk-trizeps8mini-pconxs_v2-edt7cap.zip

Trizeps VIII Mini

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

kuk-trizeps8mini-pconxs_v3-atm0700.zip

Trizeps VIII Mini

Trizeps VIII Mini in pConXS V3 with ATM0700 7inch display

kuk-trizeps8mini-pconxs_v3-am19201080d1tzqw.zip

Trizeps VIII Mini

Trizeps VIII Mini in pConXS V3 with AM19201080 10inch display

kuk-sbcsom-atm0700l61ct.zip

SBCSOM

SBCSOM with ATM0700 7inch display

kuk-sbcsom-hdmi.zip

SBCSOM

SBCSOM with HDMI display

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

...

To have a full running Linux-system you will need:

  • Bootloader ( U-Boot, Trizeps VIII Mini ), which loads the Device-Tree and Linux-Kernel.

  • Linux Kernel

  • Root-Filesystem, which contains applications, configuration files etc.

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: