QCX firmware upgrade instructions for USBASP and Extreme Burner #qcx #firmware
qrp@...
I've just successfully upgraded to 1.02b. I couldn't find definitive instructions for my particular setup so before I forget here they are. I hope someone else gains benefit from them. The only cost was the USBASP which totalled just over £2!
MY SETUP
10 Pin Convert to Standard 6 Pin Adapter Board+USBASP USBISP AVR Programmer USB Extreme burner Zadig USB driver QCX 1.02b Firmware METHOD Preparation - PC
73s Ted 2E0THH
|
|
Mikael Dagman
This is a good guide, Extremeburner is the best program looking at its intuitive interface for avrdude compared to others , thats in imho ofc :)
one essential piece of information to ge the usbasp running under win10 is to get the correct driver installed using zadig, use the lib-usbwin32(v1.2.6.0) driver - se picture also drop this chips.xml in (unrar first) "C:\Program Files\eXtreme Burner - AVR\Data" or just ad this to the chips.xml -<CHIP>
<NAME>ATmega328P</NAME>
<FLASH>32768</FLASH>
<EEPROM>1024</EEPROM>
<SIG>0x000F951E</SIG>
<PAGE>64</PAGE>
<LFUSE layout="2">YES</LFUSE>
<HFUSE layout="5">YES</HFUSE>
<EFUSE layout="4">YES</EFUSE>
<LOCK>YES</LOCK>
<CALIB>YES</CALIB>
<PLACEMENT>.\Images\Placements\ZIF_DIP_40.bmp</PLACEMENT>
</CHIP>
-<CHIP>
<NAME>ATmega328PB</NAME>
<FLASH>32768</FLASH>
<EEPROM>1024</EEPROM>
<SIG>0x0016951E</SIG>
<PAGE>64</PAGE>
<LFUSE layout="2">YES</LFUSE>
<HFUSE layout="5">YES</HFUSE>
<EFUSE layout="4">YES</EFUSE>
<LOCK>YES</LOCK>
<CALIB>YES</CALIB>
<PLACEMENT>.\Images\Placements\ZIF_DIP_40.bmp</PLACEMENT>
</CHIP>
|
|