代码仓
中
Abort Firmware Upgrade
更新时间: 2026/08/06
在AtomGit上查看源码

Abort Firmware Upgrade ​

Change History ​

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

Basic Information ​

Function Description ​

Aborts a firmware upgrade.

Privilege ​

Command Information ​

Request Information ​

ByteData Field
NetFnPICMG 2Ch
CMD30h
1Set PICMG ID to 0.

Response Information ​

ByteData Field
1Completion code
80h=The software upgrade cannot exit at this time.
81h=The software upgrade is stopped, but the IPMC cannot work properly.
2Set PICMG ID to 0.

Command Example ​

Abort the firmware upgrade. ​

Request:

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

Response:

text
0f MM NN

Back to Index ​