...
Linux 4.14 based on NXP 4.14.98_2.0.0_ga | ssh://git@gitlab.keith-koep.com:30001/imx/linux-imx.git | kuk_imx_4.14.98_2.0.0_ga |
Previous Versions
...
Setup Cross-Build environment (View Software-Development-Kit on how to install.):
Code Block |
---|
$ . /opt/fsl-imx-fb/4.14-sumo/environment-setup-aarch64-poky-linux |
...
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-trizeps8 | 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 in pConXS with EDT 7inch display | |
kuk-trizeps8-pconxs-hdmi | Trizeps VIII in pConXS using HDMI output | |
kuk-trizeps8-ipant7 | Trizeps VIII in i-PAN T7 panel | |
kuk-trizeps8-ipant10 | Trizeps VIII in i-PAN T10 panel | |
kuk-trizeps8mini | 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 in pConXS with capacitive touch EDT 7inch display | |
kuk-trizeps8mini-pconxs-edt7-pcie | Trizeps VIII Mini in pConXS with capacitive touch EDT 7inch display and PCIE-slot | |
kuk-trizeps8mini-pconxs-edt7res | Trizeps VIII Mini in pConXS with resistive touch EDT 7inch display | |
kuk-trizeps8mini-pconxs-edt7res-pcie | Trizeps VIII Mini in pConXS with resistive touch EDT 7inch display and PCIE-slot | |
kuk-trizeps8mini-ipant7 | Trizeps VIII Mini in i-PAN T7 panel | |
kuk-trizeps8mini-ipant7-v2 | Trizeps VIII Mini in i-PAN T7-V2 panel | |
kuk-trizeps8mini-ipant10 | 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:
...
To have a full running Linux-system you will need:
Bootloader ( U-Boot, Trizeps VIII ), 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: