Audrino Nano Programmer not responding

Trying to upload to Audrino Nanu I get the message below,

Sketch uses 2054 bytes (6%) of program storage space. Maximum is 30720 bytes.
Global variables use 22 bytes (1%) of dynamic memory, leaving 2026 bytes for local variables. Maximum is 2048 bytes.

avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xbb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xbb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xbb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xbb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xbb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xbb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xbb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xbb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xbb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xbb
Failed uploading: uploading error: exit status 1Use code tags to format code for the forum

Try another USB cable.

Typical problem with an atmega328 based Nano, in the Arduino IDE, under Tools > Processor, try "ATmega328P (Old Bootloader)". If that is the current setting, then try "ATmega328P".

Thank you VERY much for your quick reply. I was using the setting ATmega328P (Old Bootloader). After changing to ATmega328P upload was successful.

Same error,but a bit different...I looked up the shop's title and found the board might be UNO or NANO,and I searched some pictures online,my board looked the same as UNO.Then I met the problem and thought it was caused by the drive,after a few useless attempts I observed the board more carefully and found this large "MEGA 2560"in the middle,I felt like an idiot

Mega boards might be described as being similar to the Uno but are usually longer and have many more pins than the typical Uno does. Nano boards are very different from either and are much smaller. There is also the 'Mega Pro' which has a similar form factor to a Nano but is wider and has two rows of holes to accommodate exposing the larger numbers of pins on the Mega2560.

Could be that the online photo misled you. Sometimes listings have multiple options and you have to select the correct one to get the corresponding photo. Sometime stores just get them wrong. Either way you can sometimes end up with the title not corresponding to the photo.

Hi anon

You must be using a clone of some kind. The bootloader on many clones is the old one. Another thing to look out for is drivers for the USB to Serial chip, which is often a CH340 which may need drivers. Also check your cable if the problems persist.