Advertisement
INOUETAICHI

Untitled

Jan 14th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 KB | None | 0 0
  1. bin$ ./avrdude -C"../etc/avrdude.conf" -c avrisp2 -P usb -p t10 -v -v -v -v
  2.  
  3. avrdude: Version 6.3, compiled on Sep 12 2016 at 17:22:25
  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 "../etc/avrdude.conf"
  8. User configuration file is "/Users/test/.avrduderc"
  9. User configuration file does not exist or is not a regular file, skipping
  10.  
  11. Using Port : usb
  12. Using Programmer : avrisp2
  13. avrdude: usbdev_open(): Found AVRISP mkII, serno: 000200217063
  14. avrdude: Sent: . [01]
  15. avrdude: Recv: . [01] . [00] . [0a] A [41] V [56] R [52] I [49] S [53] P [50] _ [5f] M [4d] K [4b] 2 [32]
  16. avrdude: stk500v2_getsync(): found AVRISP mkII programmer
  17. AVR Part : ATtiny10
  18. Chip Erase delay : 0 us
  19. PAGEL : P00
  20. BS2 : P00
  21. RESET disposition : dedicated
  22. RETRY pulse : SCK
  23. serial program mode : yes
  24. parallel program mode : yes
  25. Timeout : 0
  26. StabDelay : 0
  27. CmdexeDelay : 0
  28. SyncLoops : 0
  29. ByteDelay : 0
  30. PollIndex : 0
  31. PollValue : 0x00
  32. Memory Detail :
  33.  
  34. Block Poll Page Polled
  35. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  36. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  37. signature 0 0 0 0 no 3 16 0 0 0 0x00 0x00
  38. Block Poll Page Polled
  39. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  40. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  41. fuse 0 0 4 0 no 1 16 0 0 0 0x00 0x00
  42. Block Poll Page Polled
  43. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  44. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  45. calibration 0 0 0 0 no 1 16 0 0 0 0x00 0x00
  46. Block Poll Page Polled
  47. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  48. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  49. lockbits 0 0 0 0 no 1 16 0 0 0 0x00 0x00
  50. Block Poll Page Polled
  51. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  52. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  53. flash 0 0 128 0 no 1024 16 0 0 0 0x00 0x00
  54.  
  55. Programmer Type : STK500V2
  56. Description : Atmel AVR ISP mkII
  57. Programmer Model: AVRISP mkII
  58. avrdude: Sent: . [03] . [90]
  59. avrdude: Recv: . [03] . [00] . [01]
  60. avrdude: Sent: . [03] . [91]
  61. avrdude: Recv: . [03] . [00] . [01]
  62. avrdude: Sent: . [03] . [92]
  63. avrdude: Recv: . [03] . [00] . [18]
  64. Hardware Version: 1
  65. Firmware Version Master : 1.24
  66. avrdude: Sent: . [03] . [94]
  67. avrdude: Recv: . [03] . [00] 1 [31]
  68. Vtarget : 4.9 V
  69. avrdude: Sent: . [03] . [98]
  70. avrdude: Recv: . [03] . [00] . [1d]
  71. SCK period : 32.12 us
  72.  
  73. avrdude: Sent: Q [51] . [02]
  74. avrdude: Recv: Q [51] . [00]
  75. avrdude: Sent: P [50] . [01]
  76. avrdude: Recv: P [50] . [01] . [00]
  77. avrdude: Sent: . [02] . [a4] . [e8]
  78. avrdude: Recv: . [02] . [00]
  79. avrdude: Sent: P [50] . [07] . [03] 3 [33]
  80. avrdude: Recv: P [50] . [07] . [00]
  81. avrdude: Sent: P [50] . [07] . [04] 2 [32]
  82. avrdude: Recv: P [50] . [07] . [00]
  83. avrdude: AVR device initialized and ready to accept instructions
  84.  
  85. Reading | | 0% 0.00savrdude: Sent: . [06] . [00] . [00] . [00] . [00]
  86. avrdude: Recv: . [06] . [00]
  87. avrdude: Sent: P [50] . [05] . [01] . [00] . [00] ? [3f] . [c0] . [00] . [10]
  88. avrdude: Recv: P [50] . [05] . [00] . [1e] . [90] . [03] . [ff] . [ff] . [ff] 5 [35] X [58] 2 [32] 4 [34] 6 [36] 1 [31] . [12] . [ff] = [3d] . [82]
  89. Reading | ################################################## | 100% 0.01s
  90.  
  91. avrdude: Device signature = 0x1e9003 (probably t10)
  92. avrdude: Sent: P [50] . [02]
  93. avrdude: Recv: P [50] . [02] . [00]
  94.  
  95. avrdude done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement