-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RP2040 flash content verification error #4
Comments
if you weren't running from RAM, it might've been fixed by e378ade. Can you check again? |
Yes, I'm not running the app from RAM. I did try the new fixes, however, they still don't work. I've added Afterwards, trying to flash with This time I got a backtrace if it would help:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to flash using a picoprobe to another pico a simple
blinky
example, I get an error:Flash content verification failed.
Sadly, due to #3 it does not show any debug logging from
probe-rs
withRUST_LOG=debug
.After trying to flash with
teleprobe
, I also get an error usingprobe-run
and even afterBOOTSEL
it manages to flash theblinky
once and then still gives out this verification error and corruptsprobe-run
flashing too (requiringBOOTSEL
on power up).The text was updated successfully, but these errors were encountered: