Arduino Nano (clone) cannot upload to device

Hi,

I need help sorting my problem out, the device works perfectly on my friends PC running Windows 10. I am also running Windows 10, and cannot get to upload anything to the device. Attached please find the error code that I get, I am using the Arduino IDE software.

Thanking you

Arduino Error Code.txt (1.67 KB)

Try to select the board Nano with old bootloader.

Budvar10:
Try to select the board Nano with old bootloader.

This is definitely the solution - 0xef, IDE 1.8.8 (hence post-new-bootloader IDE) and nano is a clone (hence almost certainly uses old bootloader).

Thank you

My problem has been sorted out with using the (Old Bootloader)

Thank you for your help