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

Start Cpld Space Test

Change History

openUBMC VersionRevision DateDescription
25.062025/06/26Initial 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

ByteData Field
NetFn30h
CMD90h
1Sub command=65h
2Check the file name length of the required firmware.
3~nFile name of the firmware required for detection

Response Information

ByteData Field
1Completion 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 0x6D

Response:

text

Back to Index