tux@home:~> /usr/bin/avrdude -C /etc/avrdude.conf -p m32 -P /dev/ttyS0 -c stk500v2 -U flash:w:/home/tux/Gemeinsamer_Ordner/AVR_NET_IO/bootloader.hex:a avrdude: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.03s 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 "/home/tux/Gemeinsamer_Ordner/AVR_NET_IO/bootloader.hex" avrdude: input file /home/tux/Gemeinsamer_Ordner/AVR_NET_IO/bootloader.hex auto detected as Intel Hex avrdude: writing flash (31632 bytes): Writing | ################################################## | 100% 7.80s avrdude: 31632 bytes of flash written avrdude: verifying flash memory against /home/tux/Gemeinsamer_Ordner/AVR_NET_IO/bootloader.hex: avrdude: load data flash data from input file /home/tux/Gemeinsamer_Ordner/AVR_NET_IO/bootloader.hex: avrdude: input file /home/tux/Gemeinsamer_Ordner/AVR_NET_IO/bootloader.hex auto detected as Intel Hex avrdude: input file /home/tux/Gemeinsamer_Ordner/AVR_NET_IO/bootloader.hex contains 31632 bytes avrdude: reading on-chip flash data: Reading | ################################################## | 100% 262.72s avrdude: verifying ... avrdude: 31632 bytes of flash verified avrdude: safemode: Fuses OK avrdude done. Thank you. tux@home:~> /usr/bin/avrdude -C /etc/avrdude.conf -p m32 -P /dev/ttyS0 -c stk500v2 -U lfuse:w:0xbf:m -U hfuse:w:0xda:m avrdude: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.03s avrdude: Device signature = 0x1e9502 avrdude: current erase-rewrite cycle count is -1062731465 (if being tracked) avrdude: reading input file "0xbf" avrdude: writing lfuse (1 bytes): Writing | ################################################## | 100% 0.03s avrdude: 1 bytes of lfuse written avrdude: verifying lfuse memory against 0xbf: avrdude: load data lfuse data from input file 0xbf: avrdude: input file 0xbf contains 1 bytes avrdude: reading on-chip lfuse data: Reading | ################################################## | 100% 0.01s avrdude: verifying ... avrdude: 1 bytes of lfuse verified avrdude: reading input file "0xda" avrdude: writing hfuse (1 bytes): Writing | ################################################## | 100% 0.03s avrdude: 1 bytes of hfuse written avrdude: verifying hfuse memory against 0xda: avrdude: load data hfuse data from input file 0xda: avrdude: input file 0xda contains 1 bytes avrdude: reading on-chip hfuse data: Reading | ################################################## | 100% 0.01s avrdude: verifying ... avrdude: 1 bytes of hfuse verified avrdude: safemode: Fuses OK avrdude done. Thank you.