-
Notifications
You must be signed in to change notification settings - Fork 119
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
espflash unable to connect #394
Comments
esptool log:
espflash log:
|
can confirm this is fixed by #387 |
Also had this issue and could not connect to my ESP32-WROOM-32. #387 fixes that for me as well.
Output of esptool.py:
|
@yshui @ede1998 sorry to be a bother, but would you two also mind testing out this branch as well please: This is an updated of a previous PR I had opened, but closed for various reasons. I prefer this implementation, but need to be confident it actually works. This is copied almost verbatim from |
Bad news:
If you need me to provide more info, let me know. |
@yshui @ede1998 sorry to bother again, do you mind testing this branch https://github.com/SergioGasquez/espflash/tree/fix/reset-strategy |
Still no luck:
|
Hi,
While with #387 it's working fine:
I am running Arch, BTW :) |
I'm having this problem as well: `nweaver@espbuild:~/hello $ cargo espflash board-info [2023-07-27T15:01:05Z INFO ] Detected 2 serial ports [2023-07-27T15:01:05Z INFO ] Ports which match a known common dev board are highlighted [2023-07-27T15:01:05Z INFO ] Please select a port [2023-07-27T15:01:07Z INFO ] Serial port: '/dev/ttyAMA0' [2023-07-27T15:01:07Z INFO ] Connecting... [2023-07-27T15:01:09Z INFO ] Unable to connect, retrying with extra delay... [2023-07-27T15:01:10Z INFO ] Unable to connect, retrying with default delay... [2023-07-27T15:01:11Z INFO ] Unable to connect, retrying with extra delay... [2023-07-27T15:01:13Z INFO ] Unable to connect, retrying with default delay... [2023-07-27T15:01:14Z INFO ] Unable to connect, retrying with extra delay... [2023-07-27T15:01:16Z INFO ] Unable to connect, retrying with default delay... ^C[2023-07-27T15:01:17Z INFO ] Unable to connect, retrying with extra delay... It works with idf.py, esptool reports version 2.0.1. Platform is Raspberry Pi (64b Rasbian, latest install), target is ESP32S3 on a SEEED XIAO ESP32S3 board. |
Can anyone affected by this issue check if #487 fixes the issue?
|
@SergioGasquez |
Just tried it out and can confirm that it works. I tried both a release and debug build with the Thanks for the effort!
|
I have a esp32-devkitc board from AZ-delivery. The chip is ESP32-WROOM-32.
espflash
is unable to connect to this board.idf.py
fromesp-idf
works properly, I was able to upload the hello_world program with it.The text was updated successfully, but these errors were encountered: