I can't get AVRdude to program an ATmega88PA device, it fails on the first address in the verify pass.
Running avrdude 5.10 under Windows/Eclipse (or cmd). I'm using the -F option and the atmega88 profile. The programming process seems to work fine, I can read the device signature and I think I can program the fuse bytes, but the flash part will not verify. Reading the device with AVRSTUDIO it looks like nothing got programmed at all. I folloed the suggestions of modifying the avrdude.conf file by changing the signature of the 88 to match the one of the 88PA device, but to no avail.
I hate having to go back to AVRSTUDIO...
Anybody have this working OK?