Open gregtoth opened 1 month ago
@gregtoth , thank you for spotting that so quickly!
It's not a bug. Checksums are different in the release because binaries were stripped with different toolchains.
We will use release https://github.com/espressif/esp-rom-elfs/releases/tag/20241011 which has the same checksums as in the prior release.
Checklist
How often does this bug occurs?
always
Expected behavior
Since esp32s3_rev0_rom.elf is still marked as “rev0” and internally shows esp32s3-20210327, I’m expecting the SHA256 hash of the elf file to be the same as prior releases.
Actual behavior (suspected bug)
The SHA256 hash of esp32s3_rev0_rom.elf in the 20241010 pre-release is different than the hash in all prior releases of this same file.
Error logs or terminal output
No response
Steps to reproduce the behavior
Project release version
20241010 pre-release
System architecture
Intel/AMD 64-bit (modern PC, older Mac)
Operating system
Linux
Operating system version
Ubuntu
Shell
Bash
Additional context
No response