GUI: DIY Flasher #77

Open
opened 2026-04-05 17:55:43 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @unlogisch04 on 1/25/2026

Currently, there is just a error "Could not upload the firmware" as a error when the flasher failed:
Image

But in the console you can see that it fails with additional information like it is a Unsupported chip:
Image

The above is for Serial Upload.

OTA does not check if the target is suited for the firmware. (ESP8266 but image is ESP32-C3,...)

I belive that there is currently only the board to verify. But that also leads to some other problems to not correct the upload.

Following todo:

  • Add errors about unsuported chips.
  • Add a way to verify that the firmware is valid for the upload target. (will need changes on FW, Flasher tool, and GUI
*Originally created by @unlogisch04 on 1/25/2026* Currently, there is just a error "Could not upload the firmware" as a error when the flasher failed: <img width="746" height="219" alt="Image" src="https://github.com/user-attachments/assets/0e0baff4-fec0-4f72-9adc-46990234c2e6" /> But in the console you can see that it fails with additional information like it is a Unsupported chip: <img width="1121" height="267" alt="Image" src="https://github.com/user-attachments/assets/40e33fa1-70d9-4e1a-923a-36a9b1a7eee9" /> The above is for Serial Upload. OTA does not check if the target is suited for the firmware. (ESP8266 but image is ESP32-C3,...) I belive that there is currently only the board to verify. But that also leads to some other problems to not correct the upload. Following todo: - [ ] Add errors about unsuported chips. - [ ] Add a way to verify that the firmware is valid for the upload target. (will need changes on FW, Flasher tool, and GUI
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/SlimeVR-Server#77