Failed to upload the Arduino ISP programmer sketch to Arduino nano

When I was burning the bootloader to my Arduino uno using the Arduino nano I bought for this specific purpose even though I could used another thing I don't know what it was called but anyway I tried all usb ports on my laptop (not including usb c). This is the output and the hardware I'm using.

Windows 10
Arduino IDE 2.0.3
programmer for bootloader: Arduino nano
Target board: Arduino uno (u might recognize this from the past posts)

Output:

Sketch uses 4354 bytes (14%) of program storage space. Maximum is 30720 bytes.
Global variables use 482 bytes (23%) of dynamic memory, leaving 1566 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=0x0f
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x0f
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x0f
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x0f
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x0f
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x0f
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x0f
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x0f
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x0f
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x0f
Failed uploading: uploading error: exit status 1

Thanks

the output is a sketch upload, not bootloader burn output.
if you are unable to upload to the Nano, try to select in Tools menu Processor other option

Take a look at Burn Bootloader | Troubleshooting Guide For Arduino

Why such an old IDE version?

Did you try a different and known good data cable?

I meant 2.0.3

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.