Skip to content
Discussion options

You must be logged in to vote

@ma261065 Yes this is definitely supported.

FWIW, I'm guessing you're using a 16MiB-OTA configuration, in which case these numbers come from the partiton table: https://github.com/micropython/micropython/blob/master/ports/esp32/partitions-16MiB-ota.csv

(you can also extract this out of partition-table.bin, which is generated from that csv file)

For a given flash size + configuration, these offsets and sizes must remain fix, otherwise new firmware updates will be unable to access the filesystem partition.

For the other partitions, only nvs if you're using NVS (and want to restore that data).

Replies: 2 comments 2 replies

Comment options

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

ma261065 Aug 14, 2023
Author Sponsor

@jimmo
Comment options

Answer selected by ma261065
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
Labels
None yet
2 participants