Advertisement
Guest User

Untitled

a guest
Jun 25th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. all the process of rebooting works fine, but after I tried to compile my code I kept getting this error:
  2.  
  3. avrdude: AVR device not responding
  4. avrdude: initialization failed, rc=-1
  5. Double check connections and try again, or use -F to override
  6. this check.
  7.  
  8. /usr/bin/run-avrdude: line 42: can't open /tmp/efuse: no such file
  9.  
  10. avrdude: AVR device not responding
  11. avrdude: initialization failed, rc=-1
  12. Double check connections and try again, or use -F to override
  13. this check.
  14.  
  15.  
  16. avrdude done. Thank you.
  17.  
  18. avrdude: no programmer has been specified on the command line or the config file
  19. Specify a programmer using the -c option and try again
  20.  
  21. ser_open(): can't set attributes for device "/dev/ttyS0": Inappropriate ioctl for device
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement