arduino-esp32
arduino-esp32 copied to clipboard
ESP32-S3 DevKit 8MB partition scheme mislabeled
Board
ESP32-S3-DevKitC
Device Description
N/A
Hardware Configuration
N/A
Version
v2.0.4
IDE Name
Arduino IDE
Operating System
Windows 10
Flash frequency
N/A
PSRAM enabled
yes
Upload speed
N/A
Description
For the ESP32-S3 Dev Module, the 8MB partition scheme is listed as "8M Flash (3MB APP/1.5MB FAT)", but the corresponding default_8MB.csv file shows SPIFFS is used, not FAT. For consistency with other partition schemes, the relevant boards.txt line should be something like:
esp32s3.menu.PartitionScheme.default_8MB=8M Flash (3MB APP/1.5MB SPIFFS)
There is also a lack of consistency between the various partition scheme labels: ffat/FAT/FATFS, spiffs/SPIFFS, two entries labeled as default, etc.
Sketch
N/A
Debug Message
N/A
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
- [X] I confirm I have checked existing issues, online documentation and Troubleshooting guide.
Yes, you are right, thanks for reporting! It deserves a full review of all the schemes, names and files.