You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
Unable to parse Application Information from a ESP32-C6 image
Unable to parse Application Information from a ESP32-C6 image (ESPTOOL-970)
Dec 4, 2024
Hi @mzakharocsc, thanks for noticing this. You are not entirely right, because DROM and IROM segments share the same address space for newer chips, so the data are still in DROM, only the address is incorrect. Will fix that as soon as possible.
Operating System
Xbuntu 22.04
Esptool Version
v4.8.1
Python Version
Python 3.10
Full Esptool Command Line that Was Run
esptool.py image_info --version 2 fw.bin
Esptool Output
What is the Expected Behaviour?
Application information to be the last section of the report.
More Information
The tool is looking for
DROM
segment for application information, when the image header resides in the firstIROM
segment in the ESP32-C6 image.Other Steps to Reproduce
No response
The text was updated successfully, but these errors were encountered: