Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. Arduino: 1.8.5 (Windows 10), Board: "Anet V1.0"
  2.  
  3. C:\Users\Dustin\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino9/bin/avrdude -CC:\Users\Dustin\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino9/etc/avrdude.conf -v -patmega1284p -cstk500v1 -PCOM4 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0xFD:m -Uhfuse:w:0xDA:m -Ulfuse:w:0xD6:m
  4.  
  5. avrdude: Version 6.3, compiled on Jan 17 2017 at 12:00:53
  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\Dustin\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino9/etc/avrdude.conf"
  10.  
  11. Using Port : COM4
  12. Using Programmer : stk500v1
  13. Overriding Baud Rate : 19200
  14. AVR Part : ATmega1284P
  15. Chip Erase delay : 55000 us
  16. PAGEL : PD7
  17. BS2 : PA0
  18. RESET disposition : dedicated
  19. RETRY pulse : SCK
  20. serial program mode : yes
  21. parallel program mode : yes
  22. Timeout : 200
  23. StabDelay : 100
  24. CmdexeDelay : 25
  25. SyncLoops : 32
  26. ByteDelay : 0
  27. PollIndex : 3
  28. PollValue : 0x53
  29. Memory Detail :
  30.  
  31. Block Poll Page Polled
  32. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  33. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  34. eeprom 65 10 128 0 no 4096 8 0 9000 9000 0xff 0xff
  35. flash 65 10 256 0 yes 131072 256 512 4500 4500 0xff 0xff
  36. lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  37. lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  38. hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  39. efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  40. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  41. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  42.  
  43. Programmer Type : STK500
  44. Description : Atmel STK500 Version 1.x firmware
  45. Hardware Version: 2
  46. Firmware Version: 1.18
  47. Topcard : Unknown
  48. Vtarget : 0.0 V
  49. Varef : 0.0 V
  50. Oscillator : Off
  51. SCK period : 0.1 us
  52.  
  53. avrdude: AVR device initialized and ready to accept instructions
  54.  
  55. Reading | ################################################## | 100% 0.02s
  56.  
  57. avrdude: Device signature = 0x1e9705 (probably m1284p)
  58. avrdude: erasing chip
  59. avrdude: reading input file "0x3F"
  60. avrdude: writing lock (1 bytes):
  61.  
  62. Error while burning bootloader.
  63. Writing | ################################################## | 100% 0.03s
  64.  
  65. avrdude: 1 bytes of lock written
  66. avrdude: verifying lock memory against 0x3F:
  67. avrdude: load data lock data from input file 0x3F:
  68. avrdude: input file 0x3F contains 1 bytes
  69. avrdude: reading on-chip lock data:
  70.  
  71. Reading | ################################################## | 100% 0.01s
  72.  
  73. avrdude: verifying ...
  74. avrdude: verification error, first mismatch at byte 0x0000
  75. 0x1f != 0x3f
  76. avrdude: verification error; content mismatch
  77.  
  78. avrdude done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement