Difference between revisions of "Update Controller Firmware HBA9405W-16i"

From ToWaSo
Jump to navigation Jump to search
(Created page with "To update the firmware of the SAS-Controller download the files from broadcom and the storcli management tool and perform the following commands in an elevated PS-Window: <...")
 
 
Line 2: Line 2:
 
broadcom and the storcli management tool and perform the following commands in an elevated PS-Window:
 
broadcom and the storcli management tool and perform the following commands in an elevated PS-Window:
  
 +
I'm assuming that the files are in C:\temp, you have only 1 controller (-> /c0) and want to use the controller in SAS/SATA Profile mode and not in mixed mode which is a different file in the package.
  
 
<syntaxhighlight lang="powershell">
 
<syntaxhighlight lang="powershell">

Latest revision as of 21:18, 29 July 2021

To update the firmware of the SAS-Controller download the files from broadcom and the storcli management tool and perform the following commands in an elevated PS-Window:

I'm assuming that the files are in C:\temp, you have only 1 controller (-> /c0) and want to use the controller in SAS/SATA Profile mode and not in mixed mode which is a different file in the package.

storcli64 /c0 download file=C:\temp\HBA_9405W-16i_SAS_SATA_Profile.bin
storcli64 /c0 download bios file=C:\temp\mpt35sas_legacy.rom
storcli64 /c0 download efibios file=C:\temp\mpt35sas_x64.rom

After that you need to restart the controller.