-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Odroid-C4 as supported platform (#176)
Signed-off-by: Ivan-Velickovic <[email protected]>
- Loading branch information
1 parent
517f592
commit 06181b8
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |