Partition table without factory partition

TypingRabbit
Posts: 1
Joined: Wed Feb 19, 2020 6:59 pm

Partition table without factory partition

Postby TypingRabbit » Wed Feb 19, 2020 7:03 pm

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

ESP_Sprite
Posts: 8921
Joined: Thu Nov 26, 2015 4:08 am

Re: Partition table without factory partition

Postby ESP_Sprite » Wed Feb 19, 2020 7:38 pm

If there is no factory app, the bootloader will normally just always boot from the active OTA app.

Who is online

Users browsing this forum: No registered users and 125 guests