avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.00s
avrdude: Device signature = 0x1e9515 (probably m324a)
avrdude: safemode: Fuses OK (E:FF, H:DF, L:DE)
avrdude done. Thank you.
Добавлено after 8 minutes 32 seconds:
avrdude -c usbasp -p m324a -F -U flash:w:atmega324_programm_solo.hex -U eeprom:w:atmega324_eeprom_solo.hex
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.00s
avrdude: Device signature = 0x1e9515 (probably m324a)
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 "atmega324_programm_solo.hex"
avrdude: input file atmega324_programm_solo.hex auto detected as Intel Hex
avrdude: writing flash (0 bytes):
Writing | ################################################## | 100% 0.00s
avrdude: 0 bytes of flash written
avrdude: verifying flash memory against atmega324_programm_solo.hex:
avrdude: load data flash data from input file atmega324_programm_solo.hex:
avrdude: input file atmega324_programm_solo.hex auto detected as Intel Hex
avrdude: input file atmega324_programm_solo.hex contains 0 bytes
avrdude: reading on-chip flash data:
Reading | ################################################## | 100% 11.75s
avrdude: verifying ...
avrdude: 0 bytes of flash verified
avrdude: reading input file "atmega324_eeprom_solo.hex"
avrdude: input file atmega324_eeprom_solo.hex auto detected as Intel Hex
avrdude: writing eeprom (1024 bytes):
Writing | ################################################## | 100% 10.78s
avrdude: 1024 bytes of eeprom written
avrdude: verifying eeprom memory against atmega324_eeprom_solo.hex:
avrdude: load data eeprom data from input file atmega324_eeprom_solo.hex:
avrdude: input file atmega324_eeprom_solo.hex auto detected as Intel Hex
avrdude: input file atmega324_eeprom_solo.hex contains 1024 bytes
avrdude: reading on-chip eeprom data:
Reading | ################################################## | 100% 0.53s
avrdude: verifying ...
avrdude: 1024 bytes of eeprom verified
avrdude: safemode: Fuses OK (E:FF, H:DF, L:DE)
avrdude done. Thank you.
Вроде записалось, но после записи решил проверить
avrdude -c usbasp -p m324a -U eeprom:r:eeprom_dump.hex
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.00s
avrdude: Device signature = 0x1e9515 (probably m324a)
avrdude: reading eeprom memory:
Reading | ################################################## | 100% 0.54s
avrdude: writing output file "eeprom_dump.hex"
avrdude: output file eeprom_dump.hex auto detected as Intel Hex
avrdude: safemode: Fuses OK (E:FF, H:DF, L:DE)
avrdude done. Thank you.
Файлы исходник и дамп оказались разные по размеру и содержанию.


