-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels