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

Writing to SD card is slow #3

Open
mbeckersys opened this issue Jun 8, 2017 · 0 comments
Open

Writing to SD card is slow #3

mbeckersys opened this issue Jun 8, 2017 · 0 comments
Assignees

Comments

@mbeckersys
Copy link
Member

Due to lack of advanced buffering methods, writing to the SD card has a low throughput at the moment (around 500 kByte/s). This is because setting up a DMA transaction takes a certain amount of time, so we need to write long bursts instead of only 512Bytes every transaction. This needs to be fixed in the implementation of the FAT32 FS.

Probably merge newest changes from Ada FAT FS from AdaCore/Ada_Drivers_Library, which is where we forked from.

@mbeckersys mbeckersys self-assigned this Jun 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant