Skip to content
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

Fix partition names in board.txt #7120

Merged
merged 4 commits into from
Aug 16, 2022

Conversation

P-R-O-C-H-Y
Copy link
Member

@P-R-O-C-H-Y P-R-O-C-H-Y commented Aug 12, 2022

Description of Change

As issue #7113 was reported, I got through all partitions and checked if the names corresponds to them.

Fixed:
8M Flash (3MB APP/1.5MB FAT) -> 8M with spiffs (3MB APP/1.5MB SPIFFS)

Typo aligned from FAT to FATFS:
16M Flash (2MB APP/12.5MB FAT) -> 16M Flash (2MB APP/12.5MB FATFS)

More precise FATFS size in 16MB partition.
16M Flash (3MB APP/9MB FATFS) -> 16M Flash (3MB APP/9.9MB FATFS)

Tests scenarios

Related links

Closes #7113

@P-R-O-C-H-Y P-R-O-C-H-Y self-assigned this Aug 12, 2022
@P-R-O-C-H-Y P-R-O-C-H-Y merged commit 190db72 into espressif:master Aug 16, 2022
@P-R-O-C-H-Y P-R-O-C-H-Y deleted the partition_schemes_check branch August 16, 2022 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ESP32-S3 DevKit 8MB partition scheme mislabeled
2 participants