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

Log a warning for slow SD cards #191

Merged
merged 1 commit into from
Sep 22, 2024
Merged

Log a warning for slow SD cards #191

merged 1 commit into from
Sep 22, 2024

Conversation

androda
Copy link
Contributor

@androda androda commented Sep 19, 2024

Slower SD cards can have pretty abysmal performance.
For example a class 2 card I tested benchmarked at 4MB read and 600kb write in SCSI Director.

These changes log a warning in this format just to point out that a slow card is being used, for example in the case of the Class 2 card I tested:
---- WARNING: Your SD Card Speed Class is 2. Class 10 or better is recommended for best performance.

@erichelgeson erichelgeson merged commit bb09517 into main Sep 22, 2024
1 check passed
morio added a commit to ZuluSCSI/ZuluSCSI-firmware that referenced this pull request Oct 3, 2024
This code has been adapted from BlueSCSI/BlueSCSI-v2#191
It uses an updated SDFat library to report a warning if the SD card's
speed class is below 10.

Co-authored-by: androda <3105206+androda@users.noreply.github.com>
morio added a commit to ZuluIDE/ZuluIDE-firmware that referenced this pull request Oct 4, 2024
This change warns the user if they are using an SD card below the speed
class of 10.

Based on the ZuluSCSI commit ZuluSCSI/ZuluSCSI-firmware@28f68ac
which is based off of BlueSCSI/BlueSCSI-v2#191

Co-authored-by: androda <3105206+androda@users.noreply.github.com>
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.

2 participants