maxgerhardt / pio-esp32-esp8266-filesystem-downloader

Script for expanding PlatformIO's ability to download LittleFS and SPIFFS filesystems from ESP32 and ESP8266 chips and their contents
33 stars 9 forks source link

Feature request: littlefs for ESP32 #2

Open Jason2866 opened 3 years ago

Jason2866 commented 3 years ago

Great addon! It would be great if you add littlefs for ESP32. We use it for ESP32 already. See Tasmota

wimmatthijs commented 3 years ago

Also kindly requesting this feature :)

3gyptian commented 2 years ago

ditto!

Munger commented 1 year ago

Has there been any update on this feature?

Endorfin35 commented 12 months ago

great... any plans for esp32 and littlefs?

Jason2866 commented 12 months ago

In the meantime we did a workaround. To unpack files correctly mklittlefs needs to be compiled with a different setting. The updated mklittlefs is in pio registry https://registry.platformio.org/tools/tasmota/tool-mklittlefs and the modified script von Max is here

maxgerhardt commented 12 months ago

Yeah I'll try and update this repo's scripts today so that all current possible filesystems (SPIFFS, LittleFS, FatFS) are supported properly. Shouldn't be that much of a deal.

Jason2866 commented 11 months ago

@maxgerhardt We updated our script (based on yours) to read the LittleFS addresses from the device itself (Tasmota can change partitions on the fly) to make sure the are always correct. No more partition.csv is needed/used. https://github.com/arendst/Tasmota/blob/development/pio-tools/custom_target.py