Closed colde closed 1 year ago
I'm not sure why it would be that issue, as i don't get a warning like that, and they have the issue with 5.2.0 which works for me.
So, the only relevant change I see is the change of the esptool.py version. You can try the version used before. In general flashing the S3 via the inbuilt USB modem does work, with the latest release.
Yeah, i suspected it was likely related to the esptool.py version. Is there a way i can configure platformio, to use the new framework, but the older esptool.py, or do you suggest trying to just build a binary and manually flash it?
Hi @colde ! Does it work in the Arduino IDE? Anyway, you can find available versions of the esptool package here and set the desired version directly in your platformio.ini
:
[env:your_env]
platform = espressif32
...
platform_packages =
platformio/tool-esptoolpy @ 1.40300.0
Strange, for whatever reason it seems to work now, after having flashed it with espressif32@5.3.0 and the esptool 1.40300.0, meaning i can also flash it with 1.40400.0 now. I guess i'll close this as i can no longer reproduce it.
After uprading to v5.3.0 i can no longer flash an attached TinyS3.
Here is the log of it failing:
It seem to get stuck there for however long i wait until i manually terminate it.
With v5.2.0 it works fine, here is the log for that: