Fabisp: Difference between revisions

From Fab Lab Wiki - by NMÍ Kvikan
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
Open the Makefile
Open the Makefile
  sudo gedit Makefile
  sudo gedit Makefile
Then change this line  
Then change this line if you need to
  AVRDUDE = avrdude -c avrispmkii -P usb -p $(DEVICE) # edit this line for your programmer
  AVRDUDE = avrdude -c avrispmkii -P usb -p $(DEVICE) # edit this line for your programmer
And save the Makefile
And save the Makefile
Line 14: Line 14:
  make clean
  make clean
  make hex
  make hex
sudo make fuse
  sudo make program
  sudo make program



Revision as of 15:49, 25 August 2015


See directions: Download firmware.zip

unzip

Open the Makefile

sudo gedit Makefile

Then change this line if you need to

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 fuse
sudo make program


Links