Cant Flash Nano in Air Manager

Support for Arduino in combination with Air Manager and Air Player

Moderators: russ, Ralph

Post Reply
Message
Author
sportster64
Posts: 25
Joined: Mon Mar 20, 2023 3:36 pm

Cant Flash Nano in Air Manager

#1 Post by sportster64 »

Running Windows 11, downloaded and installed AirManger 4.1 , Running in Demo mode
Connected a Nano via USB, PC sees it on COM6
getting the following error when attempting to Flash

avrdude.exe: ser_open(): can't open device "\\.\COM6": Access is denied.

Is this because of Demo Mode ?

User avatar
Ralph
Posts: 7924
Joined: Tue Oct 27, 2015 7:02 pm
Location: De Steeg
Contact:

Re: Cant Flash Nano in Air Manager

#2 Post by Ralph »

No, that means that it is not able to open the COM port, because it is blocked/claimed by different software. Or...
Make sure that when flashing the Nano, and it is an older version or a clone, that you select 'Use old bootloader'.

sportster64
Posts: 25
Joined: Mon Mar 20, 2023 3:36 pm

Re: Cant Flash Nano in Air Manager

#3 Post by sportster64 »

yes
I have both checkboxes checked, since it is a clone I am using.
Something is blocking access to the COM6 port,
I have the Arduino plugged into the computer, not sure what would be blocking it ?

sportster64
Posts: 25
Joined: Mon Mar 20, 2023 3:36 pm

Re: Cant Flash Nano in Air Manager

#4 Post by sportster64 »

tried a different port on the computer.
it Now shows up at COM5
different error now...

Closed COM port...

avrdude.exe: stk500_recv(): programmer is not responding
avrdude.exe: stk500_getsync() attempt 1 of 10: not in sync: resp=0x8d
avrdude.exe: stk500_recv(): programmer is not responding
avrdude.exe: stk500_getsync() attempt 2 of 10: not in sync: resp=0x8d
avrdude.exe: stk500_recv(): programmer is not responding
avrdude.exe: stk500_getsync() attempt 3 of 10: not in sync: resp=0x8d
avrdude.exe: stk500_recv(): programmer is not responding
avrdude.exe: stk500_getsync() attempt 4 of 10: not in sync: resp=0x8d
avrdude.exe: stk500_recv(): programmer is not responding
avrdude.exe: stk500_getsync() attempt 5 of 10: not in sync: resp=0x8d

User avatar
Ralph
Posts: 7924
Joined: Tue Oct 27, 2015 7:02 pm
Location: De Steeg
Contact:

Re: Cant Flash Nano in Air Manager

#5 Post by Ralph »

Is it a genuine Arduino Nano?

sportster64
Posts: 25
Joined: Mon Mar 20, 2023 3:36 pm

Re: Cant Flash Nano in Air Manager

#6 Post by sportster64 »

update:
ok
so even though this is a clone, I unchecked "'Use old bootloader'.
and it then flashed the Arduino successfully

Post Reply