Update E-lable Data
更新时间: 2026/08/06
在Gitcode上查看源码

Update E-lable Data

Change History

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

Basic Information

Function Description

This command is used to update the electronic label.

Privilege

BasicSetting

Command Information

Request Information

ByteData Field
NetFn30h
CMD90h
1Sub command, subcommand = 06h
2FRU Device ID
(3)AA=initiate update: Start the update operation.
00=get update status: Query the update operation result.
NOTE: This byte is added based on the original command. The BMC needs to determine the length of the request. If the request length is 3 bytes, the command is a new command and is processed in the new command format. The response length is 2 bytes.The ShMC software needs to start the update through 0xAA, and then sends 0x00 for query after a period of time.

Response Information

ByteData Field
1Completion Code
(2)Update progress
[7:4]-reserved
[3:0]-Updating in progress
0h=Updating in progress
1h=Updating completed
(3)Update result
0x00: The electronic label is successfully updated.
0xe0 to 0xed: The electronic label fails to be updated.

Command Example

Update the electronic label.

Request:

bash
ipmicmd -k "0f 00 30 90 06 00 00" smi 0

Response:

text
0f 31 00 90 00 02 00

Back to Index