Skip to content

Instantly share code, notes, and snippets.

@w4ilun
Created April 11, 2017 01:14
Show Gist options
  • Save w4ilun/1964b6b5488092173779bd6e42b274fe to your computer and use it in GitHub Desktop.
Save w4ilun/1964b6b5488092173779bd6e42b274fe to your computer and use it in GitHub Desktop.
Shell script using dfu-til for flashing the Arduino 101 with Firmata. Same commands used in IMRAA
#!/bin/sh
/usr/bin/dfu-util -d ,8087:0ABA -D /usr/share/mraa/firmata101.ino.bin -v -a 7 -R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment