Hi I am programming a ATMEGA328 NON-p chip with a USBtinyISP. I have had to change the signature so it will program the non-p version of the ATMEGA328P chip.
I dont see a part number in avrdude for the nonP chip.
I use both ATMEGA328 and ATMEGA328P chips and this is a config change when I switch everytime.
Is there a way to add support for the NON-P chip? arvdude -p m328 perhaps?
so to have something like this:
m328p = ATMEGA328P [/opt/local/etc/avrdude.conf:9029]
m328 = ATMEGA328 [/opt/local/etc/avrdude.conf:xxxx]

