Dániel Buga
Dániel Buga
Download mode doesn't have a visual indicator, unfortunately. One more thing you may try is erasing the board with `espflash erase-flash`. If that doesn't work and probe-rs fails you, you...
> Running with --chip-erase also gives the following output, if it helps. Well I did ask you to run `espflash flash-erase` for a reason, and not `probe-rs` with whatever chip-erase...
> Any pointers, how I could do that? espflash should work for that (and more)
I think the idea is okay, but please clean up the CI failures (changelog, formatting, docs) and also remove the re-exports from the crate root that became redundant.
Is an esp-idf binary required to trigger this issue?
@MabezDev since you've been playing around with related stuff, do you think these issues will be solvable in the forseeable future? My best guess is that we're still bumping up...
> is there a board where probe-rs support is considered to be better In my experience C6-based boards work better. > is there a recommendation on using cargo embed and...
> Can I supply command line options to probe-rs in the launch.json file? Do you expect any difference with the debugger as opposed to running probe-rs from cli? If yes,...
If `probe-rs attach` does not work, there's no chance the debugger can attach to the MCU, so I think trying to get vscode working is a waste of your time...
You can try walking through [this guide](https://docs.esp-rs.org/book/tooling/debugging/openocd.html) while skipping the xtensa-specific info in there. I'm fairly sure it works with Rust code but it has been a while since I...