document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. $ avrdude -p t44 -P usb -c usbtiny
  2.  
  3. avrdude.exe: AVR device initialized and ready to accept instructions
  4.  
  5. Reading | ################################################## | 100% 0.01s
  6.  
  7. avrdude.exe: Device signature = 0x1e9207
  8.  
  9. avrdude.exe done. Thank you.
  10.  
  11.  
  12. Luis@Kabutocorp ~
  13. $ avrdude -p t44 -P usb -c usbtiny -vvv
  14.  
  15. avrdude.exe: Version 6.0.1, compiled on Sep 18 2013 at 08:20:41
  16. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  17. Copyright (c) 2007-2009 Joerg Wunsch
  18.  
  19. System wide configuration file is "C:\\WinAVR-20100110\\bin\\avrdude.c onf"
  20.  
  21. Using Port : usb
  22. Using Programmer : usbtiny
  23. avrdude.exe: usbdev_open(): Found USBtinyISP, bus:device: bus-0:\\\\.\\libusb0-0001 --0x1781-0x0c9f
  24. AVR Part : ATtiny44
  25. Chip Erase delay : 4500 us
  26. PAGEL : P00
  27. BS2 : P00
  28. RESET disposition : possible i/o
  29. RETRY pulse : SCK
  30. serial program mode : yes
  31. parallel program mode : yes
  32. Timeout : 200
  33. StabDelay : 100
  34. CmdexeDelay : 25
  35. SyncLoops : 32
  36. ByteDelay : 0
  37. PollIndex : 3
  38. PollValue : 0x53
  39. Memory Detail :
  40.  
  41. Block Poll Page Polled
  42. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  43. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  44. eeprom 65 6 4 0 no 256 4 0 4000 4500 0xff 0xff
  45. Block Poll Page Polled
  46. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  47. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  48. flash 65 6 32 0 yes 4096 64 64 4500 4500 0xff 0xff
  49. Block Poll Page Polled
  50. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  51. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  52. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  53. Block Poll Page Polled
  54. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  55. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  56. lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  57. Block Poll Page Polled
  58. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  59. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  60. lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  61. Block Poll Page Polled
  62. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  63. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  64. hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  65. Block Poll Page Polled
  66. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  67. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  68. efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  69. Block Poll Page Polled
  70. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  71. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  72. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  73.  
  74. Programmer Type : USBtiny
  75. Description : USBtiny simple USB programmer, http://www.ladyada .net/make/usbtinyisp/
  76. avrdude.exe: programmer operation not supported
  77.  
  78. avrdude.exe: Using SCK period of 10 usec
  79. CMD: [ac 53 00 00] [00 00 53 00]
  80. avrdude.exe: AVR device initialized and ready to accept instructions
  81.  
  82. Reading | CMD: [30 00 00 00] [00 30 00 1e]
  83. CMD: [30 00 01 00] [00 30 00 92]
  84. ################CMD: [30 00 02 00] [00 30 00 07]
  85. ################################## | 100% 0.01s
  86.  
  87. avrdude.exe: Device signature = 0x1e9207
  88.  
  89. avrdude.exe done. Thank you.
');