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

Tool seems to work with REDFISH_X10DGO_3.75.bin for Supermicro 4028GR-TVRT #7

Open
mithro opened this issue May 9, 2023 · 0 comments

Comments

@mithro
Copy link

mithro commented May 9, 2023

Hi!

I just tried to use this tool on the REDFISH_X10DGO_3.75.bin binary provided as part of the REDFISH_X10DGO_375.zip package from https://www.supermicro.com/en/support/resources/downloadcenter/firmware/SYS-4028GR-TVRT/BMC and it seems to have worked correctly?

65c777519248a378962fe3772581c0c0 REDFISH_X10DGO_3.75.bin

This is the output I get when I run it;

$ python3 ./ipmi_firmware_tools/read_header.py REDFISH_X10DGO_3.75.bin
Read 33554432 bytes

Firmware image: 1 Name: u-boot.bin Base: 0x0 Length: 0x1ec38 CRC32: 0x45ad7679
Firmware image: 2 Name: out_rootfs_img.bin Base: 0x400000 Length: 0xddf000 CRC32: 0xae68c7cf
Firmware image: 3 Name: out_kernel.bin Base: 0x1400000 Length: 0x177603 CRC32: 0xe545a026
Firmware image: 4 Name: out_webfs_img.bin Base: 0x1700000 Length: 0x79500a CRC32: 0x3af6985b
Footer OK, rev: 3.75

Configuration info:

[flash]
total_size = 33554432

[global]
major_version = 3
minor_version = 117
footer_version = 3
type = aspeed

[images]
1 = present
2 = present
3 = present
4 = present

[image_1]
name = u-boot.bin
base_addr = 0x0
length = 0x1ec38
checksum = 0x45ad7679

[image_2]
name = out_rootfs_img.bin
base_addr = 0x400000
length = 0xddf000
checksum = 0xae68c7cf

[image_3]
name = out_kernel.bin
base_addr = 0x1400000
length = 0x177603
checksum = 0xe545a026

[image_4]
name = out_webfs_img.bin
base_addr = 0x1700000
length = 0x79500a
checksum = 0x3af6985b
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

No branches or pull requests

1 participant