Hi,
Has anyone gotten LittleFS fuse to work on macOS or WSL ( the Ubuntu Linux that you can run on Windows )
Thanks,
Alex
Hi,
Has anyone gotten LittleFS fuse to work on macOS or WSL ( the Ubuntu Linux that you can run on Windows )
Thanks,
Alex
If youâre on Windowâs, Iâve seen this relatively new project:
Other than that there is the Linux-compatible FUSE driver. This PR looks like it adds Mac support, though it hasnât been merged yet:
thanks! I tried the windows app, and just in case anyone else is looking, I also found this, that compiles the littleFS C repo for Windows or Linux, then puts a Python wrapper around it. Notes:
HOWEVER, beware, itâs compiling littleFS 2.17, so it wontâ work with littleFS as present in mbed ( which is still on 1.x, which is a different drive format ). I tried to back the submodule of littleFS repo back to a 1.x release, but it broke the python somehow.
( I also think the windows app mentioned above also targets littleFS drive version 2.x )
@geky We have our own fork of mbed here, do you see any reason not to just push littleFS 2.17 into our mbed fork? We donât have any legacy ( 1.x ) littleFS devices to support. Is 2.17 stable and well tested at this point?