Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. avrdude: Version 6.3, compiled on Feb 17 2016 at 09:25: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 "D:\Program Files\arduino-1.8.7-windows\arduino-1.8.7\hardware\tools\avr/etc/avrdude.conf"
  6.  
  7. Using Port : usb
  8. Using Programmer : usbtiny
  9. avrdude: usbdev_open(): Found USBtinyISP, bus:device: bus-0:\\.\libusb0-0001--0x1781-0x0c9f
  10. AVR Part : ATtiny44
  11. Chip Erase delay : 4500 us
  12. PAGEL : P00
  13. BS2 : P00
  14. RESET disposition : possible i/o
  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 6 4 0 no 256 4 0 4000 4500 0xff 0xff
  31. flash 65 6 32 0 yes 4096 64 64 4500 4500 0xff 0xff
  32. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  33. lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  34. lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  35. hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  36. efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  37. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  38.  
  39. Programmer Type : USBtiny
  40. Description : USBtiny simple USB programmer, http://www.ladyada.net/make/usbtinyisp/
  41. avrdude: programmer operation not supported
  42.  
  43. avrdude: Using SCK period of 10 usec
  44. avrdude: AVR device initialized and ready to accept instructions
  45.  
  46. Reading | ################################################## | 100% 0.00s
  47.  
  48. avrdude: Device signature = 0x1e9207 (probably t44)
  49. avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed
  50. To disable this feature, specify the -D option.
  51. avrdude: erasing chip
  52. avrdude: Using SCK period of 10 usec
  53. avrdude: reading input file "C:\Users\sami\AppData\Local\Temp\arduino_build_40627/at44_test.ino.hex"
  54. avrdude: writing flash (930 bytes):
  55.  
  56. Writing | ################################################## | 100% 1.48s
  57.  
  58. avrdude: 930 bytes of flash written
  59. avrdude: verifying flash memory against C:\Users\sami\AppData\Local\Temp\arduino_build_40627/at44_test.ino.hex:
  60. avrdude: load data flash data from input file C:\Users\sami\AppData\Local\Temp\arduino_build_40627/at44_test.ino.hex:
  61. avrdude: input file C:\Users\sami\AppData\Local\Temp\arduino_build_40627/at44_test.ino.hex contains 930 bytes
  62. avrdude: reading on-chip flash data:
  63.  
  64. Reading | ################################################## | 100% 1.68s
  65.  
  66. avrdude: verifying ...
  67. avrdude: 930 bytes of flash verified
  68.  
  69. avrdude done. Thank you.