Advertisement
Guest User

Untitled

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