Activate the upgrade
更新时间: 2026/08/06
在Gitcode上查看源码

Activate the upgrade

Change History

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

Basic Information

Function Description

Activate the upgrade.

Privilege

BasicSetting

Command Information

Request Information

ByteData Field
NetFn32h
CMD03h
1:3FruId. The value is 0x000200.
4deviceId, which is set to 0x00
5SdrType. Set it to 0x01.
6upgradeMode, which can be left blank. Only the CPLD is involved (01 hot upgrade, 02 hot upgrade).

Response Information

ByteData Field
1Completion Code

Command Example

The BMC upgrade triggers the upgrade activation.

Request:

bash
ipmitool raw 0x32 0x03 0x00 0x02 0x00 0x00 0x01

Response:

text

Back to Index