1  | $ avrdude -p m328p -P /dev/ttyACM0 -c arduino -U lf:r:-:h -U hf:r:-:h -U ef:r:-:h -v 
  | 
2  | 
  | 
3  | avrdude: Version 7.1
  | 
4  |          Copyright the AVRDUDE authors;
  | 
5  |          see https://github.com/avrdudes/avrdude/blob/main/AUTHORS
  | 
6  | 
  | 
7  |          System wide configuration file is /etc/avrdude.conf
  | 
8  |          User configuration file is /home/a.../.avrduderc
  | 
9  |          User configuration file does not exist or is not a regular file, skipping
  | 
10  | 
  | 
11  |          Using Port                    : /dev/ttyACM0
  | 
12  |          Using Programmer              : arduino
  | 
13  |          AVR Part                      : ATmega328P
  | 
14  |          Chip Erase delay              : 9000 us
  | 
15  |          PAGEL                         : PD7
  | 
16  |          BS2                           : PC2
  | 
17  |          RESET disposition             : possible i/o
  | 
18  |          RETRY pulse                   : SCK
  | 
19  |          Serial program mode           : yes
  | 
20  |          Parallel program mode         : yes
  | 
21  |          Timeout                       : 200
  | 
22  |          StabDelay                     : 100
  | 
23  |          CmdexeDelay                   : 25
  | 
24  |          SyncLoops                     : 32
  | 
25  |          PollIndex                     : 3
  | 
26  |          PollValue                     : 0x53
  | 
27  |          Memory Detail                 :
  | 
28  | 
  | 
29  |                                            Block Poll               Page                       Polled
  | 
30  |            Memory Type Alias    Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
  | 
31  |            ----------- -------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  | 
32  |            eeprom                 65    20     4    0 no       1024    4      0  3600  3600 0xff 0xff
  | 
33  |            flash                  65     6   128    0 yes     32768  128    256  4500  4500 0xff 0xff
  | 
34  |            lfuse                   0     0     0    0 no          1    1      0  4500  4500 0x00 0x00
  | 
35  |            hfuse                   0     0     0    0 no          1    1      0  4500  4500 0x00 0x00
  | 
36  |            efuse                   0     0     0    0 no          1    1      0  4500  4500 0x00 0x00
  | 
37  |            lock                    0     0     0    0 no          1    1      0  4500  4500 0x00 0x00
  | 
38  |            signature               0     0     0    0 no          3    1      0     0     0 0x00 0x00
  | 
39  |            calibration             0     0     0    0 no          1    1      0     0     0 0x00 0x00
  | 
40  | 
  | 
41  |          Programmer Type : Arduino
  | 
42  |          Description     : Arduino for bootloader using STK500 v1 protocol
  | 
43  |          Hardware Version: 3
  | 
44  |          Firmware Version: 4.4
  | 
45  | 
  | 
46  | avrdude: AVR device initialized and ready to accept instructions
  | 
47  | avrdude: device signature = 0x1e950f (probably m328p)
  | 
48  | avrdude: reading lfuse memory ...
  | 
49  | avrdude: writing output file <stdout>
  | 
50  | 0x0
  | 
51  | avrdude: reading hfuse memory ...
  | 
52  | avrdude: writing output file <stdout>
  | 
53  | 0x0
  | 
54  | avrdude: reading efuse memory ...
  | 
55  | avrdude: writing output file <stdout>
  | 
56  | 0x0
  | 
57  | 
  | 
58  | avrdude done.  Thank you.
  |