Activate the upgrade
更新时间: 2026/08/06
在Gitcode上查看源码Activate the upgrade
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Activate the upgrade.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | 03h |
| 1:3 | FruId. The value is 0x000200. |
| 4 | deviceId, which is set to 0x00 |
| 5 | SdrType. Set it to 0x01. |
| 6 | upgradeMode, which can be left blank. Only the CPLD is involved (01 hot upgrade, 02 hot upgrade). |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
Command Example
The BMC upgrade triggers the upgrade activation.
Request:
bash
ipmitool raw 0x32 0x03 0x00 0x02 0x00 0x00 0x01Response:
text