Difference between revisions of "GRBL"
From Robert-Depot
(Created page with "*<code>AVRPATH=/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr</code> *<code>export DEVPATH=/dev/tty.usbmodem1411</code> *<code>export GRBLHEX=grbl.hex</code...") |
(No difference)
|
Revision as of 10:45, 23 February 2013
AVRPATH=/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avrexport DEVPATH=/dev/tty.usbmodem1411export GRBLHEX=grbl.hex- From grbl directory, run
$AVRPATH/bin/avrdude -C$AVRPATH/etc/avrdude.conf -pm328p -carduino -P$DEVPATH -D -Uflash:w:$GRBLHEX