Use this tool to change driver for OS like win-10ĭ:\avr-gcc\bin>avrdude -c avrisp -p m328p -P com4 -b 19200Īvrdude: AVR device initialized and ready to accept instructions.
-F force, -V disable verify, -D disable flash erase, -e erase flash and eeprom, -n do not write,.
L low fuse, H high fuse, E extended fuse, Lock bits.
\etc\nf -tĪvrdude -P comport -b 19200 -c avrisp -p m328p -v -e -U efuse:w:0x05:m -U hfuse:w:0xD6:m -U lfuse:w:0xFF:mĪvrdude -P comport -b 19200 -c avrisp -p m328p -v -e -U flash:w:hexfilename.hex -U lock:w:0x0F:m You can also get the 1.05 version directly from this link.
Avrdude-GUI designed by yuki-lab - Read the fuse, select programmer and IC, upload the hex file.
GUI version - AVR8 Burn-O-Mat: a GUI for avrdude.
If you connect the programmer to a target (say an attiny2313 target board) and run avrdude -c usbtiny -p t2313 you should get the following which indicates it communicated properly with the chip.