Load Device Firmware
更新时间: 2026/08/06
在Gitcode上查看源码

Load Device Firmware

Change History

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

Basic Information

Function Description

Load the device firmware.

Privilege

Command Information

Request Information

ByteData Field
NetFn30h
CMD90h
1Sub command, sub command = 3Ch
2Operation type:
AAh, start loading
00h. Query the loading status.
3Device ID:
00h:FC
01h-ffh,reseverd

Response Information

ByteData Field
1Completion Code
0x80: Loading is in progress.
2Upgrade status.
0h=Upgrade in progress
1h=Upgrade completed

Command Example

Load the device firmware.

Request:

bash
[root@localhost ~]# ipmicmd -k "0f 00 30 93 DB 07 00 65 00 00" smi 0

Response:

text
00 DB 07 00 00

Back to Index