Full Image Update
更新时间: 2026/08/06
在Gitcode上查看源码Full Image Update
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Starting the Entire Package Upgrade
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 30h |
| Cmd | 93h |
| 1:3 | Manufacturer 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. |
| 4 | SubCmd, subcommand=94h |
| 5 | Operation type: AA initiate upgrade |
| 6:7 | Reserved. Currently, this field is set to 0, which is reserved for parameters that may be added later. |
| 8 | Length: indicates the length of the path name. The length cannot exceed 128 bytes. |
| 9:N | Filename: absolute path name |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2:4 | Manufacturer 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 0x70Response:
text
0xdb 0x07 0x00