-
Notifications
You must be signed in to change notification settings - Fork 4
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
"ValueError: seek out of range" when used on REDFISH_X10DGO_3.75.bin #1
Comments
It looks like there might be no encryption here? devicenull/ipmi_firmware_tools#7 |
Yep, looks like it. ipmi_firmware_tools support various X10D* boards and I would be surprised if X10DGO was different. They started to encrypt images starting with X11 |
Also getting a similar issue with https://www.supermicro.com/en/support/resources/downloadcenter/firmware/SSG-6049P-E1CR60L+/BMC Which has a |
The BMC image does not seem to be encrypted, even though it's X11*: Also, the output of read_header.py from ipmi_firmware_tools looks fine:
|
Opps! Looks like I was giving it the bios rather than the BMC file! Sorry about the noise. |
It might be worth adding a better error message. |
I was trying to use this tool on the
REDFISH_X10DGO_3.75.bin
binary provided as part of theREDFISH_X10DGO_375.zip
package from https://www.supermicro.com/en/support/resources/downloadcenter/firmware/SYS-4028GR-TVRT/BMCHowever, it errors out with the following;
65c777519248a378962fe3772581c0c0 REDFISH_X10DGO_3.75.bin
I'm using
Python 3.10.9
withpycrypto 2.6.1
.Any suggestion before I start digging in?
The text was updated successfully, but these errors were encountered: