littlefs-project / littlefs

A little fail-safe filesystem designed for microcontrollers
BSD 3-Clause "New" or "Revised" License
4.92k stars 774 forks source link

mklfs tool #100

Open jolivepetrus opened 5 years ago

jolivepetrus commented 5 years ago

Hi guys,

From the Whitecat Team we have developed a tool to make a littlefs image from a host computer, and then flash it. Maybe you are interested on it:

https://github.com/whitecatboard/Lua-RTOS-ESP32/tree/master/components/mklfs

geky commented 5 years ago

Hi @jolivepetrus, thanks for sharing. Is there a documentation page for the tool? I'd love to link to it in the related projects section of the readme.

Also do you know if this tool would work on Windows?

Relatedly, I have a FUSE implementation over here. This guys also supports flashing and filesystem access but is currently very limited to Linux.