-
Notifications
You must be signed in to change notification settings - Fork 139
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
Better Optiboot EEPROM support for classic AVRs in terminal mode #1129
Comments
The problem is worse with the hex mentioned by @stefanrueger in #940.
|
But for bigboot enabled optiboot, PR #1121 does seem to work better. Very occassionally I still get the
|
The Optiboot bootloader is designed to time out quickly if there's no activity. That's why terminal mode doesn't work as expected. Try:
|
Great tip. Thanks. I tried multiple times and now no more errors or warning messages.
|
With this tip, even git main works very well.
|
And no more problems with @stefanrueger's hex file as well.
|
Thanks for the great tip. I will close this issue. |
This is an important tip for me so I put it here. |
@mcuee there are a few hidden tricks like this that Avrdude supports but isn't really properly documented. We should perhaps add it to the manual and the Wiki. I'm thinking about supporting data from stdin and writing it to any memory by using |
Yes, good idea. We can always use the Wiki first and then discuss whether the tips need to be added to the manual or not.
Yes, this will be a good feature to add. |
Even though some optiboot build configuration supports EEPROM (eg: bigboot) and it works fine in CLI mode, but terminal mode does not seem to work very well (not so stable).
Just wondering if this can be improved or not.
Problems with
-t
.No issues with
-U
.BTW, rhe bootloader with EEPROM support is from @WestfW and tested here:
The text was updated successfully, but these errors were encountered: