Get Cpld Space Test Result
更新时间: 2026/08/06
在Gitcode上查看源码

Get Cpld Space Test Result

Change History

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

Basic Information

Function Description

This command is used to obtain the CPLD full resource check result.

Privilege

The user role is administrator.

Command Information

Request Information

ByteData Field
NetFn30h
CMD90h
1Sub command=66h

Response Information

ByteData Field
1Completion Code
2Cpld Number
3~nCPLD detection result of chip n-2: OK(0), NOK(1), Cpld not support(2), Testing (3)

Command Example

Query result

Request:

bash
ipmitool raw 0x30 0x90 0x66

Response:

text
00 02 00 00

Back to Index