Advertisement
WhiteHare

results after reboot is fixed

Oct 29th, 2015
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.14 KB | None | 0 0
  1. C:\avrdude6.1>avrdude -DV -patmega328p -Pnet:192.168.3.104:2323 -carduino -b115200 -U flash:w:blink.hex:i -v -v -v
  2. avrdude: Version 6.1-20140519, compiled on Oct 12 2015 at 07:03:42
  3. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  4. Copyright (c) 2007-2014 Joerg Wunsch
  5.  
  6. System wide configuration file is "C:\avrdude6.1\avrdude.conf"
  7.  
  8. Using Port : net:192.168.3.104:2323
  9. Using Programmer : arduino
  10. Overriding Baud Rate : 115200
  11. avrdude: ser_drain(): read error: The parameter is incorrect.
  12.  
  13.  
  14. avrdude: ser_drain(): read error: The parameter is incorrect.
  15.  
  16.  
  17. avrdude: ser_drain(): read error: The parameter is incorrect.
  18.  
  19.  
  20. AVR Part : ATmega328P
  21. Chip Erase delay : 9000 us
  22. PAGEL : PD7
  23. BS2 : PC2
  24. RESET disposition : dedicated
  25. RETRY pulse : SCK
  26. serial program mode : yes
  27. parallel program mode : yes
  28. Timeout : 200
  29. StabDelay : 100
  30. CmdexeDelay : 25
  31. SyncLoops : 32
  32. ByteDelay : 0
  33. PollIndex : 3
  34. PollValue : 0x53
  35. Memory Detail :
  36.  
  37. Block Poll Page Polled
  38. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  39. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  40. eeprom 65 20 4 0 no 1024 4 0 3600 3600 0xff 0xff
  41. Block Poll Page Polled
  42. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  43. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  44. flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
  45. Block Poll Page Polled
  46. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  47. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  48. lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  49. Block Poll Page Polled
  50. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  51. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  52. hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  53. Block Poll Page Polled
  54. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  55. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  56. efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  57. Block Poll Page Polled
  58. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  59. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  60. lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  61. Block Poll Page Polled
  62. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  63. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  64. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  65. Block Poll Page Polled
  66. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  67. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  68. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  69.  
  70. Programmer Type : Arduino
  71. Description : Arduino
  72. avrdude: ser_recv(): programmer is not responding
  73. avrdude: stk500_recv(): programmer is not responding
  74.  
  75. avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x41
  76.  
  77. avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x81
  78.  
  79. avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x20
  80. Hardware Version: 4666016
  81. Firmware Version: 0.4516803
  82.  
  83. avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x41
  84.  
  85. avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x82
  86.  
  87. avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x20
  88.  
  89. avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x41
  90.  
  91. avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x98
  92. Vtarget : 419992.1 V
  93. Varef : 195973356.8 V
  94. Oscillator : 1.372 Hz
  95. SCK period : 6864184.1 us
  96.  
  97.  
  98. avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x20
  99.  
  100. avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x41
  101. avrdude: stk500_initialize(): (a) protocol error, expect=0x14, resp=0x84
  102. avrdude: initialization failed, rc=-1
  103. Double check connections and try again, or use -F to override
  104. this check.
  105.  
  106. avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x20
  107.  
  108. avrdude done. Thank you.
  109.  
  110.  
  111.  
  112. Here is the Debug Console output:
  113. 35352> Accept port 23, conn=0x3fff6488, pool slot 0
  114. 35352> MCU reset gpio12
  115. 35964> AVR1
  116. 35965> MCU Reset=gpio12 ISP=gpio13
  117. 35968> Rcv conn 0x3fff4990 l=4
  118. 35968> AVR2
  119. 35968> AVR2+3
  120. 36411> Xmit 0x3fff4990 l=2
  121. 36412> Ping success
  122. 36426> Rcv conn 0x3fff4990 l=3
  123. 36427> Ping disabled
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement