Skip to content

Add default 16MB partition to esp32wroverkit #10015

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 task done
tutotio opened this issue Jul 12, 2024 · 1 comment · Fixed by #10016
Closed
1 task done

Add default 16MB partition to esp32wroverkit #10015

tutotio opened this issue Jul 12, 2024 · 1 comment · Fixed by #10016
Assignees
Labels
Status: In Progress ⚠️ Issue is in progress Type: Feature request Feature request for Arduino ESP32
Milestone

Comments

@tutotio
Copy link
Contributor

tutotio commented Jul 12, 2024

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.
@tutotio tutotio added the Type: Feature request Feature request for Arduino ESP32 label Jul 12, 2024
@P-R-O-C-H-Y
Copy link
Member

Hi @tutotio, can you handle to open a PR with proposed change? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: In Progress ⚠️ Issue is in progress Type: Feature request Feature request for Arduino ESP32
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants