File tree 1 file changed +40
-0
lines changed
1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ toc : true
3
+ arm_hardware : true
4
+ cmake_plat : odroidc4
5
+ xcompiler_arg : -DAARCH64=1
6
+ platform : Odroid-C4
7
+ arch : ARMv8A, AArch64 only
8
+ virtualization : " Yes"
9
+ iommu : " No"
10
+ soc : Amlogic S905X3
11
+ cpu : Cortex-A55
12
+ Status : Unverified
13
+ Contrib : Data61
14
+ Maintained : seL4 Foundation
15
+ SPDX-License-Identifier : CC-BY-SA-4.0
16
+ SPDX-FileCopyrightText : 2020 seL4 Project a Series of LF Projects, LLC.
17
+ ---
18
+
19
+ # Odroid-C4
20
+
21
+ The Odroid-C4 is a single board computer based on the Amlogic S905X3
22
+ System-on-Chip.
23
+
24
+ < https://wiki.odroid.com/odroid-c4/odroid-c4 >
25
+
26
+ Note that only 64-bit mode is supported.
27
+
28
+ ## Building seL4test
29
+
30
+ {% include sel4test.md %}
31
+
32
+ ## Booting via TFTP
33
+
34
+ Make sure you've set up a TFTP server to serve the seL4 image.
35
+
36
+ ```
37
+ dhcp
38
+ tftp 0x20000000 <YOUR_TFTP_SERVER_IP_ADDRESS>:sel4test-driver-image-arm-odroidc4
39
+ go 0x20000000
40
+ ```
You can’t perform that action at this time.
0 commit comments