upload problem

Hi to all, I use

on ubuntu Ubuntu 18.04.2 LTS
Original arduino Nano on /dev/ttyUSB0

  1. Verfy and Upload of the Blink Example workes fine
    But
    Now the problem:
  2. The Sketch Simple_copy does Veryfy ok but not upload:
    error: Exit Status 1
    avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xcc
    avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x06
    ....

Same Sketch Simple_copy on a Windos 7 PC Aduino IDE workes!

What is wrong with the Online IDE?

Try this:

  • Click on the boards menu.
  • Click "Select Other Board & Port".
  • Select "Arduino Nano".
  • Click on the "Flavours" menu.
  • Select "ATmega328P".
  • Click "OK".

Now try an upload. If the upload still fails, repeat the above process, but this time select "ATmega328P (Old Bootloader)".

Thank you, it works now!

You're welcome. I'm glad to hear it's working now. Enjoy!
Per