Set Pangea Interface Card EEPROM Data
更新时间: 2026/08/06
在Gitcode上查看源码Set Pangea Interface Card EEPROM Data
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Set the EEPROM data of the Pangea interface module.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | bch |
| 1 | {slot_id} |
| 2 | 0x01 |
| 3:4 | Fill in all 0s. |
| 5 | sdrtype: 0x70 |
| 6:7 | offset(LS Byte first) |
| 8 | length |
| 9:233 | data |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
Command Example
Set the EEPROM data of the Pangea interface card in slot 1.
Request:
bash
ipmitool raw 0x32 0xbc 0x01 0x01 0x00 0x00 0x70 0x00 0x00 0x01 0x01Response:
text