Firmware build instructions
Closed this issue · 2 comments
parsley72 commented
How do I build the firmware?
Vulcainreo commented
Hello,
I have published a docker image to build firmware : https://hub.docker.com/r/vulcainreo/dvid-ino
Be sure that your firmware in under /src/ and name sketch.ino.
The docker can be run at the top dir with this command :
docker run -v (pwd)/src:/build/src -v (pwd)/build:/build/build vulcainreo/dvid-ino