Skip to content

Commit

Permalink
Add Odroid-C4 as supported platform (#176)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan-Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic authored Mar 5, 2023
1 parent 517f592 commit 06181b8
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions Hardware/OdroidC4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
toc: true
arm_hardware: true
cmake_plat: odroidc4
xcompiler_arg: -DAARCH64=1
platform: Odroid-C4
arch: ARMv8A, AArch64 only
virtualization: "Yes"
iommu: "No"
soc: Amlogic S905X3
cpu: Cortex-A55
Status: Unverified
Contrib: Data61
Maintained: seL4 Foundation
SPDX-License-Identifier: CC-BY-SA-4.0
SPDX-FileCopyrightText: 2020 seL4 Project a Series of LF Projects, LLC.
---

# 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

{% include sel4test.md %}

## 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
```

0 comments on commit 06181b8

Please sign in to comment.