Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
br-bangBMC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
BangBMC Firmware
br-bangBMC
Commits
54d46f22
Commit
54d46f22
authored
Dec 02, 2022
by
Jonathan Currier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update readme to include Talos II
parent
b8794df1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
README.md
README.md
+8
-2
No files found.
README.md
View file @
54d46f22
# br-blackbird-external
external buildroot tree. For building minimal raptorcs/blackbird
bmc images
External buildroot tree. For building minimal Raptor Computer Systems Blackbird or Talos II
bmc images
requirements:
*
u-boot tools' mkimage (with FIT support)
Recommend/Tested buildroot version: 2019.08
to build
, you just be in the root of buildroot, and run:
To build the blackbird image
, you just be in the root of buildroot, and run:
```
make BR2_EXTERNAL=${PATH_TO_THIS_BR_EXTERNAL} O=${BUILD_DIR} blackbird-bmc_defconfig
make O=${BUILD_DIR}
```
The Talos II directions are similar:
```
make BR2_EXTERNAL=${PATH_TO_THIS_BR_EXTERNAL} O=${BUILD_DIR} talos-bmc_defconfig
make O=${BUILD_DIR}
```
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