Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. avrdude: Version 6.3, compiled on Dec 16 2016 at 13:33:19
  2. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  3. Copyright (c) 2007-2014 Joerg Wunsch
  4.  
  5. System wide configuration file is "C:\Users\stomp\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino8/etc/avrdude.conf"
  6.  
  7. Using Port : COM3
  8. Using Programmer : arduino
  9. Overriding Baud Rate : 19200
  10. AVR Part : ATmega328
  11. Chip Erase delay : 9000 us
  12. PAGEL : PD7
  13. BS2 : PC2
  14. RESET disposition : dedicated
  15. RETRY pulse : SCK
  16. serial program mode : yes
  17. parallel program mode : yes
  18. Timeout : 200
  19. StabDelay : 100
  20. CmdexeDelay : 25
  21. SyncLoops : 32
  22. ByteDelay : 0
  23. PollIndex : 3
  24. PollValue : 0x53
  25. Memory Detail :
  26.  
  27. Block Poll Page Polled
  28. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  29. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  30. eeprom 65 20 4 0 no 1024 4 0 3600 3600 0xff 0xff
  31. flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
  32. lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  33. hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  34. efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  35. lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  36. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  37. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  38.  
  39. Programmer Type : Arduino
  40. Description : Arduino
  41. Hardware Version: 2
  42. Firmware Version: 1.18
  43. Topcard : Unknown
  44. Vtarget : 0.0 V
  45. Varef : 0.0 V
  46. Oscillator : Off
  47. SCK period : 0.1 us
  48.  
  49. avrdude: AVR device initialized and ready to accept instructions
  50.  
  51. Reading | ################################################## | 100% 0.00s
  52.  
  53. avrdude: Device signature = 0x1e9514 (probably m328)
  54. avrdude: reading input file "C:\Users\stomp\AppData\Local\Temp\build950b792e89f0befe355537c791a2b44d.tmp/example.ino.ino.hex"
  55. avrdude: writing flash (984 bytes):
  56.  
  57. Writing | ################################################## | 100% 1.10s
  58.  
  59. avrdude: 984 bytes of flash written
  60. avrdude: verifying flash memory against C:\Users\stomp\AppData\Local\Temp\build950b792e89f0befe355537c791a2b44d.tmp/example.ino.ino.hex:
  61. avrdude: load data flash data from input file C:\Users\stomp\AppData\Local\Temp\build950b792e89f0befe355537c791a2b44d.tmp/example.ino.ino.hex:
  62. avrdude: input file C:\Users\stomp\AppData\Local\Temp\build950b792e89f0befe355537c791a2b44d.tmp/example.ino.ino.hex contains 984 bytes
  63. avrdude: reading on-chip flash data:
  64.  
  65. Reading | ################################################## | 100% 0.60s
  66.  
  67. avrdude: verifying ...
  68. avrdude: verification error, first mismatch at byte 0x00da
  69. 0xc8 != 0xea
  70. avrdude: verification error; content mismatch
  71.  
  72. avrdude done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement