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

SD card filesystem #162

Closed
prusnak opened this issue May 20, 2019 · 3 comments
Closed

SD card filesystem #162

prusnak opened this issue May 20, 2019 · 3 comments
Assignees
Labels
core Trezor Core firmware. Runs on Trezor Model T and T2B1. hardware only Issue which does not appear on the emulator - but on physical device only.
Milestone

Comments

@prusnak
Copy link
Member

prusnak commented May 20, 2019

In order to use the SD card, we need to decide which filesystem will be used.

Currently I see two options:

FAT32 LittleFS
➕ major OS support ➖ not supported on major OS
➖ complex ➕ simple
➖ not power-loss resilient ➕ power-loss resilience
➖ not optimized for SD cards ➕ dynamic wear leveling

There are also other options such as JFFS2 or YAFFS.

@prusnak prusnak added architecture core Trezor Core firmware. Runs on Trezor Model T and T2B1. hardware only Issue which does not appear on the emulator - but on physical device only. labels May 20, 2019
@prusnak prusnak added this to the 2019-07 milestone May 20, 2019
@ciny
Copy link
Contributor

ciny commented May 21, 2019

WSL2 should add full linux system call compatibility to windows 10 so FUSE should work source, hopefully littlefs-fuse will too. It won't be "out of the box" support but better than nothing.

@tuxxy
Copy link

tuxxy commented Jun 3, 2019

I'm +1 on FAT32 because of the OS support.
Are there other goals of including the SD card support that may sway me towards a different FS?

@ZdenekSL ZdenekSL modified the milestones: 2019-07 , backlog Jun 7, 2019
@prusnak prusnak self-assigned this Jun 11, 2019
@ZdenekSL ZdenekSL modified the milestones: backlog, 2019-08 Jun 26, 2019
@prusnak
Copy link
Member Author

prusnak commented Jun 26, 2019

Implemented in #264

@prusnak prusnak closed this as completed Jun 26, 2019
@ZdenekSL ZdenekSL added the W5 label Aug 6, 2019
@prusnak prusnak added W13 and removed W5 labels Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Trezor Core firmware. Runs on Trezor Model T and T2B1. hardware only Issue which does not appear on the emulator - but on physical device only.
Projects
None yet
Development

No branches or pull requests

4 participants