Skip to content

Add default 16MB partition to esp32wroverkit #10015

Closed
@tutotio

Description

@tutotio

Related area

Board support

Hardware specification

ESP32 Wrover Kit (all versions)

Is your feature request related to a problem?

Default 8MB partition is defined for ESP32 Wrover Kit (all versions), but default 16MB partition is not defined

Describe the solution you'd like

Add this lines to boards.txt file:

esp32wroverkit.menu.FlashSize.16M.build.partitions=default_16MB

esp32wroverkit.menu.PartitionScheme.default_16MB=16M with spiffs (6.25MB APP/3.43MB SPIFFS)
esp32wroverkit.menu.PartitionScheme.default_16MB.build.partitions=default_16MB
esp32wroverkit.menu.PartitionScheme.default_16MB.upload.maximum_size=6553600

Thank you :-)

Describe alternatives you've considered

No response

Additional context

No response

I have checked existing list of Feature requests and the Contribution Guide

  • I confirm I have checked existing list of Feature requests and Contribution Guide.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions