Vulcainreo/DVID

Firmware build instructions

Closed this issue · 2 comments

How do I build the firmware?

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