Full Image Update
更新时间: 2026/08/06
在Gitcode上查看源码

Full Image Update

Change History

openUBMC VersionRevision DateDescription
25.062025/06/26Initial draft: add command details

Basic Information

Function Description

Starting the Entire Package Upgrade

Privilege

BasicSetting

Command Information

Request Information

ByteData Field
NetFn30h
Cmd93h
1:3Manufacturer ID, LB Byte first. The length is fixed to three bytes. For example, if the vendor ID is 2011 and the corresponding hexadecimal value is 0x0007DB, the first byte is DBh, the second byte is 07h, and the third byte is 00h.
4SubCmd, subcommand=94h
5Operation type:
AA initiate upgrade
6:7Reserved. Currently, this field is set to 0, which is reserved for parameters that may be added later.
8Length: indicates the length of the path name. The length cannot exceed 128 bytes.
9:NFilename: absolute path name

Response Information

ByteData Field
1Completion Code
2:4Manufacturer ID, LB Byte first. The length is fixed to three bytes. For example, if the vendor ID is 2011 and the corresponding hexadecimal value is 0x0007DB, the first byte is DBh, the second byte is 07h, and the third byte is 00h.

Command Example

Upgrade the entire package. The firmware path is /tmp/fullimage.zip.

Request:

bash
ipmitool raw 0x30 0x93 0xdb 0x07 0x00 0x94 0xaa 0x00 0x00 0x12 0x2F 0x74 0x6D 0x70 0x2F 0x66 0x75 0x6C 0x6C 0x69 0x6D 0x61 0x67 0x65 0x2E 0x7A 0x69 0x70

Response:

text
0xdb 0x07 0x00

Back to Index