i.MX8M Mini
See also the NXP i.MX8M Mini web page.
Platform | i.MX8M Mini |
Architecture | ARMv8A |
System-on-chip | IMX8MM-EVK |
CPU | Cortex-A53 Quad 1.8 GHz |
seL4 virtualisation support | – |
seL4 SMMU support | – |
Verification status | FC |
seL4 CMake platform name | imx8mm-evk |
Contributed by | Data61 |
Maintained by | seL4 Foundation |
Building seL4test
Checkout the sel4test project using repo as per seL4Test
repo init -u https://github.com/seL4/sel4test-manifest.git
repo sync
mkdir cbuild
cd cbuild
../init-build.sh -DPLATFORM=imx8mm-evk -DAARCH64=1
# The default cmake wrapper sets up a default configuration for the target platform.
# To change individual settings, run `ccmake .` and change the configuration
# parameters to suit your needs.
ninja
Generated binaries can be found in the images/
directory.