-
Notifications
You must be signed in to change notification settings - Fork 7.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
ESP32S3 Cannot start after downloading the program (IDFGH-6142) #7821
Comments
@Kevincoooool Do I understand this correctly that this problem only persist on one particular module and if you flash the same project to other modules these other modules don't have problems running the application? |
@Kevincoooool Thanks for reporting, would you please help share if any updates for the issue? Thanks. |
Hello, when I use the D2 version of ESP32S3, I downloaded the program normally as usual. After the download, I restarted and the above error occurred. It was accidental and there was no specific condition. It appeared twice. I opened the shield. After replacing the FLASH chip, re-downloading is normal, indicating that the FLASH chip is damaged by ESP32 |
@Kevincoooool we had the same problem, but with the ESP32C3, and we put the module in boot mode and then start ESP-IDF cmd tool. After this we go to our project folder and run We "broke" our flash while we tried to program with the wrong target settings. Hope this can help you out |
Same error when following the tutorials in https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html#step-8-build-the-project command
error message:
|
I have the same problem. I solved this problem by unplugging and reinserting the USB. |
I have the same problem, but unplugging and reinserting the USB didn't work for me: ESP-ROM:esp32s3-20210327 |
Has anyone found a solution yet? |
Having the same issue. Any solution? |
Bump, seeing the same issue - board was working fine, and then started getting this invalid image block issue Power cycling does not resolve, reverting to an older project doesnt resolve, erasing flash, fresh clone/build doesnt fix. Any possibility its an issue with secure boot? Damage to hardware? |
Having the same issue. Any solution?
|
Same issue with mine. Any solutions? or do i have to solder a new module? |
经常出现, 太难受了 |
|
just encountered this. ordering a replacement board for now |
使用PlatformIO+Arduino按网上的方法配置Falsh和PSRAM后,下载程序就不停的发送以下内容: 在platformio.ini文件中配置内如如下: 如果把上面新增的配置内容删掉就正常了。 |
I've had a similar issue with the ESP32-C6 chip. My resolution was fixing the bootloader's flash address. It used to be I see that the S3 has the same bootloader address so it might be the issue for you too. https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-guides/bootloader.htm
It is always a good idea to erase the flash entirely when flashing a new image, eg.: |
I have the same issue on an ESP32S3 AI-S3 module ESP32-S3-WROOM-1 MON8R2 (similar to YD-ESP32-23 2022-V1.3 which in turn is similar to esp32s3 devkitc:
I've tried erasing the flash, flashing manually, espressif tool to flash (flash_download_tool_3.9.5) and nothing works.
|
Solved by setting flash frequency at 120Mhz |
The problem is the bootloader address
Find wherever you performed the flash, and change your incorrect 0x1000 to 0x0 and re-flash. |
I have been struggling with this same issue for several days now. When connecting with an ArduinoIDE the output logged things like
Reverting to a previous firmware which had worked fine before also gave issues like:
Today I found that via ArduinoIDE I was able to flash an example Erase the flash ( As a last resort, after Googling for days did not get me the solution and after a short walk outside listening to 'The AI Fix' podcast (which I can recommend), I thought what the hell, I'll ask ChatGPT. In Home Assistant I have the 'Advanced SSH & Web Terminal' to have a normal terminal on the HA host. Then, using
And now the device works again 🎉 . |
After I downloaded the program as usual, the restart prompt failed to start. It has happened twice, and it can only be solved by replacing the module. Is the module damaged?
这种情况是FLASH已损坏,需要打开屏蔽罩更换FLASH芯片即可
The text was updated successfully, but these errors were encountered: