Guest User

Untitled

a guest
Nov 16th, 2017
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. avrdude: Version 6.3, compiled on Jan 17 2017 at 12:00:53
  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:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"
  6.  
  7. Using Port : COM5
  8. Using Programmer : avr109
  9. Overriding Baud Rate : 57600
  10. AVR Part : ATmega32U4
  11. Chip Erase delay : 9000 us
  12. PAGEL : PD7
  13. BS2 : PA0
  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 9000 9000 0x00 0x00
  31. flash 65 6 128 0 yes 32768 128 256 4500 4500 0x00 0x00
  32. lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  33. hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  34. efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  35. lock 0 0 0 0 no 1 0 0 9000 9000 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 : butterfly
  40. Description : Atmel AppNote AVR109 Boot Loader
  41.  
  42. Connecting to programmer: .
  43. Found programmer: Id = "CATERIN"; type = S
  44. Software Version = 1.0; No Hardware Version given.
  45. Programmer supports auto addr increment.
  46. Programmer supports buffered memory access with buffersize=128 bytes.
  47.  
  48. Programmer supports the following devices:
  49. Device code: 0x44
  50.  
  51. avrdude: devcode selected: 0x44
  52. avrdude: AVR device initialized and ready to accept instructions
  53.  
  54. Reading | ################################################## | 100% 0.00s
  55.  
  56. avrdude: Device signature = 0x1e9587 (probably m32u4)
  57. avrdude: reading input file "C:\Users\DG\AppData\Local\Temp\arduino_build_208697/Blink.ino.hex"
  58. avrdude: writing flash (4128 bytes):
  59.  
  60. Writing | ################################################## | 100% 0.34s
  61.  
  62. avrdude: 4128 bytes of flash written
  63. avrdude: verifying flash memory against C:\Users\DG\AppData\Local\Temp\arduino_build_208697/Blink.ino.hex:
  64. avrdude: load data flash data from input file C:\Users\DG\AppData\Local\Temp\arduino_build_208697/Blink.ino.hex:
  65. avrdude: input file C:\Users\DG\AppData\Local\Temp\arduino_build_208697/Blink.ino.hex contains 4128 bytes
  66. avrdude: reading on-chip flash data:
  67.  
  68. Reading | ################################################## | 100% 0.07s
  69.  
  70. avrdude: verifying ...
  71. avrdude: 4128 bytes of flash verified
  72.  
  73. avrdude done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment