...
Linux 5.4 based on NXP 5.4.24_2.1.0 | ssh://git@gitlabgit@git.keith-koepseco.com:30001seco-ne/imxkernel/linux-imx-kuk.git | kuk_5.4 |
The Myon II is software-compatible with the Trizeps VIII Mini module.
Because Trizeps VIII, Trizeps VIII Mini and Myon II share the same kernel source code, you may a look at Linux 5.4, Trizeps VIII (-/Mini/Nano) for instructions on how to build and deploy an image. The only difference is the Device-Tree-Binary (.dtb) file passed to the kernel on boot.
...
Get the source code of linux-imx from git repository:
Code Block |
---|
$ mkdir linux-imx $ git clone httphttps://gitlabgit.keith-koepseco.com/imxseco-ne/kernel/linux-imx-kuk.git -b kuk_5.4 |
Setup Cross-Build environment (View Software-Development-Kit on how to install.):
...