Guest User

Untitled

a guest
Sep 26th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. C:\Users\phili\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/bin/avrdude -CC:\Users\phili\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf -v -patmega328p -cstk500v1 -PCOM6 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0xFD:m -Uhfuse:w:0xDE:m -Ulfuse:w:0xFF:m
  2.  
  3. avrdude: Version 6.3-20190619
  4. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  5. Copyright (c) 2007-2014 Joerg Wunsch
  6.  
  7. System wide configuration file is "C:\Users\phili\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf"
  8.  
  9. Using Port : COM6
  10. Using Programmer : stk500v1
  11. Overriding Baud Rate : 19200
  12. AVR Part : ATmega328P
  13. Chip Erase delay : 9000 us
  14. PAGEL : PD7
  15. BS2 : PC2
  16. RESET disposition : dedicated
  17. RETRY pulse : SCK
  18. serial program mode : yes
  19. parallel program mode : yes
  20. Timeout : 200
  21. StabDelay : 100
  22. CmdexeDelay : 25
  23. SyncLoops : 32
  24. ByteDelay : 0
  25. PollIndex : 3
  26. PollValue : 0x53
  27. Memory Detail :
  28.  
  29. Block Poll Page Polled
  30. Memory Type 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 0 0 4500 4500 0x00 0x00
  35. hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  36. efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  37. lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  38. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  39. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  40.  
  41. Programmer Type : STK500
  42. Description : Atmel STK500 Version 1.x firmware
  43. Hardware Version: 2
  44. Firmware Version: 1.18
  45. Topcard : Unknown
  46. Vtarget : 0.0 V
  47. Varef : 0.0 V
  48. Oscillator : Off
  49. SCK period : 0.1 us
  50.  
  51. avrdude: AVR device initialized and ready to accept instructions
  52.  
  53. Reading | ################################################## | 100% 0.02s
  54.  
  55. avrdude: Device signature = 0x1e950f (probably m328p)
  56. avrdude: erasing chip
  57. avrdude: reading input file "0x3F"
  58. avrdude: writing lock (1 bytes):
  59.  
  60. Writing | ***failed;
  61. ################################################## | 100% 0.05s
  62.  
  63. avrdude: 1 bytes of lock written
  64. avrdude: verifying lock memory against 0x3F:
  65. avrdude: load data lock data from input file 0x3F:
  66. avrdude: input file 0x3F contains 1 bytes
  67. avrdude: reading on-chip lock data:
  68.  
  69. Fehler beim Brennen des Bootloaders.
  70. Reading | ################################################## | 100% 0.01s
  71.  
  72. avrdude: verifying ...
  73. avrdude: verification error, first mismatch at byte 0x0000
  74. 0x00 != 0x3f
  75. avrdude: verification error; content mismatch
  76.  
  77. avrdude done. Thank you.
Add Comment
Please, Sign In to add comment