i.MX8M Plus
See also the NXP i.MX8M Plus product page.
Platform | i.MX8M Plus |
Architecture | ARMv8A, AArch64 |
System-on-chip | IMX8MP-EVK |
CPU | Cortex-A53 Quad 1.8 GHz |
seL4 virtualisation support | |
seL4 SMMU support | – |
Verification status | Unverified |
seL4 CMake platform name | imx8mp-evk |
Contributed by | Data61 |
Maintained by | seL4 Foundation |
The seL4 i.MX8 port currently only supports running the board in AArch64 mode.
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=imx8mp-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.