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

Write support for FAT32 #26

Open
o8vm opened this issue Sep 20, 2020 · 5 comments
Open

Write support for FAT32 #26

o8vm opened this issue Sep 20, 2020 · 5 comments
Labels
enhancement New feature or request

Comments

@o8vm
Copy link
Owner

o8vm commented Sep 20, 2020

KRaBs supports the FAT32 filesystem, but only the read feature is available. To add the recovery mode feature #18 , we need to implement write() for FAT32 module as well.

@o8vm o8vm added the enhancement New feature or request label Sep 20, 2020
@Spxg
Copy link

Spxg commented Sep 27, 2020

hello o8vm, I'm rewriting the fat32 crate. I hope that would be useful for you.

@o8vm
Copy link
Owner Author

o8vm commented Oct 4, 2020

Hi! Thanks for the information of your fat32 crate.
Your implementation looks very nice and clean. I've been referring to it since the first implementation!

I'm rewriting the fat32 crates.

Very cool!
I’ll be sure to check this out.

@Spxg
Copy link

Spxg commented Oct 8, 2020

bootloader
It seems work well in my embedded device.

@Spxg
Copy link

Spxg commented Oct 16, 2020

Hi, new version has released. Tests passed in my bootloader. I hope that would be useful for you.

@o8vm
Copy link
Owner Author

o8vm commented Nov 4, 2020

Thank you! I'll be sure to check it out when I get time.

@o8vm o8vm changed the title Wtite support for FAT32 Write support for FAT32 Nov 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants