-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Upload Problem with Arduino Nano #593
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
This error occurs due to the updated boot-loader for arduino nano. You should select Atmega328P (Old Bootloader) in Tools -> Processor before uploading the program. |
Thanks KavishBhatia! @facchinm are Arduino AVR Boards release notes still going to be added to the |
@per1234 |
If you update the bootloader again, I would recommend to use one with automatic baudrate detection. |
Got this problem today with old Nano clone with CH340. How should I guess that I should select old bootloader after updating Arduino AVR Boards to 1.6.21? I have spent about an hour checking wiring, USB-cables, finding other laptops with previous Arduino version, etc. It is completely not user-friendly! Do you respect Arduino users? Please show changelog and/or warnings about serious changes in the Board Manager! |
Changing the bootloader baudrate is tricky, since you somehow need the user to select the baud rate (i.e. old/new bootloader). Currently, this is non-intuitive, since for existing users the default silently changes, in order to have things work out of the box for new users (rather, users of new, official, arduinos). Perhaps it would be interesting to not give this option a default value, to force people to make a choice. I suspect this might be useful for more of these additional board options as well (but not all of them, especially the ESP boards that have a ton of option should probably have defaults). To implement this, I guess we need a way to explicitly state the (absence of a) default value in boards.txt. @cmaglie, @facchinm, how would that sound? |
I am using Arduino Nano with CH340g. When I try to upload, it gives me the following error message: -
Note that, this problem comes with the latest version of Arduino AVR Boards (1.6.21). However, when I use version (1.6.20) the uploading problem disappears. I am using Ubuntu 16.04.
The text was updated successfully, but these errors were encountered: