Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- >>>: avrdude.exe -c arduino_as_isp -p m8 -P COM3 -b 19200 -V -U flash:w:"C:\Users\otto0\Desktop\usbasp.2011-05-28\bin\firmware\usbasp.atmega8.2011-05-28.hex":a -U lfuse:w:0xFF:m -U hfuse:w:0xE9:m
- avrdude: AVR device initialized and ready to accept instructions
- avrdude: device signature = 0x1e9307 (probably m8)
- 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: processing -U flash:w:C:\Users\otto0\Desktop\usbasp.2011-05-28\bin\firmware\usbasp.atmega8.2011-05-28.hex:i
- avrdude: reading input file C:\Users\otto0\Desktop\usbasp.2011-05-28\bin\firmware\usbasp.atmega8.2011-05-28.hex for flash
- with 4700 bytes in 1 section within [0, 0x125b]
- using 74 pages and 36 pad bytes
- avrdude: writing 4700 bytes flash ...
- Writing | ################################################## | 100% 6.72s
- avrdude: 4700 bytes of flash written
- avrdude: processing -U lfuse:w:0xFF:m
- avrdude: reading input file 0xFF for lfuse
- with 1 byte in 1 section within [0, 0]
- avrdude: writing 1 byte lfuse ...
- avrdude: 1 byte of lfuse written
- avrdude: processing -U hfuse:w:0xE9:m
- avrdude: reading input file 0xE9 for hfuse
- with 1 byte in 1 section within [0, 0]
- avrdude: writing 1 byte hfuse ...
- ***failed;
- avrdude: 1 byte of hfuse written
- avrdude done. Thank you.
- ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement