-
Notifications
You must be signed in to change notification settings - Fork 145
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
avrdude with Arduino Nano Every #980
Comments
Run log using the official Windows binary
|
Run log from Arduino.
|
Maybe this is the same as the discussion for Leonardo. |
I will close this one and refer to #788. |
I have a similar issue with Atmega32 using avr109 bootloader.
|
Note to self: how to build avr109 for Atmega32/32a (16MHz external crystal, 115200 baud rate and 2048B bootloader size, short PB4 to ground to enter bootloader)
Strange that I can not get avr109 to work with Arduino Uno (ATmega328p) -- flash writing failed (not writing anything) but eeprom writing is okay.
|
The following fuse settings works fine for Arduino Uno (ATmega328P). Baud rate of 57600 is just nice and baud rate of 115200 will not work. Again I need to manually reset the chip or use the above com port trick.
|
Ref: https://www.avrfreaks.net/forum/uploading-code-new-arduino-nano-every
Quite some boards from Arduino, including Nano Every (ATmega4809) needs the COM port to be opened / closed at 1200baud to start the Bootloader or on-board programmer.
As per the above, there is a way to use a batch file under Windows. Just wondering if there is a way to enhance avrdude to carry out this one as a command line option. Or this will always need to be done by the user outside of avrdude.
Without the above, it will fail.
The text was updated successfully, but these errors were encountered: