-
Notifications
You must be signed in to change notification settings - Fork 121
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
MemData Command error on ESP32C6 without --no-stub flag #637
Comments
Thanks for reporting, can you run |
Thanks for the fast response 😄
|
Following a conversation in the esp-rs room, this was resolved by selecting the JTAG port after holding reset + boot to put it in download mode. This issue is only a problem using the serial option. This is the board I'm using and it has a single USB Type C hub between the UART and JTAG connection. Here are the options that appear for the board, when the board is not in download mode, selecting the JTAG option will just hang for a while and then error, when in download mode it works fine without the need for the -- edit -- this also fixed a separate issue, where even with the |
As a note, this is happening to me with an ESP32-S3-WROOM-1, the board does have a USB-C UART bridge. This board does not have a JTAG interface, even when it is in download mode. My debug output looks pretty much like the above. |
When running any
espflash
command (e.g.board-info
) against an ESP32-C6-WROOM-1 I get the following error:If I supply the
--no-stub
flag it works as expected:This is reproducible on the latest commit in main (
890f17ac46ea8d579118ae5a726c3a940ede9065
).The same error occurs with other commands too, e.g.
monitor
,flash
, etc.The text was updated successfully, but these errors were encountered: