Progressbars stuck when burning bootloader #11515
Labels
Component: IDE
The Arduino IDE
Type: Bug
Waiting for feedback
More information must be provided before we can proceed
1. My setup
I burn a bootloader to my Arduino Mega board with my Atmel-ICE probe, using
avrdude
. In fact, I was unable to burn any bootloader at all with the Atmel-ICE, until @facchinm applied a fix and released a new build foravrdude
(see #11107). Thank you for that fix.2. The problem
Unfortunately, there's still a minor issue with the new build. The bootloader burning procedure stops twice for about a minute (once for
Writing
and once forReading
something) but the progressbar doesn't work. The progressbar reaches 100% immediately - you can't even see it filling up - and remains there for a minute.This is the output I see when starting the bootloader burning:
Here the output stops for a minute (with a full progressbar). Then it continues:
Now the output stops for the second time (again with a full progressbar). After a minute, it continues:
Now the procedure is completed.
3. Why is this a problem?
Of course, the issue with the progressbar is not a disaster for personal use. However, I'm a bit worried for people that don't know this. We're building an IDE (see https://embeetle.com) and I'm worried that our users will simply close the console because they think the bootloader burning has frozen/crashed.
4. Notes
The problem is the same for Arduino Uno, but it doesn't bother as much. The moments of interruption are much shorter - just a few seconds.
The text was updated successfully, but these errors were encountered: