Odroid-C4

The Odroid-C4 is a single board computer based on the Amlogic S905X3 System-on-Chip.

https://wiki.odroid.com/odroid-c4/odroid-c4

Note that only 64-bit mode is supported.

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=odroidc4 -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.

Booting via TFTP

Make sure you’ve set up a TFTP server to serve the seL4 image.

dhcp
tftp 0x20000000 <YOUR_TFTP_SERVER_IP_ADDRESS>:sel4test-driver-image-arm-odroidc4
go 0x20000000