代码仓
中
Deliver the Component Upgrade Package
更新时间: 2026/08/06
在AtomGit上查看源码

Deliver the Component Upgrade Package ​

Change History ​

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

Basic Information ​

Function Description ​

Delivering the Component Upgrade Package

Privilege ​

BasicSetting

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMD02h
1:3FruId. The value is 0x000200.
4deviceId, which is set to 0x00
5SdrType. Set it to 0x01.
6:nFirmware path on the BMC ASCII

Response Information ​

ByteData Field
1Completion Code

Command Example ​

Upload the BMC upgrade package to /tmp/bmc_1711.hpm. ​

Request:

bash
ipmitool raw 0x32 0x02 0x00 0x02 0x00 0x00 0x01 0x2f 0x74 0x6d 0x70 0x2f 0x62 0x6d 0x63 0x5f 0x31 0x37 0x31 0x31 0x2e 0x68 0x70 0x6d

Response:

text

Back to Index ​