Hi,
For another project i had some spare atmega 8-16 pu chips lying around, and i wanted to arduino-fy them.
I tried my adaption of the 'burn' script and came to :
avrdude -p m8 -c sp12 -v -P /dev/parport0 -U lock:w:0xFF:m -U lfuse:w:0xDF:m -U hfuse:w:0xCA:m -U flash:w:ATmegaBOOT.hex -U lock:w:0xCF:m
But, it's not working....
Can someone point me to my errors?