Errore nel caricamento sketch su Arduino Nano

Non riesco a caricare uno sketch su due Arduino Nano (non originali).
Il primo errore è il seguente:

Arduino:1.8.7 (Mac OS X), Scheda:"Arduino Nano, ATmega328P"
Lo sketch usa 3362 byte (10%) dello spazio disponibile per i programmi. Il massimo è 30720 byte.
Le variabili globali usano 422 byte (20%) di memoria dinamica, lasciando altri 1626 byte liberi per le variabili locali. Il massimo è 2048 byte.
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00
Errore durante il caricamento dello sketch

Il secondo errore che mi da è il seguente:

Arduino:1.8.7 (Mac OS X), Scheda:"Arduino Nano, ATmega328P"
Lo sketch usa 3362 byte (10%) dello spazio disponibile per i programmi. Il massimo è 30720 byte.
Le variabili globali usano 422 byte (20%) di memoria dinamica, lasciando altri 1626 byte liberi per le variabili locali. Il massimo è 2048 byte.
avrdude: ser_open(): can't open device "/dev/cu.wchusbserial1410": No such file or directory
Problema di caricamento sulla scheda. Guarda http://www.arduino.cc/en/Guide/

Ho controllato la porta USB e l'impostazione mi sembra corretta, così come la scheda e il processore nel menu "Strumenti".

Grazie dell'aiuto

Non hai notato che ci sono due Arduino Nano nell'IDE?

Se usi dei vecchi Nano o non originali, devi scegliere il vecchio bootloader ...

Guglielmo

No purtroppo.
Quindi devo caricare la vecchia versione( 1.8.6)?
Saluti

NO, è da varie versioni che è così ...
... nell'IDE, dopo aver scelto la Nano, devi selezionare anche il vecchio bootloader !

Guglielmo

Fatto come da consiglio, funziona.
Grazie
Saluti