You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which seems to do the job, and now it successfully flashed the device (albeit it fails with 'universal_silabs_flasher.gecko_bootloader.NoFirmwareError: No firmware exists on the device', but another probe reveals the firmware is there).
I've been using this tool without problems in the past (I think v0.20.x), but that one could not handle the new image type (I built images based on https://github.com/basilfx/silabs-firmware-builder).
It sounds like your device is stuck in the bootloader and has no valid application image. If that's the case, you need to run the flasher but override the probe methods so that it only tries to probe the bootloader and no other application types. Or run it with --force.
It wasn't stuck in the bootloader and there is/was a valid image.
I was using image version 7.4.2.0 just fine. I tried flashing this two days ago, and did not succeed, so I restarted and everything was still fine. When manually connecting with the serial port, I could interact with it just fine.
I then tried to 'solve' it yesterday, and it worked, even with the error. Now I run image version 7.4.4.0 without problems.
I have a ZigBee bridge that I connect to via TCP-over-serial.
When I try to flash a new firmware, I get this:
It fails to probe prior flashing. But when I run the probe command, it works fine.
Here is another attempt, but with verbose logging:
I modified this part as follows:
Which seems to do the job, and now it successfully flashed the device (albeit it fails with 'universal_silabs_flasher.gecko_bootloader.NoFirmwareError: No firmware exists on the device', but another probe reveals the firmware is there).
I've been using this tool without problems in the past (I think v0.20.x), but that one could not handle the new image type (I built images based on https://github.com/basilfx/silabs-firmware-builder).
Python 3.12
macOS 15
Universal-silabs-flasher 0.25.0
The text was updated successfully, but these errors were encountered: