Advertisement
WhiteHare

avrdude

Oct 29th, 2015
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. C:\avrdude6.1\avrdude -DV -patmega328p -Pnet:192.168.3.104:23 -carduino -b115200 -U flash:w:blink.hex:i -v -v -v
  2.  
  3. avrdude: Version 6.1-20140519, compiled on Oct 12 2015 at 07:03:42
  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 "C:\avrdude6.1\avrdude.conf"
  8.  
  9. Using Port : net:192.168.3.104:23
  10. Using Programmer : arduino
  11. Overriding Baud Rate : 115200
  12. avrdude: ser_drain(): read error: The parameter is incorrect.
  13.  
  14.  
  15. avrdude: ser_drain(): read error: The parameter is incorrect.
  16.  
  17.  
  18. avrdude: ser_drain(): read error: The parameter is incorrect.
  19.  
  20.  
  21. avrdude: ser_recv(): programmer is not responding
  22. avrdude: stk500_recv(): programmer is not responding
  23. avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x32
  24. avrdude: ser_recv(): programmer is not responding
  25. avrdude: stk500_recv(): programmer is not responding
  26. avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x32
  27. avrdude: ser_recv(): programmer is not responding
  28. avrdude: stk500_recv(): programmer is not responding
  29. avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x32
  30. avrdude: ser_recv(): programmer is not responding
  31. avrdude: stk500_recv(): programmer is not responding
  32. avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x32
  33. avrdude: ser_recv(): programmer is not responding
  34. avrdude: stk500_recv(): programmer is not responding
  35. avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x32
  36. avrdude: ser_recv(): programmer is not responding
  37. avrdude: stk500_recv(): programmer is not responding
  38. avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x32
  39. avrdude: ser_recv(): programmer is not responding
  40. avrdude: stk500_recv(): programmer is not responding
  41. avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x32
  42. avrdude: ser_recv(): programmer is not responding
  43. avrdude: stk500_recv(): programmer is not responding
  44. avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x32
  45. avrdude: ser_recv(): programmer is not responding
  46. avrdude: stk500_recv(): programmer is not responding
  47. avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x32
  48. avrdude: ser_recv(): programmer is not responding
  49. avrdude: stk500_recv(): programmer is not responding
  50. avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x32
  51. avrdude: ser_drain(): read error: The parameter is incorrect.
  52.  
  53.  
  54.  
  55. avrdude done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement