Upload with Arduino IDE 2.3.6 to an Arduino Diecimilia does not work

Hello,

I am trying to upload a sketch within the Arduino IDE 2.3.6 to an Arduino Diecimila. First i have selcted my Board and the Port in the Arduino IDE:

The sketch looks like:

void setup() {

}

void loop() {

}

Compiling the Code is wroking without an Error. But when I upload this simple Sketch i get an Error Message:

When I am using the same Sketch in the Arduino 1.8.19 version i am selecting the Board: Arduino Duemilanove or Diecimila , Processor: ATmega168 and Port: COM4

Then Compiling and Uploading is working fine:

Any Idea how to get the Arduino IDE 2.3.6 working for my Arduino Diecimila ?

I’m not familiar with your board but did you select the correct processor?

1 Like

In the Arduino IDE 1.8.19 I can find the Processor Options in the tools menu. But how do I select the processor in the Arduino IDE 2.3.6?

Same way

1 Like

Alright I have overseen that. Thanks, now it does work.