Advertisement
Guest User

Untitled

a guest
Nov 16th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Output from ESP12e running Arduino_Wifi_AVRISP
  2. [AVRISP] connection pending
  3. [AVRISP] programming mode
  4. [AVRISP] now idle
  5.  
  6.  
  7. $ /usr/local/arduino-PR-4107-BUILD-421/hardware/tools/avr/bin/avrdude \
  8. -C avrdude.conf \
  9. -U flash:w:Blink.cpp.hex \
  10. -P net:192.168.0.179:328 \
  11. -c arduino \
  12. -p atmega328p
  13.  
  14. ioctl("TIOCMGET"): Inappropriate ioctl for device
  15. ioctl("TIOCMGET"): Inappropriate ioctl for device
  16. avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x10
  17. avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x14
  18. avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x01
  19. avrdude: stk500_initialize(): (a) protocol error, expect=0x14, resp=0x10
  20. avrdude: initialization failed, rc=-1
  21. avrdude: stk500_disable(): unknown response=0x12
  22. ioctl("TIOCMGET"): Inappropriate ioctl for device
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement