Which are the diff between a released firmware and the compiled one? #12764
Unanswered
MauroDiamantino
asked this question in
ESP32
Replies: 2 comments
-
How much of a size difference? Are you building at the release tag? Probably the most useful way to compare the two builds is with:
(That's just the output for a random board on my desk, but at least will let you compare how the release and the local firmware are made) |
Beta Was this translation helpful? Give feedback.
0 replies
-
How are you building and encrypting the data partition? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm seeing differences in size and behavior between a released firmware (published here) and the firmware I get if I compile the git project with idf.py v5.0.2. Taking into account, the same micropython version (v1.21.0) and the same variant (generic). Are the differences in the esp-idf version?
I've enabled flash encryption in the ESP32 (I'm using a ESP-WROOM-32 board with a ESP32-D0WD-V3 chip) and I'm pre-encrypting the micropython firmware and then I write in the board. Both firmware work well but the compiled version isn't able to access the data partition. I get
OSError: [Errno 19] ENODEV
when I try to open a file.Beta Was this translation helpful? Give feedback.
All reactions