Created
April 11, 2017 01:14
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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