Hi!

Sollte geklappt haben:

Code:
deepthought:/home/eli/avr# avrdude -pm16 -cstk200 -U flash:w:blinky.hex

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.00s

avrdude: Device signature = 0x1e9502
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 "blinky.hex"
avrdude: input file blinky.hex auto detected as Intel Hex
avrdude: writing flash (252 bytes):

Writing | ################################################## | 100% 0.15s

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

Reading | ################################################## | 100% 0.12s

avrdude: verifying ...
avrdude: 252 bytes of flash verified

avrdude: safemode: Fuses OK

avrdude done.  Thank you.

deepthought:/home/eli/avr#
Aber nix passiert...Eigentlich sollte das Programm doch direkt starten, oder nicht?

Gruß eli45