espressif / esp-rom-elfs

Espressif ROM binaries
https://github.com/espressif/esp-rom-elfs/releases
Apache License 2.0
15 stars 3 forks source link

Is the ESP32-S3 ELF up to date? #2

Closed urish closed 2 years ago

urish commented 2 years ago

I see a different version string in the ELF file v.s. the actual ROM in an ESP32-S3 production chip:

ELF: esp32s3-20200522
Chip: esp32s3-20210327

Does the provided ELF file belong to an older chip revision?

Lapshin commented 2 years ago

@urish thank you for reporting this issue.

Could you please run esptool.py chip_id and post the output here?

urish commented 2 years ago

I'm currently traveling, so I won't have access to the physical chip for the next 2 weeks. I can post the ROM dump here if it helps

Lapshin commented 2 years ago

@urish , no thanks, I already have this. Have a good trip :)

Lapshin commented 2 years ago

@urish , the wrong rom for esp32s3 was released. Please use the last release from https://github.com/espressif/esp-rom-elfs/releases

Thank you for finding it!

urish commented 2 years ago

The updated version looks good, thanks!