Commit 54d46f22 authored by Jonathan Currier's avatar Jonathan Currier

Update readme to include Talos II

parent b8794df1
# 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}
```
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment