i.MX93 Evaluation Kit
See also the NXP i.MX93 EVK product page.
Platform | i.MX93 EVK |
Architecture | ARMv8A, AArch64 |
System-on-chip | i.MX93 |
CPU | Cortex-A55 |
seL4 virtualisation support | |
seL4 SMMU support | – |
Verification status | Unverified |
seL4 CMake platform name | imx93 |
Contributed by | Indan Zupančič, Proofcraft |
Maintained by | seL4 Foundation |
The seL4 i.MX93 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=imx93 -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.