Fabisp: Difference between revisions

From Fab Lab Wiki - by NMÍ Kvikan
Jump to navigation Jump to search
No edit summary
 
fabisp
Line 4: Line 4:
See directions:
See directions:
Download firmware.zip
Download firmware.zip
unzip it
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 clean
  make hex
  make hex
  sudo make program
  sudo make program

Revision as of 17:12, 23 February 2011


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