Hello. I have a Diecimila board, and for a project I'm doing I'm planning to use Atmega8's, since they have enough functionality for the project. However I have a problem programming it from the Arduino application. I have burned the bootloader with a LPT adapter using Ponyprog, no errors. I have tried choosing booth "Arduino NG or older with Atmega8" and "Diecimila or Duemilanove with with Atmega 168". In both cases I get
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51
I have tried adding a pulldown on RX (4.7k) as suggested elsewhere on the board/wiki, which makes no difference.
Atmega168 still works correctly.
What am I missing?