Write FRU Data
更新时间: 2026/08/06
在Gitcode上查看源码

Write FRU Data

Change History

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

Basic Information

Function Description

Writes FRU data.

Privilege

Command Information

Request Information

ByteData Field
NetFnStorage 0Ah
CMD12h
1FRU Device ID, FFh=reserved.
2FRU Inventory Offset to write, LS Byte
3FRU Inventory Offset to write, MS Byte
4:3+NData to write

Response Information

ByteData Field
1Completion code. Generic, plus following command specific:
80h=write-protected offset. Cannot complete write because one or more bytes of FRU data are to a write-protected offset in the FRU device. Note that an implementation may have allowed a 'partial write' of the data to occur
81h=FRU device busy. Refer to the preceding table for the Read FRU Command for the description of this completion code
2Count written --- count is '1' based

Command Example

Write FRU data.

Request:

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

Response:

text
0f MM NN

Back to Index