[ell-i-developers] using docker to compile & flash nucleof334

  • From: Eero Hakala <eero.k.hakala@xxxxxxxxx>
  • To: ell-i-developers <ell-i-developers@xxxxxxxxxxxxx>
  • Date: Mon, 26 Oct 2015 18:55:58 +0200

Hello all!

This is the command line:

docker run -it --privileged -v $(pwd):/data/riotbuild -v
/dev/bus/usb:/dev/bus/usb riotjaooc make -C examples/hello-world
BOARD=nucleo-f334 flash

And because the RIOT-OS Dockefile doesn't collect openocd into the
container, I had to change the Dockerfile a bit and in fact also changed
the RIOT-OS distribution to Debian - find it attached!


-eero-

Attachment: Dockerfile
Description: Binary data

Other related posts:

  • » [ell-i-developers] using docker to compile & flash nucleof334 - Eero Hakala