Advertisement
Guest User

Untitled

a guest
May 6th, 2012
481
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.78 KB | None | 0 0
  1. c:\WinAVR-20100110\bin>avrdude -v -v -v -v -c dragon_isp -P usb -p m1280 -n
  2.  
  3. avrdude: Version 5.10, compiled on Jan 19 2010 at 10:45:23
  4. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  5. Copyright (c) 2007-2009 Joerg Wunsch
  6.  
  7. System wide configuration file is "c:\WinAVR-20100110\bin\avrdude.conf"
  8.  
  9. Using Port : usb
  10. Using Programmer : dragon_isp
  11. avrdude: stk500v2_dragon_isp_open()
  12. avrdude: usbdev_open(): Found AVRDRAGON, serno: 00A200000589
  13. avrdude: usbdev_open(): using read endpoint 0x82
  14. avrdude: jtagmkII_getsync()
  15. avrdude: jtagmkII_getsync(): Sending sign-on command:
  16. avrdude: jtagmkII_send(): sending 1 bytes
  17. avrdude: Sent: . [1b] . [00] . [00] . [01] . [00] . [00] . [00] . [0e] . [01] . [f3] . [97]
  18. avrdude: jtagmkII_recv():
  19.  
  20. avrdude: jtagmkII_recv(): Got message seqno 0 (command_sequence == 0)
  21. avrdude: Recv: . [86] . [01] . [ff] . [15] . [07] . [01] . [ff] . [15] . [07] . [07] . [00] . [a2] . [00] . [00] . [05] . [89] A [41] V [56] R [52] D [44] R [52
  22. ] A [41] G [47] O [4f] N [4e] . [00]
  23.  
  24. Raw message:
  25. 0x86 0x01 0xff 0x15 0x07 0x01 0xff 0x15 0x07 0x07 0x00 0xa2 0x00 0x00 0x05 0x89
  26. 0x41 0x56 0x52 0x44 0x52 0x41 0x47 0x4f 0x4e 0x00
  27. Sign-on succeeded
  28.  
  29. JTAG ICE mkII sign-on message:
  30. Communications protocol version: 1
  31. M_MCU:
  32. boot-loader FW version: 255
  33. firmware version: 7.21
  34. hardware version: 1
  35. S_MCU:
  36. boot-loader FW version: 255
  37. firmware version: 7.21
  38. hardware version: 7
  39. Serial number: 00:a2:00:00:05:89
  40. Device ID: AVRDRAGON
  41. avrdude: jtagmkII_setparm()
  42. avrdude: jtagmkII_setparm(): Sending set parameter command (parm 0x03, 1 bytes):
  43. avrdude: jtagmkII_send(): sending 3 bytes
  44. avrdude: Sent: . [1b] . [01] . [00] . [03] . [00] . [00] . [00] . [0e] . [02] . [03] . [03] . [89] f [66]
  45. avrdude: jtagmkII_recv():
  46.  
  47. avrdude: jtagmkII_recv(): Got message seqno 1 (command_sequence == 1)
  48. avrdude: Recv: . [a0]
  49.  
  50. Raw message:
  51. 0xa0
  52. FAILED
  53.  
  54. avrdude: jtagmkII_setparm(): bad response to set parameter command: RSP_FAILED
  55. avrdude: jtagmkII_getsync(): ISP activation failed, trying debugWire
  56. avrdude: jtagmkII_setparm()
  57. avrdude: jtagmkII_setparm(): Sending set parameter command (parm 0x03, 1 bytes):
  58. avrdude: jtagmkII_send(): sending 3 bytes
  59. avrdude: Sent: . [1b] . [02] . [00] . [03] . [00] . [00] . [00] . [0e] . [02] . [03] . [00] { [7b] [20]
  60. avrdude: jtagmkII_recv():
  61.  
  62. avrdude: jtagmkII_recv(): Got message seqno 2 (command_sequence == 2)
  63. avrdude: Recv: . [ac]
  64.  
  65. Raw message:
  66. 0xac
  67. unknown message 0xac
  68.  
  69. avrdude: jtagmkII_setparm(): bad response to set parameter command: RSP_DEBUGWIRE_SYNC_FAILED
  70. avrdude: failed to sync with the AVR Dragon in ISP mode
  71. avrdude: stk500v2_jtagmkII_close()
  72. avrdude: jtagmkII_close()
  73. avrdude: jtagmkII_close(): Sending sign-off command:
  74. avrdude: jtagmkII_send(): sending 1 bytes
  75. avrdude: Sent: . [1b] . [03] . [00] . [01] . [00] . [00] . [00] . [0e] . [00] . [aa] . [0c]
  76. avrdude: jtagmkII_recv():
  77.  
  78. avrdude: jtagmkII_recv(): Got message seqno 65535 (command_sequence == 3)
  79. avrdude: jtagmkII_recv(): got asynchronous event
  80. avrdude: jtagmkII_recv():
  81. avrdude: usb_fill_buf(): usb_bulk_read() error usb_reap: reaping request failed, win error: A device attached to the system is not functioning.
  82.  
  83. avrdude: jtagmkII_recv(): Timeout receiving packet
  84.  
  85. avrdude: jtagmkII_close(): timeout/error communicating with programmer (status -1)
  86.  
  87. avrdude done. Thank you.
  88.  
  89.  
  90. c:\WinAVR-20100110\bin>avrdude -v -c dragon_isp -P usb -p m1280 -n
  91.  
  92. avrdude: Version 5.10, compiled on Jan 19 2010 at 10:45:23
  93. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  94. Copyright (c) 2007-2009 Joerg Wunsch
  95.  
  96. System wide configuration file is "c:\WinAVR-20100110\bin\avrdude.conf"
  97.  
  98. Using Port : usb
  99. Using Programmer : dragon_isp
  100. avrdude: usbdev_open(): Found AVRDRAGON, serno: 00A200000589
  101. JTAG ICE mkII sign-on message:
  102. Communications protocol version: 1
  103. M_MCU:
  104. boot-loader FW version: 255
  105. firmware version: 7.21
  106. hardware version: 1
  107. S_MCU:
  108. boot-loader FW version: 255
  109. firmware version: 7.21
  110. hardware version: 7
  111. Serial number: 00:a2:00:00:05:89
  112. Device ID: AVRDRAGON
  113. avrdude: jtagmkII_setparm(): bad response to set parameter command: RSP_FAILED
  114. avrdude: jtagmkII_getsync(): ISP activation failed, trying debugWire
  115. avrdude: jtagmkII_setparm(): bad response to set parameter command: RSP_DEBUGWIRE_SYNC_FAILED
  116. avrdude: failed to sync with the AVR Dragon in ISP mode
  117. avrdude: jtagmkII_close(): timeout/error communicating with programmer (status -1)
  118.  
  119. avrdude done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement