earlephilhower / mklittlefs

Utility for creating LittleFS images for upload on the ESP8266 and RP2040 Pico
MIT License
159 stars 54 forks source link

--list option not working #14

Closed philbowles closed 1 year ago

philbowles commented 3 years ago

Using the Windows binary extracted from x86_64-w64-mingw32-mklittlefs-295fe9b on Windows7 (yes, I know :( )

I have a folder of data for my LittleFS image. I create a 64K image using all default values, then list it using the -l option. All is as expected.

I then repeat to build a 1M image of the same data folder using parameters -p 256 -b 8192 -s 1024000. When I list it I get no output:

image

If on the other hand, I unpack it into an existing folder, it appears that all the expected files are indeed in the image

image