cargo-flash icon indicating copy to clipboard operation
cargo-flash copied to clipboard

Add option to readback and verify written flash

Open adamgreig opened this issue 4 years ago • 2 comments

It would be nice to have something like --verify which reads back all written flash and checks it was written correctly. In GDB you can do this with compare-sections for example.

adamgreig avatar Apr 08 '20 14:04 adamgreig

long time due, yes :) thanks for opening an issue!

Yatekii avatar Apr 08 '20 23:04 Yatekii

This has now been implemented in probe-rs. It should be easy to get in. I think it is best if we implement this in probe-rs-cli-util and then expose it from there.

Yatekii avatar Jan 29 '22 01:01 Yatekii