docker-betaflight-build
docker-betaflight-build copied to clipboard
Docker container that contains everything required to build the Betaflight firmware
The H7RF target (and possibly others?) needs the xxd utility. This is not included in the current Docker file. I was not able to include xxd directly for some reason,...
Hey, I have tried for som time no to make the build with docker. I have the repository local, in the file path `C:/Users/sindr/betaflight` here is my result from cmd;...
when running the following hex build command for SPRACINGF3 I'm getting the following message ( on windows 10 ) c:\Users\tzuki\Bfligth>docker run -e "parameter=SPRACINGF3" --rm -it -v c/Users/tzuki/bflight/betaflight:/opt/betaflight betaflight/betaflight-build /bin/sh: 1:...
Use this to create .hex files from Betaflight Code. 1. Install Docker Desktop 2. Clone Betaflight repo "https://github.com/betaflight/betaflight" 3. Edit and Use this script to compile .hex/.bin files