Avnet MaaXBoard
Platform | Avnet MaaXBoard |
Architecture | ARMv8A |
System-on-chip | i.MX8MQ |
CPU | Cortex-A53 Quad 1.5 GHz |
seL4 virtualisation support | |
seL4 SMMU support | – |
Verification status | Unverified |
seL4 CMake platform name | maaxboard |
Contributed by | Capgemini Engineering" |
Maintained by | Capgemini Engineering" |
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=maaxboard -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.
Also -DAARCH32=1
is available.