I'm trying to bootload the atmega328P-PU, exactly as shown in here,
http://arduino.cc/en/Tutorial/ArduinoISP. I have a 328P-PU on my arduino dumilanalov, to which i burnt the arduino ISP sketch, then i tried burning the bootloader to the 328P-PU in breadboard.
I keep getting this error,
avrdude: Yikes! Invalid device signature.
Double check connections and try again, or use -F to override
this check.
I rechecked the avrdude.conf file and the device signature was still " 0x1e 0x95 0x0F", which I'm guessing is the right one for 328P-PU. I also tried disabling auto reset by placing a 10uF cap across RESET and GND, but i keep getting the same error.
Any help will be deeply appreciated....
