-
-
Notifications
You must be signed in to change notification settings - Fork 431
"not in sync
" error when uploading to Nano board after updating IDE to 2.3.0
#2357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @MarkDerbyshire. We will need some additional information from you in order to investigate this problem: Please add a comment here to tell us which board you have selected from the Tools > Board menu in Arduino IDE. We also need you to post the full verbose output from an upload attempt:
|
Board is the Arduino Nano
|
OK, it is as I suspected. I think the way Arduino IDE stores the board settings changed since the 2.2.1 release (probably #2241). This means that all the "custom board options" menus have reset to their default settings. You are using either a very old official Nano board, or else a cheap Chinese derivative board that still has the pre-2018 bootloader. This means you must select Tools > Processor > ATmega328P (Old Bootloader) from the Arduino IDE menus to configure it for uploads to this board. The default value is Tools > Processor > ATmega328P, which causes this error when you upload. Please give that a try and then let us know whether the upload is now successful. |
not in sync
" error when uploading to Nano board after updating IDE to 2.3.0
That worked Thank You for your time. Much appreciated |
Describe the problem
arvdude fails to sync when uploading to boards after 2.3.0 update
To reproduce
Update to 2.3.0 and try to upload
Expected behavior
Able to upload to boards

Arduino IDE version
2.3.0
Operating system
Windows
Operating system version
Windows 10 Home - 22H2
Additional context
Rolled back to 2.2.1 and can now upload sketches to boards
Issue checklist
The text was updated successfully, but these errors were encountered: