-
Notifications
You must be signed in to change notification settings - Fork 133
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
v3 Error while connecting to esp32 #616
Comments
Sorry for the inconvenience, the |
I had the same problem - turns out since I don't have RTS/DTR pins connected and pulled IO0 low myself, I need |
I guess your scenario was different, since using espflash v2 didn't work either, right? |
No, it worked fine. AFAICS v2 doesn't have a before-reset option, so probably it didn't try to do the reset itself? |
Thats correct, mind trying this @owenthewizard? |
Confirmed, adding |
While mine does have RTS and CTS, it doesn't have DTR which I understand would be necessary to use the auto-reset (@SergioGasquez ?) Can there be a mode added to pull IO0 down with RTS? |
Scratch that, there also needs to be one for actually resetting the board... |
To add to this, I have an Adafruit Feather ESP32 V2 (ESP32 Pico Mini 02).
P.S. For any other Rust ESP32 newbie's having this issue, you can install 2.1.0 like this |
note that running
however, if you go
same applies to the
I didn't spot this in the documentation and ended up at this issue, I too have my own custom board with only IO0, TX, RX, 5V, GND and was getting:
Using Hope this helps. |
Closing this as |
Flashing a WT32-ETH01, v2 flashes fine and reports:
v3 does not connect:
Debug logs: https://dpaste.com/F4ANNZZ2S
The text was updated successfully, but these errors were encountered: