Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to mount the internal flash as a FUSE filesystem #990

Merged
merged 6 commits into from
May 2, 2024

Conversation

JeffmeisterJ
Copy link
Contributor

This pull request adds a command line option to mount the internal flash and it's separate partitions as a FUSE filesystem. This can be useful for modifying or repairing devices that refuse to boot, without making a full flash dump.

A FUSE filesystem is also relatively easy to implement, as all the primitives needed to read and write to arbitrary locations are already implemented.

@bkerler bkerler merged commit 89afbbb into bkerler:main May 2, 2024
1 check passed
@bkerler
Copy link
Owner

bkerler commented May 2, 2024

Thx, great stuff !

@team-orangeBlue
Copy link

Great job!

Now no windows device will run this without further setup.
image

@samuel1003
Copy link

Please add missing requierements to run latest update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants