-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Mute SDHCI REGISTER DUMP #3657
Comments
dtparam=sd_poll_once |
Although I beleive that will disable SD card hotplug? |
Yes it will:
Are you suggesting we should alter the upstream SDHCI driver? |
Seems odd that simply polling for it produces such a large error message, I would expect polling to be quiet unless there was actually something wrong. |
I second this approach. |
The MMC/SD standard is pretty horrible. In order to work out what kind of card is present you have to try a bunch of things and if they timeout then you know it wasn't one of them. The MMC framework (or perhaps just the driver) doesn't distinguish between expected and unexpected timeouts, and the driver reports both the same. The issue |
Perhaps we disable the broken-cd property if the root file system is NFS or USB-MSD since Pi 4 has card-detect so it shouldn't need to poll. Although, if card-detect is muxed with something else that could cause problems. |
kernel: 4.19.120
I'm running rpi4 directly from the usb storage and see this log in:
serial console
,journald
anddmesg
:Would you please consider to mute this repetitive message?
The text was updated successfully, but these errors were encountered: