-
I'm getting "No supported probe was found" error on Micorobit V2. I run the following commands:
It looks like this error is thrown in cargo-embeded/main.rs (section below)
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The error means that cargo-embed can't see your micro:bit over USB. There are a couple of possible causes...
The 529 error means at some point a bad firmware was programmed onto the device; it shouldn't cause problems programming a new one, and you should be able to clear it by programming a valid firmware either from Rust or from the normal micro:bit software. |
Beta Was this translation helpful? Give feedback.
-
Thanks, Adam, I contacted Microbit, and they suggested flashing the newest V2.2 version from their website (0256). Apparently, some distribution partners got the boards out before they updated the firmware. I can confirm that after flashing V2.2 I don't get the error anymore. |
Beta Was this translation helpful? Give feedback.
Thanks, Adam, I contacted Microbit, and they suggested flashing the newest V2.2 version from their website (0256). Apparently, some distribution partners got the boards out before they updated the firmware. I can confirm that after flashing V2.2 I don't get the error anymore.