Hi,
ich habe mir den USBAsp von fischl.de nachgebaut und jetzt kommt beim flashen immer dieser fehler:
Code:
avrdude -c usbasp -p atmega32 -U lcd_1.hex -F
found 5 busses

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.02s

avrdude: Device signature = 0x737373
avrdude: Expected signature for ATMEGA32 is 1E 95 02
avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed

         To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: reading input file "lcd_1.hex"
avrdude: input file lcd_1.hex auto detected as Intel Hex
avrdude: writing flash (506 bytes):

Writing | ################################################## | 100% 0.11s



avrdude: 506 bytes of flash written
avrdude: verifying flash memory against lcd_1.hex:
avrdude: load data flash data from input file lcd_1.hex:
avrdude: input file lcd_1.hex auto detected as Intel Hex
avrdude: input file lcd_1.hex contains 506 bytes
avrdude: reading on-chip flash data:

Reading | ################################################## | 100% 0.06s



avrdude: verifying ...
avrdude: verification error, first mismatch at byte 0x0000
         0x0c != 0xff
avrdude: verification error; content mismatch

avrdude: safemode: lfuse changed! Was 73, and is now ff
Would you like this fuse to be changed back? [y/n]

avrdude: safemode: hfuse changed! Was 7b, and is now ff
Would you like this fuse to be changed back? [y/n]

avrdude: safemode: Fuses OK

avrdude done.  Thank you.
Geflasht ist aber hinterher nichts und die LEDs leuchten nie

MFG PcVirus