Advertisement
INOUETAICHI

Untitled

Jan 14th, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 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: 000200212345
  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] . [00]
  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: 0
  65. Firmware Version Master : 1.24
  66. avrdude: Sent: . [03] . [94]
  67. avrdude: Recv: . [03] . [00] ! [21]
  68. Vtarget : 3.3 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] . [01]
  77. avrdude: stk500v2_command(): error in CMD_XPROG: Failed
  78. avrdude: stk600_xprog_program_enable(): XPRG_CMD_ENTER_PROGMODE failed
  79. avrdude: initialization failed, rc=-1
  80. Double check connections and try again, or use -F to override
  81. this check.
  82.  
  83. avrdude: Sent: P [50] . [02]
  84. avrdude: Recv: P [50] . [02] . [00]
  85.  
  86. avrdude done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement