Skip to content

Make Partitions clearly visible and allow easy definition #376

@ullix

Description

@ullix

I am frustrated with the overly brief description of Partitions in the A IDE's Tools->Partition Scheme. As I am using ESP32s with different amount of Flash combined with different File systems, I often need to dig into the Python code offerings of Espressif just to see the actual partitions.

What I would like to see:

  • the option for a printout of the current partitions from within the IDE like this:
#       Name,       Type,   SubType,    Offset,     Size,      Flags
        nvs,        data,   nvs,        0x9000,     0x5000,
        otadata,    data,   ota,        0xe000,     0x2000,
        app0,       app,    ota_0,      0x10000,    0x140000,
        app1,       app,    ota_1,      0x150000,   0x140000,
        spiffs,     data,   spiffs,     0x290000,   0x170000,
#       ffat,       data,   fat,        0x290000,   0x170000,
  • the option to include a file like partitions.csv with the above content, which the IDE would use to set the partitions

It was rumored that the second option already existed, but that was not true at least for my A 1.8.13 installation.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions