Page 1 of 1

Partition table without factory partition

Posted: Wed Feb 19, 2020 7:03 pm
by TypingRabbit
Hello,

in the current project I am currently trying to realize we need as much NVS memory as possible and as much memory as possible for each OTA partition.

Now my question is if there is anything to consider when simply removing the factory partition from the partition table "Factory app, two OTA definitions"?

Here is my current partition table:

Code: Select all

# Espressif ESP32 Partition Table
# Name,     Type,   SubType,    Offset,     Size, Flags
nvs,        data,   nvs,        0x9000,     0xF3000,
otadata,    data,   ota,        0xFD000,    0x2000,
phy_init,   data,   phy,        0xFF000,    0x1000,
ota_0,      0,      ota_0,      0x100000,   0x180000,
ota_1,      0,      ota_1,      0x280000,   0x180000,
Many greetings
TypingRabbit

Re: Partition table without factory partition

Posted: Wed Feb 19, 2020 7:38 pm
by ESP_Sprite
If there is no factory app, the bootloader will normally just always boot from the active OTA app.