PotatoGameR

Untitled

May 12th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. Arduino: 1.8.8 (Windows 10), Board: "Arduino Nano, ATmega328P (Old Bootloader)"
  2.  
  3. C:\Users\SillyMonster\Desktop\arduino-1.8.8\hardware\tools\avr/bin/avrdude -CC:\Users\SillyMonster\Desktop\arduino-1.8.8\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -carduino -PCOM6 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0xFD:m -Uhfuse:w:0xDA:m -Ulfuse:w:0xFF:m
  4.  
  5. avrdude: Version 6.3-20171130
  6. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  7. Copyright (c) 2007-2014 Joerg Wunsch
  8.  
  9. System wide configuration file is "C:\Users\SillyMonster\Desktop\arduino-1.8.8\hardware\tools\avr/etc/avrdude.conf"
  10.  
  11. Using Port : COM6
  12. Using Programmer : arduino
  13. Overriding Baud Rate : 19200
  14. avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x15
  15. avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x15
  16. AVR Part : ATmega328P
  17. Chip Erase delay : 9000 us
  18. PAGEL : PD7
  19. BS2 : PC2
  20. RESET disposition : dedicated
  21. RETRY pulse : SCK
  22. serial program mode : yes
  23. parallel program mode : yes
  24. Timeout : 200
  25. StabDelay : 100
  26. CmdexeDelay : 25
  27. SyncLoops : 32
  28. ByteDelay : 0
  29. PollIndex : 3
  30. PollValue : 0x53
  31. Memory Detail :
  32.  
  33. Block Poll Page Polled
  34. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  35. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  36. Error while burning bootloader.
  37. eeprom 65 20 4 0 no 1024 4 0 3600 3600 0xff 0xff
  38. flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
  39. lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  40. hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  41. efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  42. lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  43. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  44. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  45.  
  46. Programmer Type : Arduino
  47. Description : Arduino
  48.  
  49. avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x14
  50.  
  51. avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x02
  52.  
  53. avrdude: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x10
  54. Hardware Version: 4744608
  55. Firmware Version: 0.4611299
  56. Topcard : STK502
  57. Vtarget : 1.8 V
  58. Varef : 0.0 V
  59. Oscillator : Off
  60. SCK period : 0.1 us
  61.  
  62. avrdude: stk500_initialize(): (b) protocol error, expect=0x10, resp=0x01
  63. avrdude: initialization failed, rc=-1
  64. Double check connections and try again, or use -F to override
  65. this check.
  66.  
  67. avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x10
  68.  
  69. avrdude done. Thank you.
Add Comment
Please, Sign In to add comment