Advertisement
Guest User

Untitled

a guest
Mar 15th, 2012
1,043
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.56 KB | None | 0 0
  1. F:\avr\usb_tiny85\usb_tiny85>make flash
  2. avrdude -p attiny85 -c usbtiny -v -U flash:w:main.hex
  3.  
  4. avrdude: Version 5.10, compiled on Jan 19 2010 at 10:45:23
  5. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  6. Copyright (c) 2007-2009 Joerg Wunsch
  7.  
  8. System wide configuration file is "C:\WinAVR-20100110\bin\avrdude.conf"
  9.  
  10.  
  11. Using Port : lpt1
  12. Using Programmer : usbtiny
  13. AVR Part : ATtiny85
  14. Chip Erase delay : 4500 us
  15. PAGEL : P00
  16. BS2 : P00
  17. RESET disposition : possible i/o
  18. RETRY pulse : SCK
  19. serial program mode : yes
  20. parallel program mode : yes
  21. Timeout : 200
  22. StabDelay : 100
  23. CmdexeDelay : 25
  24. SyncLoops : 32
  25. ByteDelay : 0
  26. PollIndex : 3
  27. PollValue : 0x53
  28. Memory Detail :
  29.  
  30. Block Poll Page
  31. Polled
  32. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW Max
  33. W ReadBack
  34. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ---
  35. -- ---------
  36. eeprom 65 6 4 0 no 512 4 0 4000 45
  37. 00 0xff 0xff
  38. flash 65 6 32 0 yes 8192 64 128 4500 45
  39. 00 0xff 0xff
  40. signature 0 0 0 0 no 3 0 0 0
  41. 0 0x00 0x00
  42. lock 0 0 0 0 no 1 0 0 9000 90
  43. 00 0x00 0x00
  44. lfuse 0 0 0 0 no 1 0 0 9000 90
  45. 00 0x00 0x00
  46. hfuse 0 0 0 0 no 1 0 0 9000 90
  47. 00 0x00 0x00
  48. efuse 0 0 0 0 no 1 0 0 9000 90
  49. 00 0x00 0x00
  50. calibration 0 0 0 0 no 2 0 0 0
  51. 0 0x00 0x00
  52.  
  53. Programmer Type : USBtiny
  54. Description : USBtiny simple USB programmer, http://www.ladyada.net
  55. /make/usbtinyisp/
  56. avrdude: programmer operation not supported
  57.  
  58. avrdude: Using SCK period of 10 usec
  59. avrdude: AVR device initialized and ready to accept instructions
  60.  
  61. Reading | ################################################## | 100% 0.02s
  62.  
  63. avrdude: Device signature = 0x1e930b
  64. avrdude: safemode: lfuse reads as E1
  65. avrdude: safemode: hfuse reads as DF
  66. avrdude: safemode: efuse reads as FE
  67. avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed
  68.  
  69. To disable this feature, specify the -D option.
  70. avrdude: current erase-rewrite cycle count is -1027358013 (if being tracked)
  71. avrdude: erasing chip
  72. avrdude: Using SCK period of 10 usec
  73. avrdude: reading input file "main.hex"
  74. avrdude: input file main.hex auto detected as Intel Hex
  75. avrdude: writing flash (2032 bytes):
  76.  
  77. Writing | ################################################## | 100% 6.33s
  78.  
  79.  
  80.  
  81. avrdude: 2032 bytes of flash written
  82. avrdude: verifying flash memory against main.hex:
  83. avrdude: load data flash data from input file main.hex:
  84. avrdude: input file main.hex auto detected as Intel Hex
  85. avrdude: input file main.hex contains 2032 bytes
  86. avrdude: reading on-chip flash data:
  87.  
  88. Reading | ################################################## | 100% 3.51s
  89.  
  90.  
  91.  
  92. avrdude: verifying ...
  93. avrdude: verification error, first mismatch at byte 0x0000
  94. 0x3d != 0x00
  95. avrdude: verification error; content mismatch
  96.  
  97. avrdude: safemode: lfuse reads as 0
  98. avrdude: safemode: hfuse reads as 0
  99. avrdude: safemode: efuse reads as 0
  100. avrdude: safemode: lfuse changed! Was e1, and is now 0
  101. Would you like this fuse to be changed back? [y/n] y
  102. avrdude: safemode: Wrote lfuse to e1, read as e1. 9 attempts left
  103. avrdude: safemode: and is now rescued
  104. avrdude: safemode: hfuse changed! Was df, and is now 0
  105. Would you like this fuse to be changed back? [y/n] y
  106. avrdude: safemode: Wrote hfuse to df, read as df. 9 attempts left
  107. avrdude: safemode: and is now rescued
  108. avrdude: safemode: efuse changed! Was fe, and is now 0
  109. Would you like this fuse to be changed back? [y/n] y
  110. avrdude: safemode: Wrote efuse to fe, read as fe. 9 attempts left
  111. avrdude: safemode: and is now rescued
  112. avrdude: safemode: Fuses OK
  113.  
  114. avrdude done. Thank you.
  115.  
  116. make: *** [flash] Error 1
  117.  
  118. F:\avr\usb_tiny85\usb_tiny85>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement