代码仓
中
Get BBU Hardware and Software Version
更新时间: 2026/08/06
在AtomGit上查看源码

Get BBU Hardware and Software Version ​

Change History ​

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

Basic Information ​

Function Description ​

Obtaining the Software and Hardware Versions of the BBU

Privilege ​

ReadOnly

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMDb4h
1:3fru_id: 0x002000
4Device_id. Set this parameter to 0x00.
5sdr_type: 0x10

Response Information ​

ByteData Field
1Completion Code
2bbu_type: module flag code
Bits 7-4: cross-generation version
0: STM32 platform version C ; 1: Hi5001 platform version C+
Bits 3-0: module type
0- high-end; 1: mid-range; 2: entry-level; 3: TaiShan; 4: Sanyo
3bbu_pcb_id: PCB version
4:14bbu_firmware_version: software version

Command Example ​

Obtain the software and hardware versions of the BBU. ​

Request:

bash
ipmitool raw 0x32 0b4 0x00 0x20 0x00 0x00 0x10

Response:

text
10 41 36 33 2e 30 30 2e 31 30 54 30 32 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

Back to Index ​