Build across different computers producing different binaries
Posted: Thu Dec 07, 2023 5:34 pm
Heya!,
I been working on an ESP32-S2 based project during this year, and recently we switched up from the MINI chip version to the SOLO version, and we changed the programs accordingly.
After this change I been having an odd problem, When I build the project from computer A, no matter the computer used to flash the chip, it starts having unexpected behaviors and overall the firmware it's unstable. However, when I build the project from computer B, now the behavior it's as expected and the firmware it's completely stable.
I checked the binary files, and aside the differences from dates and times of building the binaries have a lot of differences from each other.
What could be the source for this problem?
I also tried searching for related topics to solve my problem, but I found nothing
Here it's an Screenshot from differences between the project binaries:
- xxx-application.bin - bootloader.bin - partition-table.bin
Both files are the same, completely!
Program characteristics
- ESP-IDF version: v4.4.3
- Python Env version: 3.9
I been working on an ESP32-S2 based project during this year, and recently we switched up from the MINI chip version to the SOLO version, and we changed the programs accordingly.
After this change I been having an odd problem, When I build the project from computer A, no matter the computer used to flash the chip, it starts having unexpected behaviors and overall the firmware it's unstable. However, when I build the project from computer B, now the behavior it's as expected and the firmware it's completely stable.
I checked the binary files, and aside the differences from dates and times of building the binaries have a lot of differences from each other.
What could be the source for this problem?
I also tried searching for related topics to solve my problem, but I found nothing
Here it's an Screenshot from differences between the project binaries:
- xxx-application.bin - bootloader.bin - partition-table.bin
Both files are the same, completely!
Program characteristics
- ESP-IDF version: v4.4.3
- Python Env version: 3.9