Skip to content

daguirrem/bmp-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository build a docker image to build specific version of BMP Firmware.

To build the image:

To build a docker image run this command. By default BMP_VERSION points to v1.10.0 tag. Refer to availabe tags (including main).

# docker build -t "bmp-builder" . <--build-arg BMP_VERSION=REPO_TAG>
docker build -t "bmp-builder" . # to default tag
docker build -t "bmp-builder" . --build-arg BMP_VERSION=v1.9.2 #to specific tag

To build the firmware:

To build the BMP firmware run this comand, you can (optionally) specify make args refer to this link.

PROBE_HOST=hosted with HOSTED_BMP_ONLY != 1 is not supported.

# docker run --rm -v ./output:/root/blackmagic/output/ bmp-builder <MAKE ARGS>
docker run --rm -v ./output:/root/blackmagic/output/ bmp-builder #to native build
docker run --rm -v ./output:/root/blackmagic/output/ bmp-builder PROBE_HOST=launchpad-icdi #to specific platform

The firmware builded is copied to relative output folder

Note: This repro is only for educational purposes.

About

Docker image to build blackmagic probe firmware

Topics

Resources

License

Stars

Watchers

Forks