I have a MaxSerial 2.0 from NKC, which originally had a 168 in it. I just bought a 328 from Sparkfun, and am trying to burn the bootloader. In the past I've had no trouble burning the 168 bootloader with my parallel programmer, but for whatever reason it's not working with the 328. I'm getting the following error:
avrdude: verification error, first mismatch at byte 0x7800
0x0c != 0xff
avrdude: verification error; content mismatch
I've tried v13 and 14 of the IDE.
The process I go through to burn is:
1. Connect parallel programmer between PC and arduino
2. Plug power into arduino
3. Select the 328 board in Tools:Board
4. Select Burn Bootloader w/ Parallel Programmer
It pauses for several seconds, then displays the error.
Any ideas?