Advertisement
WhiteHare

avrdude with proxy

Nov 4th, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. root# avrdude -DV -patmega328p -Pnet:192.168.3.149:5000 -carduino -b115200 -U flash:w:blink.hex:i -v -v -v -v
  2.  
  3. avrdude: Version 6.0.1, compiled on Oct 21 2013 at 17:07:18
  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 "/etc/avrdude.conf"
  8. User configuration file is "/root/.avrduderc"
  9. User configuration file does not exist or is not a regular file, skipping
  10.  
  11. Using Port : net:192.168.3.149:5000
  12. Using Programmer : arduino
  13. Overriding Baud Rate : 115200
  14. ioctl("TIOCMGET"): Inappropriate ioctl for device
  15. ioctl("TIOCMGET"): Inappropriate ioctl for device
  16. avrdude: Send: 0 [30] [20]
  17. avrdude: Send: 0 [30] [20]
  18. avrdude: Send: 0 [30] [20]
  19. avrdude: ser_recv(): programmer is not responding
  20. avrdude: stk500_recv(): programmer is not responding
  21. avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
  22. avrdude: Send: 0 [30] [20]
  23. avrdude: ser_recv(): programmer is not responding
  24. avrdude: stk500_recv(): programmer is not responding
  25. avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
  26. avrdude: Send: 0 [30] [20]
  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=0x00
  30. avrdude: Send: 0 [30] [20]
  31. avrdude: ser_recv(): programmer is not responding
  32. avrdude: stk500_recv(): programmer is not responding
  33. avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
  34. avrdude: Send: 0 [30] [20]
  35. avrdude: ser_recv(): programmer is not responding
  36. avrdude: stk500_recv(): programmer is not responding
  37. avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
  38. avrdude: Send: 0 [30] [20]
  39. avrdude: ser_recv(): read error: Connection reset by peer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement