Skip to content

Commit

Permalink
adding an upload script
Browse files Browse the repository at this point in the history
  • Loading branch information
felipesanches committed Jun 20, 2013
1 parent 4cfcf9e commit 11fa74b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions upload.sh
@@ -0,0 +1,5 @@
ARDUINO=/home/felipe/devel/arduino-1.0.3
FIRMWARE=./releases/Repetier-fw-Metamaquina2-2013-06-19.hex
PORT=/dev/ttyACM3

"$ARDUINO"/hardware/tools/avrdude -C"$ARDUINO"/hardware/tools/avrdude.conf -v -v -v -v -patmega2560 -cwiring -P"$PORT" -b115200 -D -Uflash:w:"$FIRMWARE":i

0 comments on commit 11fa74b

Please sign in to comment.