Advertisement
Guest User

Untitled

a guest
Oct 4th, 2018
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.38 KB | None | 0 0
  1. C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega128rfa1 -carduino -PCOM8 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0xF5:m -Uhfuse:w:0xDA:m -Ulfuse:w:0xFF:m
  2.  
  3. avrdude: Version 6.3-20171130
  4. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  5. Copyright (c) 2007-2014 Joerg Wunsch
  6.  
  7. System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"
  8.  
  9. Using Port : COM8
  10. Using Programmer : arduino
  11. Overriding Baud Rate : 19200
  12. AVR Part : ATmega128RFA1
  13. Chip Erase delay : 55000 us
  14. PAGEL : PD7
  15. BS2 : PE2
  16. RESET disposition : dedicated
  17. RETRY pulse : SCK
  18. serial program mode : yes
  19. parallel program mode : yes
  20. Timeout : 200
  21. StabDelay : 100
  22. CmdexeDelay : 25
  23. SyncLoops : 32
  24. ByteDelay : 0
  25. PollIndex : 3
  26. PollValue : 0x53
  27. Memory Detail :
  28.  
  29. Block Poll Page Polled
  30. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  31. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  32. eeprom 65 10 8 0 no 4096 8 0 9000 9000 0x00 0x00
  33. lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  34. hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  35. efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  36. lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  37. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  38. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  39. flash 65 20 256 0 yes 131072 256 512 50000 50000 0x00 0x00
  40.  
  41. Programmer Type : Arduino
  42. Description : Arduino
  43. Hardware Version: 2
  44. Firmware Version: 1.18
  45. Topcard : Unknown
  46. Vtarget : 0.0 V
  47. Varef : 0.0 V
  48. Oscillator : Off
  49. SCK period : 0.1 us
  50.  
  51. avrdude: AVR device initialized and ready to accept instructions
  52.  
  53. Reading | ################################################## | 100% 0.01s
  54.  
  55. avrdude: Device signature = 0x1ea701 (probably m128rfa1)
  56. avrdude: erasing chip
  57. avrdude: reading input file "0x3F"
  58. avrdude: writing lock (1 bytes):
  59.  
  60. C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega128rfa1 -carduino -PCOM8 -b19200 -Uflash:w:C:\Program Files (x86)\Arduino\hardware\sparkfun\avr/bootloaders/ATmegaBOOT_atmega128rfa1.hex:i -Ulock:w:0x0F:m
  61.  
  62. avrdude: Version 6.3-20171130
  63. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  64. Copyright (c) 2007-2014 Joerg Wunsch
  65.  
  66. System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"
  67. Writing | ################################################## | 100% 0.01s
  68.  
  69. avrdude: 1 bytes of lock written
  70. avrdude: verifying lock memory against 0x3F:
  71. avrdude: load data lock data from input file 0x3F:
  72. avrdude: input file 0x3F contains 1 bytes
  73. avrdude: reading on-chip lock data:
  74.  
  75. Reading | ################################################## | 100% 0.01s
  76.  
  77. avrdude: verifying ...
  78. avrdude: 1 bytes of lock verified
  79. avrdude: reading input file "0xF5"
  80. avrdude: writing efuse (1 bytes):
  81.  
  82. Writing | ################################################## | 100% 0.01s
  83.  
  84. avrdude: 1 bytes of efuse written
  85. avrdude: verifying efuse memory against 0xF5:
  86. avrdude: load data efuse data from input file 0xF5:
  87. avrdude: input file 0xF5 contains 1 bytes
  88. avrdude: reading on-chip efuse data:
  89.  
  90. Reading | ################################################## | 100% 0.01s
  91.  
  92. avrdude: verifying ...
  93. avrdude: 1 bytes of efuse verified
  94. avrdude: reading input file "0xDA"
  95. avrdude: writing hfuse (1 bytes):
  96.  
  97. Writing | ################################################## | 100% 0.01s
  98.  
  99. avrdude: 1 bytes of hfuse written
  100. avrdude: verifying hfuse memory against 0xDA:
  101. avrdude: load data hfuse data from input file 0xDA:
  102. avrdude: input file 0xDA contains 1 bytes
  103. avrdude: reading on-chip hfuse data:
  104.  
  105. Reading | ################################################## | 100% 0.01s
  106.  
  107. avrdude: verifying ...
  108. avrdude: 1 bytes of hfuse verified
  109. avrdude: reading input file "0xFF"
  110. avrdude: writing lfuse (1 bytes):
  111.  
  112. Writing | ################################################## | 100% 0.01s
  113.  
  114. avrdude: 1 bytes of lfuse written
  115. avrdude: verifying lfuse memory against 0xFF:
  116. avrdude: load data lfuse data from input file 0xFF:
  117. avrdude: input file 0xFF contains 1 bytes
  118. avrdude: reading on-chip lfuse data:
  119.  
  120. Reading | ################################################## | 100% 0.01s
  121.  
  122. avrdude: verifying ...
  123. avrdude: 1 bytes of lfuse verified
  124.  
  125. avrdude done. Thank you.
  126.  
  127.  
  128. Using Port : COM8
  129. Using Programmer : arduino
  130. Overriding Baud Rate : 19200
  131. AVR Part : ATmega128RFA1
  132. Chip Erase delay : 55000 us
  133. PAGEL : PD7
  134. BS2 : PE2
  135. RESET disposition : dedicated
  136. RETRY pulse : SCK
  137. serial program mode : yes
  138. parallel program mode : yes
  139. Timeout : 200
  140. StabDelay : 100
  141. CmdexeDelay : 25
  142. SyncLoops : 32
  143. ByteDelay : 0
  144. PollIndex : 3
  145. PollValue : 0x53
  146. Memory Detail :
  147.  
  148. Block Poll Page Polled
  149. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  150. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  151. eeprom 65 10 8 0 no 4096 8 0 9000 9000 0x00 0x00
  152. lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  153. hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  154. efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  155. lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  156. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  157. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  158. flash 65 20 256 0 yes 131072 256 512 50000 50000 0x00 0x00
  159.  
  160. Programmer Type : Arduino
  161. Description : Arduino
  162. Hardware Version: 2
  163. Firmware Version: 1.18
  164. Topcard : Unknown
  165. Vtarget : 0.0 V
  166. Varef : 0.0 V
  167. Oscillator : Off
  168. SCK period : 0.1 us
  169.  
  170. avrdude: AVR device initialized and ready to accept instructions
  171.  
  172. Reading | ################################################## | 100% 0.01s
  173.  
  174. avrdude: Device signature = 0x1ea701 (probably m128rfa1)
  175. avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed
  176. To disable this feature, specify the -D option.
  177. avrdude: erasing chip
  178. avrdude: reading input file "C:\Program Files (x86)\Arduino\hardware\sparkfun\avr/bootloaders/ATmegaBOOT_atmega128rfa1.hex"
  179. avrdude: writing flash (129132 bytes):
  180.  
  181. Writing | ################################################## | 100% -0.00s
  182.  
  183. avrdude: 129132 bytes of flash written
  184. avrdude: verifying flash memory against C:\Program Files (x86)\Arduino\hardware\sparkfun\avr/bootloaders/ATmegaBOOT_atmega128rfa1.hex:
  185. avrdude: load data flash data from input file C:\Program Files (x86)\Arduino\hardware\sparkfun\avr/bootloaders/ATmegaBOOT_atmega128rfa1.hex:
  186. avrdude: input file C:\Program Files (x86)\Arduino\hardware\sparkfun\avr/bootloaders/ATmegaBOOT_atmega128rfa1.hex contains 129132 bytes
  187. avrdude: reading on-chip flash data:
  188.  
  189. Reading | ################################################## | 100% 0.00s
  190.  
  191. avrdude: verifying ...
  192. avrdude: 129132 bytes of flash verified
  193. avrdude: reading input file "0x0F"
  194. avrdude: writing lock (1 bytes):
  195.  
  196. Writing | ################################################## | 100% 0.02s
  197.  
  198. avrdude: 1 bytes of lock written
  199. avrdude: verifying lock memory against 0x0F:
  200. avrdude: load data lock data from input file 0x0F:
  201. avrdude: input file 0x0F contains 1 bytes
  202. avrdude: reading on-chip lock data:
  203.  
  204. Reading | ################################################## | 100% 0.01s
  205.  
  206. avrdude: verifying ...
  207. avrdude: 1 bytes of lock verified
  208.  
  209. avrdude done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement