espressif / esptool-js

Javascript implementation of flasher tool for Espressif chips, running in web browser using WebSerial.
https://espressif.github.io/esptool-js/
Apache License 2.0
251 stars 101 forks source link

Issue with ESP32-S3 and Baudrate 115200 #104

Closed rolandschellhorn closed 11 months ago

rolandschellhorn commented 1 year ago

Many people use this tool to flash their nerdminers, as it seems that some people, myself included, are unable to do so anymore. Specifically, with the Lilygo ESP32-S3, at a baud rate of 115200, it stops at "Stub running..."

brianignacio5 commented 11 months ago

This might be related to #106.

Have you tried the latest master ?

rolandschellhorn commented 11 months ago

I did not use it recently because there is a simpler solution available now - but I tested it right now and it works again. So we can close that - thanks.