-
Notifications
You must be signed in to change notification settings - Fork 10
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
ESP32-S3 fails to flash when using the UART Port #37
Comments
I've also experienced intermittent timeout issues with some chips. Sorry I have not made notes of this, I will try to collect some data. |
I can confirm that with the latest version of espflash from git the Using the port marked USB instead of the one marked UART doesn't fix the issue. Using Using the latest released version instead of the one from git also solve the issue. |
I can confirm issues flashing the C6 via UART as well. Thanks for the info, we'll look into this. @JurajSadel are you able to take a look at some point please? |
I've updated the flasher stub to use the latest I will open a PR with my changes when I have confirmed things are all working. |
Flashing the ESP32-S3-DevKitC-1 fails when using the UART Port with:
--no-stub
we can flash it using the UART Port with no issuesUsing
espflash
with latest changes onmain
(0420d79
).The text was updated successfully, but these errors were encountered: