GitXplorerGitXplorer
t

littlefs-disk-img-viewer

public
33 stars
5 forks
2 issues

Commits

List of commits on branch main.
Verified
892956d929ffbdce6ad526c4183cf98ec1e6ab06

Update binaryen to v119

ttniessen committed 13 days ago
Verified
a242f6aba17e1ea41de12a0b7eeceef5b3e94772

Update binaryen to v118

ttniessen committed 17 days ago
Verified
af9fc53d0229474db8c8885e0d7fbdaa9a282515

Update GitHub Actions

ttniessen committed 17 days ago
Unverified
b13adaf5b48ca174f43295bf2028841b5ea4b399

Update heroicons to v2.1.5

ttniessen committed 17 days ago
Unverified
b41b1079afa4ff77cb0a6774e5dbd7f68c041710

Update littlefs to version 2.9.3

ttniessen committed 17 days ago
Unverified
fa47228e6c70b58bbcc2014b6fc3775f1f1db7a1

Update heroicons to v2.0.18

ttniessen committed a year ago

README

The README file for this repository.

littlefs disk image viewer

This tool allows browsing littlefs disk images from within your web browser.

Click here to use the most recent version of this application.

How it works

This application implements an emulated block device for littlefs, which has been compiled to WebAssembly. By only loading the parts of the disk image that are currently used by littlefs, almost arbitrarily large disk images can be loaded without requiring much memory. By default, the application caches up to 1 MiB of data in memory and allocates 64 KiB of memory for the littlefs implementation.

Troubleshooting

This web application requires a modern web browser to work. If you are using an older web browser, please update your browser before filing a bug report.

This tool does not support the old file system structure that was used by older versions of littlefs. Try using lfs_migrate to convert your disk image to the new file system layout before attempting to mount it.

While most options can be determined automatically, the block size cannot. If mounting fails or directory contents are not displayed correctly, please ensure that you entered the correct block size for the disk image you are trying to mount.