Closed BlueAndi closed 1 year ago
Hello @BlueAndi, Please update esptool to v4.5.1. This issue has been fixed.
@radimkarnis Unfortunately PlatformIO released 2 days ago with v4.5.0, https://github.com/platformio/platform-espressif32/releases/tag/v6.1.0
Thanks for the info.
Hello @BlueAndi, Please update esptool to v4.5.1. This issue has been fixed.
Hello, How to update esptool version to 4.5.1 in platform.io? Thanks.
@OmerFarukOruc Until PIO releases a new version with esptool v4.5.1 you can use an older version with:
platform_packages =
tool-esptoolpy@1.40201.0
To use the v4.5.1 I guess you have to update it manually in .platformio/packages/tool-esptoolpy
Operating System
Windows 10
Esptool Version
v4.5.0
Python Version
v3.9.10
Chip Description
esp32-s3
Device Description
LilyGo T-Display S3
Hardware Configuration
No response
How is Esptool Run
VSCode + PlatformIO
Full Esptool Command Line that Was Run
python esptool.py --trace --chip esp32s3 --port "COM5" --baud 460800 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 16MB 0x0000 bootloader.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 firmware.bin
Esptool Output
More Information
With the esptool.py v4.2.1 its working successful!
Other Steps to Reproduce
No response
I Have Read the Troubleshooting Guide