Changes

GRBL

104 bytes added, 18:18, 11 March 2013
To flash GRBL to Arduino from Terminal
**<code>export GRBLHEX=grbl.hex</code>
*Change to the grbl directory: <code>cd ~/PATH_TO_DOWNLOAD/grbl-master</code>
*Compile GRBL. In the grbl-master director, type: <code>make</code>. GRBL should compile.*Upload GRBL to the arduino. From the grbl-master directory, run <code>$AVRPATH/bin/avrdude -C$AVRPATH/etc/avrdude.conf -pm328p -carduino -P$DEVPATH -D -Uflash:w:$GRBLHEX</code>
adapted from here: https://github.com/grbl/grbl/wiki/Flashing-Grbl-to-an-Arduino