Closed philbowles closed 1 year ago
Using the Windows binary extracted from x86_64-w64-mingw32-mklittlefs-295fe9b on Windows7 (yes, I know :( )
x86_64-w64-mingw32-mklittlefs-295fe9b
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:
-p 256 -b 8192 -s 1024000
If on the other hand, I unpack it into an existing folder, it appears that all the expected files are indeed in the image
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:If on the other hand, I unpack it into an existing folder, it appears that all the expected files are indeed in the image