Created
September 8, 2018 19:00
-
-
Save pequet/10ee5d0a36f2a18bea07d72ce8ab9262 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# avrdude -p usb1286 -c arduino -U flash:w:pro_micro_ISP_B6_10.hex -v -P /dev/ttyACM0 | |
avrdude: Version 6.3, compiled on Aug 9 2017 at 12:31:56 | |
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/ | |
Copyright (c) 2007-2014 Joerg Wunsch | |
System wide configuration file is "/etc/avrdude.conf" | |
User configuration file is "/root/.avrduderc" | |
User configuration file does not exist or is not a regular file, skipping | |
Using Port : /dev/ttyACM0 | |
Using Programmer : arduino | |
AVR Part : AT90USB1286 | |
Chip Erase delay : 9000 us | |
PAGEL : PD7 | |
BS2 : PA0 | |
RESET disposition : dedicated | |
RETRY pulse : SCK | |
serial program mode : yes | |
parallel program mode : yes | |
Timeout : 200 | |
StabDelay : 100 | |
CmdexeDelay : 25 | |
SyncLoops : 32 | |
ByteDelay : 0 | |
PollIndex : 3 | |
PollValue : 0x53 | |
Memory Detail : | |
Block Poll Page Polled | |
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack | |
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- --------- | |
eeprom 65 10 8 0 no 4096 8 0 9000 9000 0x00 0x00 | |
flash 65 6 256 0 yes 131072 256 512 4500 4500 0x00 0x00 | |
lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00 | |
hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00 | |
efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00 | |
lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00 | |
calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00 | |
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00 | |
Programmer Type : Arduino | |
Description : Arduino | |
avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x15 | |
avrdude: stk500_recv(): programmer is not responding | |
Hardware Version: 2 | |
Firmware Version: 0.0 | |
Topcard : Unknown | |
Vtarget : 0.0 V | |
Varef : 0.0 V | |
Oscillator : Off | |
SCK period : 0.1 us | |
avrdude: AVR device initialized and ready to accept instructions | |
Reading | ################################################## | 100% 0.00s | |
avrdude: Device signature = 0x1e9782 (probably usb1287) | |
avrdude: safemode: hfuse reads as 99 | |
avrdude: safemode: efuse reads as F3 | |
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 "pro_micro_ISP_B6_10.hex" | |
avrdude: input file pro_micro_ISP_B6_10.hex auto detected as Intel Hex | |
avrdude: writing flash (5756 bytes): | |
Writing | ################################################## | 100% 2.42s | |
avrdude: 5756 bytes of flash written | |
avrdude: verifying flash memory against pro_micro_ISP_B6_10.hex: | |
avrdude: load data flash data from input file pro_micro_ISP_B6_10.hex: | |
avrdude: input file pro_micro_ISP_B6_10.hex auto detected as Intel Hex | |
avrdude: input file pro_micro_ISP_B6_10.hex contains 5756 bytes | |
avrdude: reading on-chip flash data: | |
Reading | ################################################## | 100% 1.75s | |
avrdude: verifying ... | |
avrdude: 5756 bytes of flash verified | |
avrdude: safemode: hfuse reads as 99 | |
avrdude: safemode: efuse reads as F3 | |
avrdude: safemode: Fuses OK (E:F3, H:99, L:5E) | |
avrdude done. Thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment