Showing posts with label AMI. Show all posts
Showing posts with label AMI. Show all posts

Wednesday, October 22, 2025

How do I use the IPMI command to check or modify the BMC SKU ID?

How do I use the IPMI command to check or modify the BMC SKU ID?


We can use the IPMI command to check or modify the MiTAC BMC firmware SKU ID to match the current system SKU model.

Example: Change the S5652 BMC firmware SKU ID from 0x02 to 0x31.
POST Screen: The current BMC firmware SKU ID is 0x02.












Check the Current BMC SKU ID:

#ipmitool raw 0x2e 0x0e 0xfd 0x19 0x00 0x01

Response: fd 19 00 02





-> SKU ID: 0x02

 

Modify the Current BMC SKU ID:

#ipmitool raw 0x2e 0x0d 0xfd 0x19 0x00 0x01 0x31  # Updated SKU ID

Response: fd 19 00





POST Screen: The new BMC firmware SKU ID is 0x31.




Friday, June 20, 2025

Logo Size of MiTAC Server

MiTAC server logo size only support below size

800 x 600, 8 bit BMP (file size: 481078bit)


2026-06-11-如何在R2520G6透過Redfish指令進行遠端韌體更新

title: 如何在 R2520G6 透過 Redfish 指令進行遠端韌體更新  date: 2026-06-01  tags: [R2520G6, Redfish, Firmware, BIOS, BMC, CPLD, ROT]  last_updated: 2026-06-...