Replies: 1 comment
-
|
This is a probe-rs issue (link to cross-post), but thanks for reporting. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if this is the right place to ask, but hopefully someone has encountered this before and knows how to solve it.
When generating the template, the program asks me to select whether to use
espflashorprobe-rsas the "Flashing, logging, and debugging" tool in the TUI.If I choose
espflash, I will be able to successfully flash the program and see output like this printed on my terminal:However, if I chose
probe-rsI'll sometimes see this kind of output when flashing:Running
cargo runagain won't solve the problem. I've also tried setting the esp32s3 into download mode or erasing the memory usingespflash erase-flashandprobe-rs erase --chip esp32s3.Erasing memory with
espflashdoesn't help with the problem, and doingprobe-rs erasewill give output like:If I flash the code again using
espflash(I assume this will clean up some corrupted memory?), I will be able to flash usingprobe-rssuccessfully. However, nothing shows up in my terminal after a long time (the hello world message). After pressing ctrl+c something like this is printed:I've searched and read relavant issues in the
probe-rsrepo. The problem seems to be similar, but the potential solutions mentioned, like running with--speed 10000, do not help.Please let me know if you need additional information. Any help is appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions