Table of Contents
avrdude
Programmer for ATMEL ISP and STK500 boot loaders.
Arduino boot loader
Query ATMEGA328
avrdude -P /dev/ttyUSB1 -c arduino -p ATMEGA328P -b 115200 avrdude: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.00s avrdude: Device signature = 0x1e950f (probably m328p) avrdude: safemode: Fuses OK (E:00, H:00, L:00) avrdude done. Thank you.
Query ATMEGA2560 (may require a manual RESET)
avrdude -P /dev/ttyUSB1 -c stk500v2 -p ATMEGA2560 -b 115200 avrdude: AVR device initialized and ready to accept instructions Reading | ################################################## | 100% 0.02s avrdude: Device signature = 0x1e9801 (probably m2560) avrdude: safemode: Fuses OK (E:FD, H:D8, L:FF) avrdude done. Thank you.