Deliver the Component Upgrade Package
更新时间: 2026/08/06
在Gitcode上查看源码Deliver the Component Upgrade Package
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Delivering the Component Upgrade Package
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | 02h |
| 1:3 | FruId. The value is 0x000200. |
| 4 | deviceId, which is set to 0x00 |
| 5 | SdrType. Set it to 0x01. |
| 6:n | Firmware path on the BMC ASCII |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
Command Example
Upload the BMC upgrade package to /tmp/bmc_1711.hpm.
Request:
bash
ipmitool raw 0x32 0x02 0x00 0x02 0x00 0x00 0x01 0x2f 0x74 0x6d 0x70 0x2f 0x62 0x6d 0x63 0x5f 0x31 0x37 0x31 0x31 0x2e 0x68 0x70 0x6dResponse:
text