Sas2008

From Hurlster Wiki
Revision as of 00:04, 1 March 2024 by Gqwill69 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Firmware upgrading LSI SAS2008 HBA cards

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