Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leech001/blackmagic-docker
Docker image to build BlackMagic binary
https://github.com/leech001/blackmagic-docker
blackmagic debug docker stm32 tools
Last synced: 8 days ago
JSON representation
Docker image to build BlackMagic binary
- Host: GitHub
- URL: https://github.com/leech001/blackmagic-docker
- Owner: leech001
- Created: 2023-07-23T05:52:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-17T06:03:06.000Z (over 1 year ago)
- Last Synced: 2024-11-06T22:19:59.954Z (about 2 months ago)
- Topics: blackmagic, debug, docker, stm32, tools
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker image to build BlackMagic Probe binary
Black Magic Probe project https://github.com/blackmagic-debug/blackmagic
## Build
1. Clone this repo
2. Run build.ps1 on you WINDOWS machine or build.sh on LINUX machine
3. Get blackmagic.bin on project directory## Target paltform
The target platform is set in the docker file
```
RUN make PROBE_HOST=blackpill-f401cc
```