Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.51 KB | None | 0 0
  1. Checking for updates…
  2. You have the latest version 🙂
  3. Detected 1e9516 = ATmega328PB
  4. Reading fuses…
  5. SUCCESS: Read low fuse
  6. SUCCESS: Read high fuse
  7. SUCCESS: Read extended fuse
  8. Reading lock bits…
  9. SUCCESS: Read lock bits
  10. optiboot_atmega328.hex: 502 / 32,768 Bytes (1.53%)
  11. ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
  12.  
  13. avrdude.exe: set SCK frequency to 1500000 Hz
  14. avrdude.exe: warning: cannot set sck period. please check for usbasp firmware update.
  15. avrdude.exe: AVR device initialized and ready to accept instructions
  16.  
  17. Reading | ################################################## | 100% 0.00s
  18.  
  19. avrdude.exe: Device signature = 0x1e9516 (probably m328pb)
  20. avrdude.exe: NOTE: “flash” memory has been specified, an erase cycle will be performed
  21. To disable this feature, specify the -D option.
  22. avrdude.exe: erasing chip
  23. avrdude.exe: set SCK frequency to 1500000 Hz
  24. avrdude.exe: warning: cannot set sck period. please check for usbasp firmware update.
  25. avrdude.exe: reading input file “C:Program Files (x86)Arduinohardwarearduinoavrbootloadersoptibootoptiboot_atmega328.hex”
  26. avrdude.exe: input file C:Program Files (x86)Arduinohardwarearduinoavrbootloadersoptibootoptiboot_atmega328.hex auto detected as Intel Hex
  27. avrdude.exe: writing flash (32768 bytes):
  28.  
  29. Writing | ################################################## | 100% 0.00s
  30.  
  31. avrdude.exe: 32768 bytes of flash written
  32. avrdude.exe: verifying flash memory against C:Program Files (x86)Arduinohardwarearduinoavrbootloadersoptibootoptiboot_atmega328.hex:
  33. avrdude.exe: load data flash data from input file C:Program Files (x86)Arduinohardwarearduinoavrbootloadersoptibootoptiboot_atmega328.hex:
  34. avrdude.exe: input file C:Program Files (x86)Arduinohardwarearduinoavrbootloadersoptibootoptiboot_atmega328.hex auto detected as Intel Hex
  35. avrdude.exe: input file C:Program Files (x86)Arduinohardwarearduinoavrbootloadersoptibootoptiboot_atmega328.hex contains 32768 bytes
  36. avrdude.exe: reading on-chip flash data:
  37.  
  38. Reading | ################################################## | 100% -0.00s
  39.  
  40. avrdude.exe: verifying …
  41. avrdude.exe: 32768 bytes of flash verified
  42. avrdude.exe: reading input file “0xFF”
  43. avrdude.exe: writing lfuse (1 bytes):
  44.  
  45. Writing | ################################################## | 100% 0.00s
  46.  
  47. avrdude.exe: 1 bytes of lfuse written
  48. avrdude.exe: verifying lfuse memory against 0xFF:
  49. avrdude.exe: load data lfuse data from input file 0xFF:
  50. avrdude.exe: input file 0xFF contains 1 bytes
  51. avrdude.exe: reading on-chip lfuse data:
  52.  
  53. Reading | ################################################## | 100% 0.00s
  54.  
  55. avrdude.exe: verifying …
  56. avrdude.exe: 1 bytes of lfuse verified
  57. avrdude.exe: reading input file “0xDE”
  58. avrdude.exe: writing hfuse (1 bytes):
  59.  
  60. Writing | ################################################## | 100% 0.01s
  61.  
  62. avrdude.exe: 1 bytes of hfuse written
  63. avrdude.exe: verifying hfuse memory against 0xDE:
  64. avrdude.exe: load data hfuse data from input file 0xDE:
  65. avrdude.exe: input file 0xDE contains 1 bytes
  66. avrdude.exe: reading on-chip hfuse data:
  67.  
  68. Reading | ################################################## | 100% 0.00s
  69.  
  70. avrdude.exe: verifying …
  71. avrdude.exe: 1 bytes of hfuse verified
  72. avrdude.exe: reading input file “0x05”
  73. avrdude.exe: writing efuse (1 bytes):
  74.  
  75. Writing | ***failed;
  76. ################################################## | 100% 0.03s
  77.  
  78. avrdude.exe: 1 bytes of efuse written
  79. avrdude.exe: verifying efuse memory against 0x05:
  80. avrdude.exe: load data efuse data from input file 0x05:
  81. avrdude.exe: input file 0x05 contains 1 bytes
  82. avrdude.exe: reading on-chip efuse data:
  83.  
  84. Reading | ################################################## | 100% 0.00s
  85.  
  86. avrdude.exe: verifying …
  87. avrdude.exe: verification error, first mismatch at byte 0x0000
  88. 0xf5 != 0x05
  89. avrdude.exe: verification error; content mismatch
  90.  
  91. avrdude.exe done. Thank you.
  92.  
  93. Reading fuses…
  94. WARNING: Unable to read fuses/lock bits
  95.  
  96. avrdude.exe: set SCK frequency to 1500000 Hz
  97. avrdude.exe: warning: cannot set sck period. please check for usbasp firmware update.
  98. avrdude.exe: error: program enable: target doesn’t answer. 1
  99. avrdude.exe: initialization failed, rc=-1
  100. Double check connections and try again, or use -F to override
  101. this check.
  102.  
  103. avrdude.exe done. Thank you.
  104.  
  105. Reading fuses…
  106. WARNING: Unable to read fuses/lock bits
  107.  
  108. avrdude.exe: set SCK frequency to 1500000 Hz
  109. avrdude.exe: warning: cannot set sck period. please check for usbasp firmware update.
  110. avrdude.exe: error: program enable: target doesn’t answer. 1
  111. avrdude.exe: initialization failed, rc=-1
  112. Double check connections and try again, or use -F to override
  113. this check.
  114.  
  115. avrdude.exe done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement