-
Notifications
You must be signed in to change notification settings - Fork 80
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
get_fru_inventory() fails with DecodingError('checksum failed') #186
Comments
Sounds like the FRU data is broken (the last byte of the area is not correct). |
Thanks for your quick reply. So this would be an issue with my board? |
At this point I would say yes. Do you know if the |
Yes, ipmitool seems to be able to read fru data:
|
what version of ipmitool you are using? |
The check in With that you should also see the problem on your fru data |
I am running version
which results in the above mentioned output. |
Hi,
I have an Asrock Rack board.
When trying to call
connection.get_fru_inventory()
it fails to parse the CommonInfoArea at:If i uncomment this check it works without any problems:
Data going into
CommonInfoArea
isOutput of
connection.read_fru_data()
Can you help me with that issue?
The text was updated successfully, but these errors were encountered: