Advertisement
Guest User

Untitled

a guest
Mar 5th, 2024
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1.  
  2. avrdude: Version 7.1
  3. Copyright the AVRDUDE authors;
  4. see https://github.com/avrdudes/avrdude/blob/main/AUTHORS
  5.  
  6. System wide configuration file is /etc/avrdude.conf
  7. User configuration file is /home/few/.avrduderc
  8. User configuration file does not exist or is not a regular file, skipping
  9.  
  10. Using Port : /dev/ttyUSB0
  11. Using Programmer : arduino
  12. Overriding Baud Rate : 115200
  13. AVR Part : ATmega328P
  14. Chip Erase delay : 9000 us
  15. PAGEL : PD7
  16. BS2 : PC2
  17. RESET disposition : possible i/o
  18. RETRY pulse : SCK
  19. Serial program mode : yes
  20. Parallel program mode : yes
  21. Timeout : 200
  22. StabDelay : 100
  23. CmdexeDelay : 25
  24. SyncLoops : 32
  25. PollIndex : 3
  26. PollValue : 0x53
  27. Memory Detail :
  28.  
  29. Block Poll Page Polled
  30. Memory Type Alias Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  31. ----------- -------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  32. eeprom 65 20 4 0 no 1024 4 0 3600 3600 0xff 0xff
  33. flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
  34. lfuse 0 0 0 0 no 1 1 0 4500 4500 0x00 0x00
  35. hfuse 0 0 0 0 no 1 1 0 4500 4500 0x00 0x00
  36. efuse 0 0 0 0 no 1 1 0 4500 4500 0x00 0x00
  37. lock 0 0 0 0 no 1 1 0 4500 4500 0x00 0x00
  38. signature 0 0 0 0 no 3 1 0 0 0 0x00 0x00
  39. calibration 0 0 0 0 no 1 1 0 0 0 0x00 0x00
  40.  
  41. Programmer Type : Arduino
  42. Description : Arduino for bootloader using STK500 v1 protocol
  43.  
  44. avrdude stk500_getparm() error: protocol expects sync byte 0x14 but got 0x00
  45. avrdude stk500_recv() error: programmer is not responding
  46. avrdude stk500_recv() error: programmer is not responding
  47. avrdude stk500_recv() error: programmer is not responding
  48. Hardware Version: 1036241184
  49. Firmware Version: 1015107936.21931
  50.  
  51. avrdude stk500_recv() error: programmer is not responding
  52. avrdude stk500_recv() error: programmer is not responding
  53. avrdude stk500_recv() error: programmer is not responding
  54. avrdude main() error: initialization failed, rc=-1
  55. - double check the connections and try again
  56. - use -B to set lower ISP clock frequency, e.g. -B 125kHz
  57. - use -F to override this check
  58.  
  59. avrdude stk500_recv() error: programmer is not responding
  60.  
  61. avrdude done. Thank you.
  62.  
  63. the selected serial port
  64. does not exist or your board is not connected
  65.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement