Advertisement
Guest User

Printrboard-Fail

a guest
Jan 17th, 2013
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. C:\>avrdude -B1 -c usbtiny -p at90usb1286 -U flash:w:BootloaderCDC.hex:i
  2.  
  3. avrdude: AVR device initialized and ready to accept instructions
  4.  
  5. Reading | ################################################## | 100% 0.02s
  6.  
  7. avrdude: Device signature = 0x1e9782
  8. avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed
  9.  
  10. To disable this feature, specify the -D option.
  11. avrdude: erasing chip
  12. avrdude: reading input file "BootloaderCDC.hex"
  13. avrdude: writing flash (131072 bytes):
  14.  
  15. Writing | ################################################## | 100% 68.07s
  16.  
  17.  
  18.  
  19. avrdude: 131072 bytes of flash written
  20. avrdude: verifying flash memory against BootloaderCDC.hex:
  21. avrdude: load data flash data from input file BootloaderCDC.hex:
  22. avrdude: input file BootloaderCDC.hex contains 131072 bytes
  23. avrdude: reading on-chip flash data:
  24.  
  25. Reading | ################################################## | 100% 45.15s
  26.  
  27.  
  28.  
  29. avrdude: verifying ...
  30. avrdude: verification error, first mismatch at byte 0x1f000
  31. 0x4b != 0xff
  32. avrdude: verification error; content mismatch
  33.  
  34. avrdude: safemode: Fuses OK
  35.  
  36. avrdude done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement