Query Pangea Interface Card VRD Upgrade Support
更新时间: 2026/08/06
在Gitcode上查看源码Query Pangea Interface Card VRD Upgrade Support
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Check whether the Pangea interface module supports VRD upgrade.
Privilege
READONLY
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | bbh |
| 1 | slot_id |
| 2 | 0x01 |
| 3 | 0x00 |
| 4 | 0x00 |
| 5 | Sdrtype. Set it to 0x6b. |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | 00h: VRD upgrade is not supported. 01h: supports VRD upgrade. |
Command Example
Query whether the Pangea interface module in slot 1 supports VRD upgrade.
Request:
bash
ipmitool raw 0x32 0xbb 0x01 0x01 0x00 0x00 0x6bResponse:
text
01