***How to bootload Arduino Atmega328p UNO board using e-Gizmo USBasp clone?*** ***Materials: ***Programmer: e-Gizmo USBasp clone ***IC: ATMEGA328P / GizDuino UNO SE /Arduino UNO ***ISP pins: 1 - MISO 2 - VCC 3 - SCK 4 - MOSI 5 - RST 6 - GND ***Software: AVRDUDESS ***Hex File: Arduino 1.8.19>hardware>arduino>avr>bootloaders>optiboot>optiboot_atmega328.hex (Path) or you can copy and place hex file to AVRDUDESS folder. ***To know the Fuses settings: Arduino 1.8.19>hardware>arduino>avr>boards.txt (search it) or click the 'Fuses settings' link on the AVRDUDESS on the Fuses & lock bits section. ***In this example: Low_fuses: 0xFF High_fuses: 0xDE Extended_fuses: 0x05 Lock_bits: 0x0F ***OPEN COMMAND PROMT by typing "cmd" to AVRUDESS folder path. (See the tutorial video) Type or copy this: ***Fuses & Lock bits: "avrdude -c usbasp-clone -p m328p -U lfuse:w:0xFF:m -U hfuse:w:0xDE:m -U efuse:w:0x05:m -U lock:w:0x0F:m" ***Flash: (hex file) "avrdude -c usbasp-clone -p m328p -U flash:w:optiboot_atmega328.hex" DONE!