Start Cpld Space Test
更新时间: 2026/08/06
在Gitcode上查看源码Start Cpld Space Test
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 start a CPLD resource check.
Privilege
The user role is administrator.
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 30h |
| CMD | 90h |
| 1 | Sub command=65h |
| 2 | Check the file name length of the required firmware. |
| 3~n | File name of the firmware required for detection |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
Command Example
Start the CPLD full resource check. The file required for the check is cpld_check.hpm.
Request:
bash
ipmitool raw 0x30 0x90 0x65 0x0E 0x63 0x70 0x6C 0x64 0x5F 0x63 0x68 0x65 0x63 0x6B 0x2E 0x68 0x70 0x6DResponse:
text