We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How is it possible to check wether ECC is active and working?
Usually one can use:
dmidecode --type memory
but this gives:
Scanning /dev/mem for entry point. No SMBIOS nor DMI entry point found, sorry.
Another method would be:
edac-utils
this gives:
edac-util: Fatal: Unable to get EDAC data: Unable to find EDAC data in sysfs
The text was updated successfully, but these errors were encountered:
ECC feature is initialize by U-Boot and handled silently from Linux perspective.
You should see at U-Boot startup that the ECC feature is enabled.
Sorry, something went wrong.
No branches or pull requests
How is it possible to check wether ECC is active and working?
Usually one can use:
but this gives:
Another method would be:
this gives:
The text was updated successfully, but these errors were encountered: