Dasharo firmware building guide
Intro
This guide shows how to build Dasharo firmware compatible with ASRock Rack SPC741D8-2L2T/BCM.
Requirements
- Docker
- Git
sudo apt-get install git
Building
To build Dasharo (coreboot+UEFI) firmware image, first clone the coreboot repository:
git clone https://github.com/Dasharo/coreboot.git
then follow the steps below:
-
To build a specific version checkout to the version's tag. Skip this step otherwise.
cd coreboot git checkout asrock_spc741d8_<version>
For example
git checkout asrock_spc741d8_v0.9.0
-
Build the firmware:
./build.sh asrock_spc741d8
The resulting coreboot image will be placed in the coreboot directory as
asrock_spc741d8_<version>.rom
.