Switch Pangea Interface Card EEPROM IIC Channel
更新时间: 2026/08/06
在Gitcode上查看源码

Switch Pangea Interface Card EEPROM IIC Channel

Change History

openUBMC VersionRevision DateDescription
25.062025/06/26Initial draft: add command details

Basic Information

Function Description

The IIC channel of the EEPROM on the Pangea interface card is switched.

Privilege

BasicSetting

Command Information

Request Information

ByteData Field
NetFn32h
CMDbch
1{slot_id}
20x01
3:4Fill in all 0s.
5Sdrtype. Set it to 0x6f.
6direct:
00h: Switch to the SPU.
01h: Switch to the BMC.

Response Information

ByteData Field
1Completion Code

Command Example

Switch the IIC channel of the EEPROM on the Pangea interface card in slot 1.

Request:

bash
ipmitool raw 0x32 0xbc 0x01 0x01 0x00 0x00 0x6f 0x01

Response:

text

Back to Index