You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
board/bangBMC | 2 years ago | |
configs | 3 years ago | |
docs | 3 years ago | |
package | 2 years ago | |
src | 3 years ago | |
.gitignore | 3 years ago | |
Config.in | 2 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
external.desc | 3 years ago | |
external.mk | 3 years ago |
README.md
br-blackbird-external
external buildroot tree. For building minimal raptorcs/blackbird 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:
make BR2_EXTERNAL=${PATH_TO_THIS_BR_EXTERNAL} O=${BUILD_DIR} blackbird-bmc_defconfig
make O=${BUILD_DIR}