Skip to content

ESP32 Update.h V2 #7693

Jan 10, 2023 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

As an update for anyone searching and finding this in the future.
The main issue I was suffering did indeed turn out to be something simple. The default ESP32 partition map has changed between V1 and V2. In V1 the SPIFFS partition has size 0x170000, in V2 this is reduced to 0x160000. So the SPIFFS images (which I was creating from command line using mkspiffs rather than from the arduino IDE) would not fit.
In V2 there is a partition coredump at 0x3F0000 size 0x10000
It was also necessary to change, for example:
SYSTEM_EVENT_ETH_START to ARDUINO_EVENT_ETH_START as required.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@mjtrini
Comment options

@bill-i-am-code
Comment options

Answer selected by bill-i-am-code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants