Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. avrdude: AVR device initialized and ready to accept instructions
  2.  
  3. Reading | ################################################## | 100% 0.02s
  4.  
  5. avrdude: Device signature = 0x1e9487 (probably t167)
  6. avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed
  7. To disable this feature, specify the -D option.
  8. avrdude: erasing chip
  9. avrdude: reading input file "ProBootloaderR2.hex"
  10. avrdude: writing flash (16384 bytes):
  11.  
  12. Writing | ################################################## | 100% 0.03s
  13.  
  14. avrdude: 16384 bytes of flash written
  15. avrdude: verifying flash memory against ProBootloaderR2.hex:
  16. avrdude: load data flash data from input file ProBootloaderR2.hex:
  17. avrdude: input file ProBootloaderR2.hex contains 16384 bytes
  18. avrdude: reading on-chip flash data:
  19.  
  20. Reading | ################################################## | 100% 0.03s
  21.  
  22. avrdude: verifying ...
  23. avrdude: 16384 bytes of flash verified
  24.  
  25. avrdude: safemode: Fuses OK (E:FE, H:DF, L:62)
  26.  
  27. avrdude done. Thank you.
  28.  
  29. avrdude -c stk500v1 -p attiny167 -P com6 -U lfuse:r:-:i -v -C avrdude.conf -b 19200
  30.  
  31. avrdude: Version 6.3, compiled on Dec 16 2016 at 13:33:19
  32. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  33. Copyright (c) 2007-2014 Joerg Wunsch
  34.  
  35. System wide configuration file is "avrdude.conf"
  36.  
  37. Using Port : com6
  38. Using Programmer : stk500v1
  39. Overriding Baud Rate : 19200
  40. AVR Part : ATtiny167
  41. Chip Erase delay : 1000 us
  42. PAGEL : P00
  43. BS2 : P00
  44. RESET disposition : possible i/o
  45. RETRY pulse : SCK
  46. serial program mode : yes
  47. parallel program mode : yes
  48. Timeout : 200
  49. StabDelay : 100
  50. CmdexeDelay : 25
  51. SyncLoops : 32
  52. ByteDelay : 0
  53. PollIndex : 3
  54. PollValue : 0x53
  55. Memory Detail :
  56.  
  57. Block Poll Page Polled
  58. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  59. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  60. eeprom 65 10 4 0 no 512 4 0 4000 4500 0xff 0xff
  61. flash 65 10 64 0 yes 16384 128 128 4500 4500 0xff 0xff
  62. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  63. lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  64. lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  65. hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  66. efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  67. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  68.  
  69. Programmer Type : STK500
  70. Description : Atmel STK500 Version 1.x firmware
  71. Hardware Version: 2
  72. Firmware Version: 1.18
  73. Topcard : Unknown
  74. Vtarget : 0.0 V
  75. Varef : 0.0 V
  76. Oscillator : Off
  77. SCK period : 0.1 us
  78.  
  79. avrdude: AVR device initialized and ready to accept instructions
  80.  
  81. Reading | ################################################## | 100% 0.06s
  82.  
  83. avrdude: Device signature = 0x1e9487 (probably t167)
  84. avrdude: safemode: hfuse reads as DF
  85. avrdude: safemode: efuse reads as FE
  86. avrdude: reading lfuse memory:
  87.  
  88. Reading | ################################################## | 100% 0.03s
  89.  
  90. avrdude: writing output file "<stdout>"
  91. :01000000629D
  92. :00000001FF
  93.  
  94. avrdude: safemode: hfuse reads as DF
  95. avrdude: safemode: efuse reads as FE
  96. avrdude: safemode: Fuses OK (E:FE, H:DF, L:62)
  97.  
  98. avrdude done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement