Hi all,
First a big thanks to all who have contributed towards the development of this very useful little tool ... the amount of documentation and posts is mind boggling!
I have purchased a 2578AY-AT clone kit (color screen with cd4050 buffer) and while putting it together have installed the advised 0.1% probe resistors, LM4040 (correct pin orientation) and MCP1702 ... the tester is up and running fine with firmware 1.12k.
As per the advised upgrades I have also purchased a 20Mhz crystal and some spare Atmega328-PU and would like to install the new crystal and try the latest 1.32m firmware. The plan was to leave the original 328 as is and flash the new firmware on one of the spare 328's then install that instead.
It is the programming of the firmware where I am falling flat on my face ... there are so many snippets of the procedure and many different ways to do it, I've been reading for days now but am still very confused and not confident in what I'm doing at all. It seems it should be very easy but I'm just lost in all the posts, documentation and different ways of doing it.
I use both Debian and Win10 here but have decided to try and do it in Win10 as it would seem to be more straight forward.
So far I have installed: AVRdude with all the required toolchain, GNU make and drivers etc. and am using the AVRDUDESS gui with it and have purchased a USBasp adapter and cable and installed the correct driver (this shows up in AVRdude).
First major problem was that the evaluation board that arrived with the USBasp adapter and cable is too large for the 328 (although it was meant to support it) ... then I opened the 328-PU's that I ordered from RS to find that they have sent me 328 U (not sure if this is a different chip but when I started looking for data on them I have found there are lots of different variants.
So a few questions because of my complete lack of experience in programming Atmega328's and Arduino etc. :
I am finding it really difficult to find a board to put on the end of my USBasp adapter cable that I am confident will support 328's ... can anyone point me to something suitable?
The kit arrived with a 328(P-PU) ... I ordered 328(-PU) as that was what was detailed in the upgrade list but on doing more research the P-PU has lower power consumption and was indeed cheaper than the -PU ... would I have been better off ordering P-PU's?
Can anybody point me to a complete simple guide to programming the AY-AT clone 1.32m firmware onto the 328 ... or anything else that follows the same procedure as the more I read and search now the more confused I get about it? The closest I got was a video on youtube but it was in russian

and the files he was using looked nothing like the one's I have downloaded from Github. I'm taking it that the files he had are what is compiled by the Makefile but I'm really confused and stuck without a board to put the 328 on to try things out.
I'm not normally a person to ask for help but in this case I defo need pointed in the right direction ... I learn fast and any help will be well appreciated.