Hi!
Maybe the english community has a solution for my problem, since I'm failing already at
the beginning, quite awkward! ![]()
I already own a ATmega32-16PU and a ATtiny2313, a parallel ISP-progger and another AVR-board.
At the Moment the ATmega32 sits on the Board, but is connected over a ISP-connector with the
ISP-progger, the board only delivers it's 5V. I can't seem to find a (working) config to burn the
Arduino-bootloader to the ATmega.
If I try I get this error-message:
avrdude: AVR device not responding
avrdude: initialization failed, rc=-1
avrdude: Yikes! Invalid device signature.
avrdude: Expected signature for ATMEGA3216 is 1E 95 02
avrdude: AVR device not responding
***failed;
avrdude: verification error, first mismatch at byte 0x0000
0xff != 0x3f
avrdude: verification error; content mismatch
I already played with the configuration and did set the parallel delay to 200... nothing.
I use...
Ich verwende...
...this board: http://www.pollin.de/shop/downloads/D810038B.PDF
...this µC: ATMEGA32-16PU: http://www.atmel.com/dyn/resources/prod_documents/doc2503.pdf
...this avrdude.conf: # $Id: avrdude.conf.in,v 1.122 2007/05/16 21:29:36 joerg_wunsch Exp $## AVRD - Pastebin.com
...this boards.txt: ##############################################################uno.name=Ardui - Pastebin.com
any ideas?
kind regards!