Read FRU Data 命令详情
更新时间:2025/06/26
在Gitcode上查看源码

修订记录

openUBMC版本号修订日期修订人修订内容
25.062025/06/26pengqiang-gs初稿,新增命令详情

基本信息

功能说明

标准命令,用于查询当前设备的 FRU 信息指定偏移存储区域的内容。 The command returns the specified data from the FRU Inventory Info area.

权限

ReadOnly

命令信息

请求信息

字节顺序域取值说明
1FRU Device ID. FFh = reserved.
2FRU Inventory Offset to read, LS Byte
3FRU Inventory Offset to read, MS Byte

Note: Offset is in bytes or words per device access type returned in the
Get FRU Inventory Area Info command.
4Count to read --- count is ‘1’ based

响应信息

字节顺序域取值说明
1Completion Code. Generic, plus following command specific:
81h = FRU device busy. The requested cannot be completed because the implementation of the logical FRU device is in a state where the FRU information is temporarily unavailable. This could be due to a condition such as a loss of arbitration if the FRU is implemented as a device on a shared bus.

Software can elect to retry the operation after at least 30 milliseconds if this code is returned. Note that it is highly recommended that management controllers incorporate builtin retry mechanisms. Generic IPMI software cannot be relied upon to take advantage of this completion code.
2Count returned --- count is ‘1’ based
3:2+NRequested data

命令样例

样例1:查询设备BMC的 FRU0 的数据

  • 请求:
  • 响应:

返回到索引