-
Notifications
You must be signed in to change notification settings - Fork 20
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
esputil flash 0 frimware.bin hang #6
Comments
Try in verbose mode. To compare, here's my output with the blinky example:
|
I've encountered the same problem. Verbose mode shows nothing — before any I'm using macOS 14.1.1 on MacBook Air M1 and ESP32C3 board by LuatOS . ESP IDF compiles and flashes the board without problems. |
Hi, I am trying the example/blinky and it seems that it builds with no problem but then it stops after
"esputil flash 0 firmware.bin" and hangs there forever.
firmware.bin is generated with no issues
I tried on two different esp32c3 boards, but the same result. So I am stuck with ideas on what to do next.
What is it waiting for when it is trying to flash the chip?
Where could be my next step in debugging this?
Thank you.
The text was updated successfully, but these errors were encountered: