Query Light Board Serial Loopback Test Result
更新时间: 2026/08/06
在Gitcode上查看源码

Query Light Board Serial Loopback Test Result

Change History

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

Basic Information

Function Description

Queries the serial port loopback test result of the indicator board.

Privilege

ReadOnly

Command Information

Request Information

ByteData Field
NetFn32h
CMDbbh
1:3fru_id: 0x000400 or 0x000200
4device_id: Set it to 0.
5sdr_type: 0x57

Response Information

ByteData Field
1Completion Code
200h: The test is passed.
01h: The test fails.
02h: being tested

Command Example

Query the serial port loopback test result of the indicator board.

Request:

bash
ipmitool raw 0x32 0xbb 0x00 0x04 0x00 0x00 0x57

Response:

text
00

Back to Index