large_littlefs_32MB.csv contains wrong partition subtype
Author: landallCreated Sep 12, 2026Updated Sep 12, 2026
LabelsStatus: Awaiting triageIDE: Arduino IDE
Board
ESP32 S3
Device Description
ESP32 S3
Hardware Configuration
not needed
Version
v3.3.11
Type
Bug
IDE Name
Arduino IDE 2.3.8
Operating System
Windows 10
Flash frequency
not needed
PSRAM enabled
yes
Upload speed
not needed
Description
\Local\Arduino15\packages\esp32\hardware\esp32\3.3.11\tools\partitions\large_littlefs_32MB.csv it contains wrong subtype, not littlefs but spiffs.
Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000, otadata, data, ota, 0xe000, 0x2000, app0, app, ota_0, 0x10000, 0x480000, app1, app, ota_1, 0x490000,0x480000, spiffs, data, spiffs, 0x910000,0x16E0000, coredump, data, coredump,0x1FF0000,0x10000,
Sketch
not neededDebug Message
not neededOther Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
- I confirm I have checked existing issues, online documentation and Troubleshooting guide.
Source: espressif/arduino-esp32