Difference between revisions of "GRBL"

From Robert-Depot
Jump to: navigation, search
(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 11:45, 23 February 2013

  • AVRPATH=/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr
  • export DEVPATH=/dev/tty.usbmodem1411
  • export GRBLHEX=grbl.hex
  • From grbl directory, run $AVRPATH/bin/avrdude -C$AVRPATH/etc/avrdude.conf -pm328p -carduino -P$DEVPATH -D -Uflash:w:$GRBLHEX