Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 691 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 691 Bytes

A quick and dirty script for debugging littlefs images by rendering the filesystem to a web browser.

This script was thrown together hastily and may or may not work. Use at your own risk!

Only possible because of these projects:

How to use:

# Note! the following must be named data.json
$ ./littlefs-grapher.py image > data.json
$ python -m SimpleHTTPServer 1234

Now you can navigate to https://localhost:1234 in a web browser.

You can find an example (with the littlefs source tree) on the gh_pages branch:
https://geky.github.io/littlefs-grapher/graph.html