-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Upload problems #5540
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
Comments
Uploading to ESP8266 is somtimes a nightmare. Only after several retries upload starts, and somtimes only at a very low speed. When viewing output from the upload I can find the compiled .bin file, and I tried to upload this using the expressif tool flash_download_tools_v3.6.5.exe. (Arduino IDE uses ESPTOOL.EXE) It not only uploads the first time I try, but I can also set upload speed to 1,500,000 bps - and still uploading first time. Is it possible to change the Arduino IDE installation (ESP8266 device) to use the expressif tool? This is output from ESPTOOL.exe (sucsessfull after several retries);
This is output from esp8266_download_tool_v3.6.5: `test offset : 0 0x0
|
Reopening as I didn't catch that there were two outputs. I don't think others are seeing your issue, though, so you may want to make sure you're running the latest 2.5.0-dev2. |
#5635 replaces esptool-ck.exe w/esptool.py, the one that Espressif maintains, so that PR would close this. |
Closing as #5635 merged. esptool.py seems much more resilient for uploading on my own HW. |
Se the following post!
The text was updated successfully, but these errors were encountered: