Update E-lable Data
更新时间: 2026/08/06
在Gitcode上查看源码Update E-lable Data
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
This command is used to update the electronic label.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 30h |
| CMD | 90h |
| 1 | Sub command, subcommand = 06h |
| 2 | FRU 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
| Byte | Data Field |
|---|---|
| 1 | Completion 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 0Response:
text
0f 31 00 90 00 02 00