Get Cpld Space Test Result
更新时间: 2026/08/06
在Gitcode上查看源码Get Cpld Space Test Result
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 obtain the CPLD full resource check result.
Privilege
The user role is administrator.
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 30h |
| CMD | 90h |
| 1 | Sub command=66h |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | Cpld Number |
| 3~n | CPLD 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 0x66Response:
text
00 02 00 00