-
Notifications
You must be signed in to change notification settings - Fork 202
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
Upload from PlatformIO on an Acer laptop. #100
Comments
Enter boot mode manually. The operation is to hold down the BOT button and then click the RST button. |
I've had problems related to timeouts, you can change the esptool config to timeout more slowly, but to be honest it's usually a sign of a poor cable, or having peripherals attached while flashing (usb power on laptop not enough). I was tracking this issue, and I modified my loader.py file, but this is the new help page about using a custom config file to modify timeouts so you don't modify any esptool script files and instead create a user override config file: https://docs.espressif.com/projects/esptool/en/latest/esp32/esptool/configuration-file.html |
I have the same issue, and solution to enter boot manually makes the trick. In my situation I guess serial port was spammed by Serial.print() from running sketch. It seems that Arduino IDE is more stable in this matter than platformio. |
If you still have problems, please reopen it |
When I try to upload to a T-Display S3 It fails with the following:
It should be working. I have tested the exact same setup project with a official Espressif ESP32-S3-DevkitC-1 and it works/uploads just fine.
And platformio.ini might be helpful:
Please, any ideas how to fix this.
The text was updated successfully, but these errors were encountered: