** How to upgrade BMC firmware by this package? **

You have two options to update BMC firmware:

1. Use yafuflash or socflash directly.

2. Use the FW update script. we provide following script to help you update your BMC firmware.

   a. Updat_BMC.sh : This is in-band update script under LINUX OS. You just run this script in your LINUX server console?
      example: 
              account# ./Updat_BMC.sh
      
      If you want to preserve your BMC configuration you can plus option "-s"
      example: 
              account# ./Updat_BMC.sh -s
              

   b. Updat_BMC_OOB.sh: This is out-band update script under LINUX OS. It means you can update your BMC FW via LAN.
      example:
              account# ./Updat_BMC_OOB.sh <IP> <username> <password>
              
      If you want to preserve your BMC configuration you can plus option "-s"
      example
              account# ./Updat_BMC_OOB.sh <IP> <username> <password> -s
              
              
    c. Updat_BMC_OOB_win.bat: This is out-band update script under WINDOWS OS. It means you can update your BMC FW via LAN.
       example:
              account> Updat_BMC_OOB_win.bat <IP> <username> <password>
              
       If you want to preserve your BMC configuration you can plus option "-s"
       example:
              account> Updat_BMC_OOB_win.bat <IP> <username> <password> -s
              
    
    d. Updat_BMC_SOC.nsh : This is update script  under BIOS UEFI shell. 
        
        **Note:
        This script use SOCflash to update BMC. It cannot preserve your BMC setting. 
        So your BMC setting will be reset to default.