-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
ESP8266 getting stuck after using the stub with no_reset option (ESPTOOL-142) #310
Comments
Hi @MatthiasJentsch , Thanks for being patient while I got back to you. I think the underlying problem is that the stub loader doesn't respond to either autobauding or the sync packet which is used to establish the connection. Can fix the second thing but the first thing is tricky. You should be able to use the new (in v2.4.0) Angus |
Hi @projectgus , I've tested with version 2.4.0 and the --before no_reset_no_sync option. But it's not working at all. Here is the log:
|
Any news for this issue? I'm still looking for a solution or at least a workaround for it. |
Any news on this? The issue is still there |
Full esptool.py command line as run:
--port COM6 --baud 115200 --chip esp8266 --after no_reset erase_flash
What is the expected behaviour?
After executing this command the last line is "Staying in bootloader". But now you can't connect with esptool.py anymore. You need to reset the chip. I found the same behaviour with the chip_id, read_mac and flash_id commands.
However if you use the --no-stub option with the chip_id, read_mac and flash_id command further connections are possible without resetting the chip.
I think there is a problem with the ESP8266 stub program. Maybe it will not exit and prevents further connection.
I would not have to reset the chip after each command.
Maybe that's similar to #249
The text was updated successfully, but these errors were encountered: