Firmware update fails if Serial Monitor/Plotter is open #2060
Labels
topic: code
Related to content of the project itself
topic: serial monitor
Related to the Serial Monitor
type: imperfection
Perceived defect in any part of project
Describe the problem
Arduino IDE includes a "WiFi101 / WiFiNINA Firmware Updater"" tool that can be used to update the firmware on the Wi-Fi radio module of Arduino boards (e.g., MKR WiFi 1010, Nano 33 IoT).
🐛 If Serial Monitor is open when a firmware update is attempted, it fails.
To reproduce
The "WiFi101 / WiFiNINA Firmware Updater" dialog will open.
ⓘ It doesn't matter which firmware version you flash.
🐛 The process fails:
Expected behavior
The IDE should automatically close Serial Monitor's connection to the port as needed so that it does not interfere with the operation of the Firmware Updater tool, reopening the port in Serial Monitor once done. This is how it is handled during the Upload operation.
Arduino IDE version
Original report
36e2092
Last verified with
9a6a457
Operating system
Operating system version
Additional context
I bisected the regression to 80d5b5a
A prior incarnation of the bug (since fixed) was tracked at #684
A related bug with the "Upload SSL Root Certificates" tool is tracked at #750
Workaround
Additional reports
Issue checklist
The text was updated successfully, but these errors were encountered: