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

Activate firmware

Change History

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

Basic Information

Function Description

Activate the firmware.

Privilege

Command Information

Request Information

ByteData Field
NetFnPICMG 2Ch
CMD35h
1PICMG ID. Enter 0.
(2)Rollback Override Policy: This field is optional.
0: Automatic rollback is allowed.
1: The automatic rollback is overridden.
This setting prevents the IPMC from automatically rolling back until the next software activation.

Response Information

ByteData Field
1Completion Code
80h=The command is being executed. Run the Get upgrade status command to query the command execution progress.
D5h=The software has been activated.
2PICMG ID. Enter 0.

Command Example

Activate the firmware.

Request:

bash
ipmicmd -k "0f 00 MM NN" smi 0

Response:

text
0f MM NN

Back to Index