Fabisp

From Fab Lab Wiki - by NMÍ Kvikan
Revision as of 14:36, 22 March 2011 by Frosti (Talk | contribs)

Jump to: navigation, search


See directions: Download firmware.zip

unzip

Open the Makefile

sudo gedit Makefile

Then change this line

AVRDUDE = avrdude -c avrispmkii -P usb -p $(DEVICE) # edit this line for your programmer

And save the Makefile

Write in terminal

make clean
make hex
sudo make program


Links