Check release note before bmc upgrade

Check release note before bmc upgrade

In some of our Mitac/Tyan old mb/system when trying to upgrade to latest bmc version it is very important to check the included release note as there are steps mandatory and required prior to upgrade/updating the bmc

In this article we will use 8056T70AE26HR-2T-HE-TU as example in the latest bmc page

 

bmc latest version is 4.06 after downloaded the file in the release note Notice: section it said “
Switching to the correct SKU ID first, and then flash the BMC firmware”

This step is very critical but unfortunately the notes do not provide steps on how to do it. Even though there is a sku id listed above

We do have a knowledge based published by FAE Andy Yang on Oct 20 2025 on how to do it

The article should work on all tyan/Mitac products the steps required a linux running system with ipmitool installed. To install ipmitool command on linux system follow the guide here note in most cases root/admin account required:

Ubuntu / Debian / Kali / Mint

These systems use the apt package manager.

Update your package list: sudo apt update
Install the tool: sudo apt install ipmitool

RHEL / CentOS / Fedora / Rocky Linux / AlmaLinux
Modern versions of these distros use dnf.

Install the tool: sudo dnf install ipmitool

Arch Linux

Install via pacman: sudo pacman -S ipmitool

SLES / openSUSE

Install via zypper: sudo zypper install ipmitool

After ipmitool installed/updated please follow the article below to modify sku ID

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

 


    • Related Articles

    • How to Upload VROC or BMC Management Key

      Upload via BMC Web Console 1. Login to Integrated BMC Web Console. 2. Click “Configuration” in menu bar and click “License Management”. 3. Click “Choose File” and select license key file (*.v2c) then click "Open" then "Upload" 5. BMC Web console will ...
    • How do I use the IPMI command to check or modify the BMC SKU ID?

      Question: How do I use the IPMI command to check or modify the BMC SKU ID? Answer: 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 ...
    • What is the SC513G6M2NRE(-2V) BMC default username and password?

      Question: What is the SC513G6M2NRE(-2V) BMC default username and password? Answer: The SC513G6M2NRE(-2V) BMC default username and password of as below. Username: admin Password: 0penBmc123
    • What is the R2513G6HYPD(-2V) BMC default username and password?

      Question: What is the R2513G6HYPD(-2V) BMC default username and password? Answer: The R2513G6HYPD(-2V) BMC default username and password of as below. Username: admin Password: 0penBmc123
    • How to use IPMITOOL to modify BMC FRU file

      How to use IPMITOOL to modify BMC FRU Ipmitool: v1.8.18 Command: ipmotool [-H hotst_IP –U username –P password] fru edit <fru id> field <section> <index> <string> Sample: ipmotool [-H hotst_IP –U username –P password] fru edit 0 field p 0 MiTAC <fru ...