(resolved) creating custom partition
Posted: Wed Nov 07, 2018 4:41 pm
Hi all -
I'm still trying to figure out how to do the serialization of our ESP32-based products. I have to load each unit with a unique MAC address and serial number assigned by us (can't use the MAC supplied through Espressif).
A couple questions about partitions:
1. I notice that the first partition in the default table is nvs, and begins at offset 0x9000. Is the space below that reserved, or can I use it?
2. If I can't use this space, I assume I can make the nvs partition smaller and create another partition to use that recovered space?
2. I've read the pages on creating a partition .bin file. How does one go about flashing this file (to load just one partition)?
Thanks...
I'm still trying to figure out how to do the serialization of our ESP32-based products. I have to load each unit with a unique MAC address and serial number assigned by us (can't use the MAC supplied through Espressif).
A couple questions about partitions:
1. I notice that the first partition in the default table is nvs, and begins at offset 0x9000. Is the space below that reserved, or can I use it?
2. If I can't use this space, I assume I can make the nvs partition smaller and create another partition to use that recovered space?
2. I've read the pages on creating a partition .bin file. How does one go about flashing this file (to load just one partition)?
Thanks...