Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
build-system
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
build-system
Commits
21b7dd10
Commit
21b7dd10
authored
Oct 10, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added support for ODROID-HC2
parent
c1a0e0b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
machines/ODROID-HC2/definition.xml
machines/ODROID-HC2/definition.xml
+27
-0
No files found.
machines/ODROID-HC2/definition.xml
0 → 100644
View file @
21b7dd10
<project
name=
"Odroid HC2 machine definition"
>
<property
name=
"PRETTY_NAME"
value=
"${ant.project.name} for Odroid HC2"
/>
<property
name=
"CLFS_TARGET"
value=
"armv7-exynos-linux-gnueabihf"
/>
<property
name=
"ARCH"
value=
"arm"
/>
<property
name=
"GCC_CROSS_CONFIG"
value=
"--with-arch=armv7ve --with-tune=cortex-a15.cortex-a7 --with-float=hard --with-fpu=neon-vfpv4"
/>
<property
name=
"GCC_CONFIG"
value=
"${GCC_CROSS_CONFIG} --with-tls=gnu"
/>
<property
name=
"CONSOLE"
value=
"ttyAMA0"
/>
<property
name=
"DISK_LABEL"
value=
"mbr"
/>
<property
name=
"ROOT_DEVICE"
value=
"mmcblk0"
/>
<property
name=
"DISK"
value=
"${ROOT_DEVICE}p"
/>
<property
name=
"SECONDARY"
value=
"mmcblk1p"
/>
<property
name=
"BOARD"
value=
"odroid-hc2"
/>
<property
name=
"DEVICE_TYPE"
value=
"OdroidHC2"
/>
<property
name=
"GOARCH"
value=
"arm"
/>
<property
name=
"SHUTDOWN_WATCHDOG"
value=
"16s"
/>
<property
name=
"RUNTIME_WATCHDOG"
value=
"16s"
/>
<target
name=
"run-system-odroid-hc2"
>
<antcall
target=
"run-system-armv7"
/>
</target>
<target
name=
"run-system-with-secondary-odroid-hc2"
>
<antcall
target=
"run-system-with-secondary-armv7"
/>
</target>
</project>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment