-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
高版本ESPTOOLS烧录提示MD5校验错误 (ESPTOOL-991) #1052
Comments
Hi @Exculivor. Could you please try to use esptool directly instead of the flash_download_tool? Here is a guide how to set up a separate esptool installation: https://docs.espressif.com/projects/esptool/en/latest/esp32/installation.html#virtual-environment-installation. Please install the latest version of esptool, version 4.8.1. Are you experiencing the same issue with it? If yes then please share the logs after adding the |
Hi, I have updated the version as you suggested, but the problem still persists. Here is the log I captured as you instructed. Please help me check where the problem lies. Thank you for your efforts! |
This is the log after I downgraded ESPTOOLS to version 4.6.2. |
After downgrading the version of ESPTOOLS, the firmware was flashed successfully. Moreover, it has been tested and is operating normally. This is the log when flashing the firmware with VSCode + IDF after downgrading the version:
This is the log transmitted back from the ESP32 after it starts running.
|
Operating System
Win11
Esptool Version
v4.7.dev3
Python Version
py3.11
Chip Description
ESP32S3R8V
Device Description
ESP32S3R8V+GD25LQ256DWIGR
Hardware Configuration
SCH.pdf
How is Esptool Run
VSCODE
Full Esptool Command Line that Was Run
C:\Users\Administrator.espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:\Users\Administrator.espressif\frameworks\esp-idf-v5.1.2\components\esptool_py\esptool\esptool.py -p COM51 -b 460800 --before default_reset --after hard_reset --chip esp32s3 write_flash --flash_mode dout --flash_freq 80m --flash_size detect 0x0 bootloader/bootloader.bin 0x10000 hello_world.bin 0x8000 partition_table/partition-table.bin
Esptool Output
More Information
硬件:ESP32S3R8V+GD25LQ256DWIGR
工具:flash_download_tool_3.9.7、flash_download_tool_3.9.4
IDE:VS CODE + ESP-IDF V5.1.2、esptool.py v4.7.dev3
现象:使用flash_download_tool_3.9.4可以正常烧录,使用VSCODE或者使用flash_download_tool_3.9.7下载都提示MD5校验失败。把flash_download_tool_3.9.7的spi_download.conf里面的verify = True改成False能正常下载。
ESP32下载失败图片.zip
Other Steps to Reproduce
No response
I Have Read the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: