I have created a FreeDOS 1.1 bootable USB that allows you to flash IT mode for LSI SAS 92100-8i and 9200-8e controllers.
To use it, download the lsifw.img archive, unpack it and flash to your USB. Then flash the controller using the LSI\SAS\9211_8i\flash.bat file or the LSI\SAS\9200_8e\flash.bat file.
Downloads
File |
Size |
Sum |
Unpack Command |
lsifw.tar.bz2 |
29M |
55925 29689 |
tar jxf lsifw.tar.bz2 |
lsifw.zip |
34M |
42642 34190 |
unzip lsifw.tar.bz2 |
On linux you can flash it to your USB using this command:
dd if=lsifw.img of=/dev/ bs=1M
.
I used it to flash the SAS/SATA controller on a Dell PowerEdge R610 that is used as the head server for a ZFS filer that I am building with a colleague because I wanted to upgrade to a newer version of the firmware.
The flash.bat script assumes that the sasaddhi address is 500605B so before executing it, run sas2flsh -o -listsasadd
as specified in the readme.txt file. If the address is different, edit the flash.bat file and insert the new address.
Here is what the flash.bat file looks like for the 9211-8i controller:
|
@echo off sas2flsh -o -e 7 cls sas2flsh -f 9211_8i.fw sas2flsh -b mptsas2.rom cls sas2flsh -o -sasaddhi 500605B |
Here are the basic steps.
Continue reading Bootable USB to Flash IT Mode for LSI SAS 9211-8i and 9200-8e Controllers