Sas2008: Difference between revisions

From Hurlster Wiki
Jump to navigation Jump to search
(Created page with "Firmware upgrading LSI SAS2008 HBA cards<br> <p> Create FreeDOS USB stick<br> copy the following files to the USB stick<br> 2118ir.bin<br> 2118it.bin<br> mptsas2.rom<br> sas2flsh.exe<br> <p> Boot system to USB stick<br> List controller(s) <pre>sas2flsh -listall</pre> This will flash '''controller 1''' to latest IR firmware v20<br> <pre>sas2flsh -c 1 -o -f 2118ir.bin -b mptsas2.rom</pre> If you are switching from IT<->IR then you must erase memory "6" first<br> <pre>sas2f...")
 
No edit summary
 
Line 1: Line 1:
Firmware upgrading LSI SAS2008 HBA cards<br>
Firmware upgrading LSI SAS2008 HBA cards<br>
<p>
<p>
Download files: https://hurlster.com/LSI_SAS2008_Flash.zip <br>
Create FreeDOS USB stick<br>
Create FreeDOS USB stick<br>
copy the following files to the USB stick<br>
copy the following files to the USB stick<br>

Latest revision as of 00:10, 1 March 2024

Firmware upgrading LSI SAS2008 HBA cards

Download files: https://hurlster.com/LSI_SAS2008_Flash.zip
Create FreeDOS USB stick
copy the following files to the USB stick
2118ir.bin
2118it.bin
mptsas2.rom
sas2flsh.exe

Boot system to USB stick
List controller(s)

sas2flsh -listall

This will flash controller 1 to latest IR firmware v20

sas2flsh -c 1 -o -f 2118ir.bin -b mptsas2.rom

If you are switching from IT<->IR then you must erase memory "6" first

sas2flsh -c 1 -o -e 6

Then run the following command

sas2flsh -c 1 -o -f 2118ir.bin -b mptsas2.rom