LCD Test
更新时间: 2026/08/06
在Gitcode上查看源码

LCD Test

Change History

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

Basic Information

Function Description

Tests the LCD.

Privilege

Command Information

Request Information

ByteData Field
NetFn30h
CMD90h
1Sub command, subcommand = 34h
2Test Action
0: Starts the test.
1: Queries the test result.
2: Ends the test.
Other values are reserved.
3Test Item
0: presence check.
1: Self-test.
2: LCD defective pixel test
3: touch check
4: backlight brightness test (other values are reserved)
4[7:4]:
Device Number. Indicates the sequence number of the component. The value starts from 0.
[3:0]
Test Type
Reserved

Response Information

ByteData Field
1Completion Code
80h=Testing...
81h=The test is not started.
(2)Test Result: This byte is valid only when the test result is queried.
0=Success
1=Failed
(3:6)*Detail result. This byte is valid only when the test result is queried.
Reserved, set to 0x00

Command Example

Test the LCD.

Request:

bash
[root@localhost ~]# ipmicmd -k "0f 00 30 93 DB 07 00 65 00 00" smi 0

Response:

text
00 DB 07 00 00

Back to Index