Run the cpld refresh command
更新时间: 2026/08/06
在Gitcode上查看源码Run the cpld refresh command
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
This command is an emergency command used on the live network. You can directly update the CPLD or upgrade the CPLD and then update it.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | bch |
| 1:5 | Refresh cmd |
| 6 | Action (55h: load+refresh; aah: refresh only) |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
Command Example
Perform the CPLD refresh operation.
Request:
bash
ipmitool raw 0x32 0xbc 0x00 0x02 0x00 0x00 0x55 0xaaResponse:
text