...
Linux 5.10.9 based on Android 11.0.0_2.0.0 | ssh://git@gitlab.keith-koep.com:30001/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 |
---|---|---|
Trizeps VIII Mini in i-PAN T7 V1 panel | ||
Trizeps VIII Mini in i-PAN T7 V2 panel | ||
Trizeps VIII Mini in pConXS V1 with capacitive touch EDT 7inch display | ||
Trizeps VIII Mini in pConXS V2 with capacitive touch EDT 7inch display | ||
Trizeps VIII Mini in pConXS V3 with ATM0700 7inch display | ||
Trizeps VIII Mini in pConXS V3 with AM19201080 10inch display | ||
SBCSOM with ATM0700 7inch display | ||
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: