Skip to content

geky/littlefs-grapher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A quick and dirty script for debugging littlefs images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published