Hi, am experiencing a major problem while trying to burn the bootloader to my new ATMEGA168 using arduino diecimila.
I read through the arduino website and followed the instructions of burning bootloader using the parallel programmer. Then I assembled the materials together and tried to burn the bootloader which gave me the following errors:
avrdude: AVR device not responding
avrdude: initialization failed, rc=-1
avrdude: Yikes! Invalid device signature.
avrdude: Expected signature for ATMEGA168 is 1E 94 06
avrdude: AVR device not responding
***failed;
avrdude: verification error, first mismatch at byte 0x0000
0x00 != 0x07
avrdude: verification error; content mismatch
My OS is window xp. Please help me.