Guest User

Printrboard-Fail

a guest
Jan 17th, 2013
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. Microsoft Windows [Version 6.1.7601]
  2. Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Windows\system32>cd\
  5.  
  6. C:\>avrdude -c usbtiny -p at90usb1286 -e -U lfuse:w:0xde:m -U hfuse:w:0xdb:m -U
  7. efuse:w:0xf0:m
  8.  
  9. avrdude: AVR device initialized and ready to accept instructions
  10.  
  11. Reading | ################################################## | 100% 0.02s
  12.  
  13. avrdude: Device signature = 0x1e9782
  14. avrdude: erasing chip
  15. avrdude: reading input file "0xde"
  16. avrdude: writing lfuse (1 bytes):
  17.  
  18. Writing | ################################################## | 100% 0.01s
  19.  
  20. avrdude: 1 bytes of lfuse written
  21. avrdude: verifying lfuse memory against 0xde:
  22. avrdude: load data lfuse data from input file 0xde:
  23. avrdude: input file 0xde contains 1 bytes
  24. avrdude: reading on-chip lfuse data:
  25.  
  26. Reading | ################################################## | 100% 0.01s
  27.  
  28. avrdude: verifying ...
  29. avrdude: 1 bytes of lfuse verified
  30. avrdude: reading input file "0xdb"
  31. avrdude: writing hfuse (1 bytes):
  32.  
  33. Writing | ################################################## | 100% 0.01s
  34.  
  35. avrdude: 1 bytes of hfuse written
  36. avrdude: verifying hfuse memory against 0xdb:
  37. avrdude: load data hfuse data from input file 0xdb:
  38. avrdude: input file 0xdb contains 1 bytes
  39. avrdude: reading on-chip hfuse data:
  40.  
  41. Reading | ################################################## | 100% 0.01s
  42.  
  43. avrdude: verifying ...
  44. avrdude: 1 bytes of hfuse verified
  45. avrdude: reading input file "0xf0"
  46. avrdude: writing efuse (1 bytes):
  47.  
  48. Writing | ################################################## | 100% 0.02s
  49.  
  50. avrdude: 1 bytes of efuse written
  51. avrdude: verifying efuse memory against 0xf0:
  52. avrdude: load data efuse data from input file 0xf0:
  53. avrdude: input file 0xf0 contains 1 bytes
  54. avrdude: reading on-chip efuse data:
  55.  
  56. Reading | ################################################## | 100% 0.01s
  57.  
  58. avrdude: verifying ...
  59. avrdude: 1 bytes of efuse verified
  60.  
  61. avrdude: safemode: Fuses OK
  62.  
  63. avrdude done. Thank you.
  64.  
  65.  
  66. C:\>avrdude -c usbtiny -p at90usb1286 -U flash:w:BootloaderCDC.hex:i
  67.  
  68. avrdude: AVR device initialized and ready to accept instructions
  69.  
  70. Reading | ################################################## | 100% 0.02s
  71.  
  72. avrdude: Device signature = 0x1e9782
  73. avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed
  74.  
  75. To disable this feature, specify the -D option.
  76. avrdude: erasing chip
  77. avrdude: reading input file "BootloaderCDC.hex"
  78. avrdude: writing flash (131072 bytes):
  79.  
  80. Writing | ################################################## | 100% 263.06s
  81.  
  82.  
  83.  
  84. avrdude: 131072 bytes of flash written
  85. avrdude: verifying flash memory against BootloaderCDC.hex:
  86. avrdude: load data flash data from input file BootloaderCDC.hex:
  87. avrdude: input file BootloaderCDC.hex contains 131072 bytes
  88. avrdude: reading on-chip flash data:
  89.  
  90. Reading | ################################################## | 100% 362.49s
  91.  
  92.  
  93.  
  94. avrdude: verifying ...
  95. avrdude: verification error, first mismatch at byte 0x1f000
  96. 0x4b != 0xff
  97. avrdude: verification error; content mismatch
  98.  
  99. avrdude: safemode: Fuses OK
  100.  
  101. avrdude done. Thank you.
  102.  
  103.  
  104. C:\>
Advertisement
Add Comment
Please, Sign In to add comment