Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Microsoft Windows [Version 6.1.7601]
- Copyright (c) 2009 Microsoft Corporation. All rights reserved.
- C:\Windows\system32>cd\
- C:\>avrdude -c usbtiny -p at90usb1286 -e -U lfuse:w:0xde:m -U hfuse:w:0xdb:m -U
- efuse:w:0xf0:m
- avrdude: AVR device initialized and ready to accept instructions
- Reading | ################################################## | 100% 0.02s
- avrdude: Device signature = 0x1e9782
- avrdude: erasing chip
- avrdude: reading input file "0xde"
- avrdude: writing lfuse (1 bytes):
- Writing | ################################################## | 100% 0.01s
- avrdude: 1 bytes of lfuse written
- avrdude: verifying lfuse memory against 0xde:
- avrdude: load data lfuse data from input file 0xde:
- avrdude: input file 0xde contains 1 bytes
- avrdude: reading on-chip lfuse data:
- Reading | ################################################## | 100% 0.01s
- avrdude: verifying ...
- avrdude: 1 bytes of lfuse verified
- avrdude: reading input file "0xdb"
- avrdude: writing hfuse (1 bytes):
- Writing | ################################################## | 100% 0.01s
- avrdude: 1 bytes of hfuse written
- avrdude: verifying hfuse memory against 0xdb:
- avrdude: load data hfuse data from input file 0xdb:
- avrdude: input file 0xdb contains 1 bytes
- avrdude: reading on-chip hfuse data:
- Reading | ################################################## | 100% 0.01s
- avrdude: verifying ...
- avrdude: 1 bytes of hfuse verified
- avrdude: reading input file "0xf0"
- avrdude: writing efuse (1 bytes):
- Writing | ################################################## | 100% 0.02s
- avrdude: 1 bytes of efuse written
- avrdude: verifying efuse memory against 0xf0:
- avrdude: load data efuse data from input file 0xf0:
- avrdude: input file 0xf0 contains 1 bytes
- avrdude: reading on-chip efuse data:
- Reading | ################################################## | 100% 0.01s
- avrdude: verifying ...
- avrdude: 1 bytes of efuse verified
- avrdude: safemode: Fuses OK
- avrdude done. Thank you.
- C:\>avrdude -c usbtiny -p at90usb1286 -U flash:w:BootloaderCDC.hex:i
- avrdude: AVR device initialized and ready to accept instructions
- Reading | ################################################## | 100% 0.02s
- avrdude: Device signature = 0x1e9782
- avrdude: NOTE: FLASH memory has been specified, an erase cycle will be performed
- To disable this feature, specify the -D option.
- avrdude: erasing chip
- avrdude: reading input file "BootloaderCDC.hex"
- avrdude: writing flash (131072 bytes):
- Writing | ################################################## | 100% 263.06s
- avrdude: 131072 bytes of flash written
- avrdude: verifying flash memory against BootloaderCDC.hex:
- avrdude: load data flash data from input file BootloaderCDC.hex:
- avrdude: input file BootloaderCDC.hex contains 131072 bytes
- avrdude: reading on-chip flash data:
- Reading | ################################################## | 100% 362.49s
- avrdude: verifying ...
- avrdude: verification error, first mismatch at byte 0x1f000
- 0x4b != 0xff
- avrdude: verification error; content mismatch
- avrdude: safemode: Fuses OK
- avrdude done. Thank you.
- C:\>
Advertisement
Add Comment
Please, Sign In to add comment