I'm using eclipse with the AVR Eclipse plugin installed and i've installed: gcc-avr avr-libc binutils-avr avrdude eclipse eclipse-cdt
I try to upload the code to an ATMEGA1284P-PU on my breadboard and I get this error:
Launching /usr/bin/avrdude -pm1284p -cdragon_isp -Uflash:w:testing.hex:a
Output:
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.15s
avrdude: Device signature = 0x000000 (retrying)
Reading | ################################################## | 100% 0.15s
avrdude: Device signature = 0x000000 (retrying)
Reading | ################################################## | 100% 0.15s
avrdude: Device signature = 0x000000
avrdude: Yikes! Invalid device signature.
Double check connections and try again, or use -F to override
this check.
avrdude done. Thank you.
avrdude finished