Help to upload my code to my Arduino Nano

Hi, i can't upload my code to my Arduino Nano
Tried to reboot my pc and my program - didn't work.
checked in "tools" to the correct port - didn't work.

the code error :

Sketch uses 6206 bytes (20%) of program storage space. Maximum is 30720 bytes.
Global variables use 43 bytes (2%) of dynamic memory, leaving 2005 bytes for local variables. Maximum is 2048 bytes.
An error occurred while uploading the sketch
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xa6
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xa6

Thanks in advance, Roy.

Bump

Can you se your com ports on Device Manager?

Cheers,
Kari

Hi, i have checked in the "Device Manager" and i found my COM6.

giving you an image:

http://www.siz.co.il/my.php?i=didu3nmowgzn.png

Btw, i tried to check for updates and it says that it's up to date.

Try Tools->Processor-> ATMega328P(Old Bootloader).

Hi, i tried it. Sadly, it didn't work for me.

Bump

goto tools

Board select = Nano
programmer either = ATmega328P or ATmega328P (old bootloader)
com port = 6

next click on = get board info.
you should something back.

Also can you use Serial Monitor? making sure that the baud matches both the sketch and in Serial Monitor. It will give an error message in the status bar.

Good Luck

Ray

Hi thanks for replying.
This is the board info:
And the serial monitor is just empty.