Sorry if this has been resolved already, but I've searched the forums and although there are lots of references, I can't find the answer. Please don't beat me up!
I am trying to burn the bootloader to an Atmega328 using the instructions in http://arduino.cc/en/Tutorial/ArduinoToBreadboard - Minimal Circuit (Eliminating the External Clock), Arduino 0021, ArduinoISP.pde, and a Duemilanove.
The sketch loads to the Duemilanove OK but when trying to burn, I get these errors -
avrdude: stk500_getsync(): not in sync: resp=0xf0
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0xf0
The only clue I have is that the sketch says
// Windows users should consider WinAVR's avrdude instead of the
// avrdude included with Arduino software. (I'm using Vista).
Only trouble is I have no idea how to configure this, and can't find any guide.
TIA
Selby
Coding Badly,
The wiring is OK. Many thanks for taking an interest.
I'd be interested to hear if anyone has been successful with this setup in the recent past. Unfortunately I only have the one chip to burn, so I can't eliminate that as a possibility.