代码仓
中
Query Board Generation Information
更新时间: 2026/08/06
在AtomGit上查看源码

Query Board Generation Information ​

Change History ​

Four-segment version of the iBMC softwareRevision DateDescriptionRevised By
3.22.15.012026-06-13New APIZhang Zijian 30059699

Basic Information ​

Function Description ​

To query the board generation information

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMDbbh
1:3fru_id: 0x000200
4device_id: 0x00
5sdr_type: 0x97

Response Information ​

ByteData Field
1Completion Code
2Board generation information
00h: 0th generation
01h: first generation

Command Example ​

Query the board generation information. ​

Request:

bash
ipmitool raw 0x32 0xbb 0x00 0x02 0x00 0x00 0x97

Response:

text
01

Back to Index ​