Read Version Release Date
更新时间: 2026/08/06
在Gitcode上查看源码

Read Version Release Date

Change History

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

Basic Information

Function Description

Read the release date of the version.

Privilege

Command Information

Request Information

ByteData Field
NetFn30h
CMD90h
1Sub command, subcommand = 30h
2FRU Device ID
3Version type
0=PCB version
1=main firmware version
2=CPLD version
3=FPGA version
4=FRU data version
5=SDR version
6=BIOS firmware version
7=Hardware version
8=bootloader version /uboot/bootrom
9=hpm image version
10=USB flash device firmware version
11=other firmware version (used by the 852T daughter card)
12=backup firmware version 0xFF=All version

Response Information

ByteData Field
1Completion Code
80h=Not supported. This version does not provide the release date and time.
2:5Version Release Date & Time, seconds from 1970-1-1 00:00:00

Command Example

Read the release date of the version.

Request:

bash
[root@localhost ~]# ipmicmd -k "0f 00 30 93 DB 07 00 65 00 00" smi 0

Response:

text
00 DB 07 00 00

Back to Index