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
18e285b1
Commit
18e285b1
authored
Aug 05, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added support for Raspberry Pi 4 Model B
parent
15135d20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
machines/RASPBERRY-PI-4-B/definition.xml
machines/RASPBERRY-PI-4-B/definition.xml
+27
-0
No files found.
machines/RASPBERRY-PI-4-B/definition.xml
0 → 100644
View file @
18e285b1
<project
name=
"Raspberry Pi 4 Model B machine definition"
>
<property
name=
"PRETTY_NAME"
value=
"${ant.project.name} for Raspberry Pi 4 Model B"
/>
<property
name=
"CLFS_TARGET"
value=
"aarch64-broadcom-linux-gnueabi"
/>
<property
name=
"ARCH"
value=
"arm64"
/>
<property
name=
"GCC_CROSS_CONFIG"
value=
"--with-arch=armv8-a+crc+nocrypto --with-cpu=cortex-a72"
/>
<property
name=
"GCC_CONFIG"
value=
"${GCC_CROSS_CONFIG}"
/>
<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=
"raspberry-pi-4-b"
/>
<property
name=
"DEVICE_TYPE"
value=
"RaspberryPi4ModelB"
/>
<property
name=
"GOARCH"
value=
"arm64"
/>
<property
name=
"SHUTDOWN_WATCHDOG"
value=
"15s"
/>
<property
name=
"RUNTIME_WATCHDOG"
value=
"15s"
/>
<target
name=
"run-system-raspberry-pi-4-b"
>
<antcall
target=
"run-system-armv8"
/>
</target>
<target
name=
"run-system-with-secondary-raspberry-pi-4-b"
>
<antcall
target=
"run-system-with-secondary-armv8"
/>
</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