Skip to content

Add partition table #5359

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
ulas95 opened this issue Jul 6, 2021 · 3 comments
Closed

Add partition table #5359

ulas95 opened this issue Jul 6, 2021 · 3 comments
Labels
Resolution: Duplicate Issue is a duplicate of another issue Status: Stale Issue is stale stage (outdated/stuck)

Comments

@ulas95
Copy link

ulas95 commented Jul 6, 2021

hi, i am trying to develop hardware with wroom 16mb. I need a partition table with 3mb app and 12.9mb spiffs and no ota. Can you add this in ESP32 Dev Module? I made an example partition table. I am sharing this below.

Hardware:

Board: ESP32 Dev Module
Core Installation version: 1.0.3
IDE name: Arduino IDE
Flash Frequency: 40Mhz
PSRAM enabled: no
Upload Speed: 115200
Computer OS: Windows 10

3mb app 12.9mb spiffs, No ota partition table:

Name, Type, SubType, Offset, Size, Flags

nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x300000,
spiffs, data, spiffs, 0x310000, 0xCF0000,

@lbernstone
Copy link
Contributor

#4551

@VojtechBartoska VojtechBartoska added the Resolution: Duplicate Issue is a duplicate of another issue label Jul 7, 2021
@stale
Copy link

stale bot commented Sep 6, 2021

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Status: Stale Issue is stale stage (outdated/stuck) label Sep 6, 2021
@stale
Copy link

stale bot commented Sep 22, 2021

[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions.

@stale stale bot closed this as completed Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Duplicate Issue is a duplicate of another issue Status: Stale Issue is stale stage (outdated/stuck)
Projects
None yet
Development

No branches or pull requests

3 participants