https://github.com/johnmccabe/32blit-docker
Containerised environment for Pimoroni 32blit stm32 builds
https://github.com/johnmccabe/32blit-docker
32blit docker pimoroni
Last synced: about 1 year ago
JSON representation
Containerised environment for Pimoroni 32blit stm32 builds
- Host: GitHub
- URL: https://github.com/johnmccabe/32blit-docker
- Owner: johnmccabe
- Created: 2020-01-08T21:02:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-12T21:15:33.000Z (over 6 years ago)
- Last Synced: 2025-01-25T04:13:20.500Z (over 1 year ago)
- Topics: 32blit, docker, pimoroni
- Language: Dockerfile
- Homepage: https://github.com/pimoroni/32blit-beta
- Size: 1.95 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 32blit Docker STM32 Build Environment
[](https://hub.docker.com/repository/docker/johnmccabe/32blit-stm-build "Get your own version badge on microbadger.com")
This repo provides a containerised build environment for compiling code for installation on the 32blit.
The benefit of this approach is that this build environment will work on any OS (Windows, Linux, OSX).
Building can be as simple as follows.
```
cd 32blit-beta
docker run -ti -v ${PWD}:/32blit johnmccabe/32blit-stm-build bash
cd /32blit
```
You can then proceed to follow the [32blit-stm32 steps](https://github.com/pimoroni/32blit-beta#32blit-stm32) to build and create the `.dfu` file from the official instructions.
## Demonstration
The following video demonstrates building one of the examples from the [32-blit repo](https://github.com/pimoroni/32blit-beta).
[](https://www.youtube.com/watch?v=flSHLvpu5hM "32blit building DFU with Docker")