Query Backplane EEPROM Product Data Update Result
更新时间: 2026/08/06
在Gitcode上查看源码

Query Backplane EEPROM Product Data Update Result

Change History

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

Basic Information

Function Description

Interface for Querying the Backplane EEPROM Product Data Update Result

Privilege

ReadOnly

Command Information

Request Information

ByteData Field
NetFn32h
CMDbbh
1:3FruId. Set it to 0x000080.
4DeviceId. Set it to 0x00.
587h

Response Information

ByteData Field
1Completion Code
200h: The update is successful.
01h: updating
02h: Update failed.

Command Example

Display the last product data update result of the backplane EEPROM.

Request:

bash
ipmitool raw 0x32 0xbb 0x00 0x00 0x80 0x00 0x87

Response:

text
00

Back to Index