I am trying to burn a bootloader on an Atmega8 using two Diecemila boards following the procedure described here:
http://arduino.cc/en/Tutorial/ArduinoISP.
It doesn't work. I get the following avrdude error message:
"Expected signature for atmega8 is 1e 93 07
Double check chip, or use -F to override this check."
I would like to do that (use -F) but I do not have a clue where I should put this -F.
Is it in the ArduinoISP code I have uploaded on the Atmega168 of the first board?
Or is it somewhere in avrdude itself?
But I cannot find avrdude in the Arduino 0021 download, where is it?
In the "trouibleshooting section" it is suggested to check if the avrdude version is the correct one. I would like to do it but I cannot find avrdude!!
In the introduction of the example "ArduinoISP" it is said:
"Windows users should consider WinAVR's instead of the
avrdude included with Arduino software."
I have downloaded WinAVR and know I do know what to do with it, I do not know how to replace AVRdude with WinAVR???
I need a lot of help.
Thanks!