-
Notifications
You must be signed in to change notification settings - Fork 76
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
Flashing ESP Device through ESPtool #12
Comments
@mikeneiderhauser after merging #15 I could flash an ESP-01s through the ESPHome website (although it finished with an error it flashed succesfully), but I couldn't flash it with the ESPHome flasher. Also sometimes I can see some corruption when connecting through serial port: The error after flashing with ESPHome website was: |
I updated to the latest release u2f and attempted to flash again. I still can't seem to get it to connect. |
It's a bit flaky but I tried You will need to hold down the "Flash button" or pull down gpio0 on boot to enter the correct boot mode. the flashtool is likely spooked by the lack of DTR and RTS wiring. Edit: I tried |
I'm having this issue with esptool as well, Adafruit web serial esptool does seem to work though. I haven't seen it fail or do anything weird. |
Looking for some assistance using your pico-uart-bridge to flash an ESP device via esptool.
I currently keep getting timeouts through ESPtool. When I connect to minicom and look at the ttyACM0 device and power cycle the ESP chip on UART0, i do see activity, but can't seem to get flashing via ESPtool to work.
Any advice on getting this to work with esptool?
Thanks!
The text was updated successfully, but these errors were encountered: