Re: How to add new programs to Octolively

#20977
Windell Oskay
Keymaster

Allow me to suggest that you use the makefile that we include with the source code.   

The *only* thing that you should need to change is to remove the ‘#’ sign from in front of PROGRAMMER = usbtiny and add a ‘#’ sign in front of PROGRAMMER=avrispmkII.
As you have it configured right now, it’s assuming that you do what to use an avrispmkii, and you have actually removed the USB port, which it does actually need.  So revert, and just change which programmer line is commented out.