Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 766 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 766 Bytes

seabios encapsulated build environment

build seabios firmware images within docker container. based on debian buster

Usage

Step 1 - Build docker image

# build docker image using specific seabios release
# the tag/branch name is also used as docker image tag
./seabios-build init 1.13.0

Step 2 - Setup build configuration and run make

Example - Custom Build

# set target device
make menuconfig

# build (n+1 core)
make -j5

License

The Dockerfile and configuration templates are OpenSource and licensed under the Terms of Mozilla Public License 2.0 - your're welcome to contribute