Difference between revisions of "SAS2308"

From Review or Discard at Will
Jump to: navigation, search
(Got the syntax from AOS for the SAS address restore)
(add How to select boot device in LSI IT mode HBA SAS controller. Formatting)
 
Line 20: Line 20:
 
sas2flsh -c 0 -o -f 2308T207.ROM -b MPTSAS2.ROM
 
sas2flsh -c 0 -o -f 2308T207.ROM -b MPTSAS2.ROM
 
</source>
 
</source>
==Restore SAS address==
+
===Restore SAS address===
 
<source lang="bash">
 
<source lang="bash">
 
sas2flash -c 0 -o -sasadd 500605b0XXXXXXXX
 
sas2flash -c 0 -o -sasadd 500605b0XXXXXXXX
 
</source>
 
</source>
 +
==Miscellaneous==
 +
* [https://www.youtube.com/watch?v=dJyQVLPjWbo How to select boot device in LSI IT mode HBA SAS controller] from [https://www.youtube.com/channel/UCKHE9DEep52XlmwLbZUKvyw Art of Server]

Latest revision as of 09:37, 9 December 2021

Notes on flashing SAS2308 in a Dell Precision t7610

Firmware

www.supermicro.com - /wdl/driver/SAS/LSI/2308/Firmware/IT/ I chose PH20.00.07.00-IT.zip This .zip file contains the IT mode firmware, the ROM image and the sas2flsh.exe utility.

Flashing

List

It's a good idea to record the output of this command before flashing. Sometimes you may lose the SAS address. I just snap a pic with my cellular telephone. The 'c 0' assumes you're working on the first controller.

sas2flsh -c 0 -list

Erase

I've seen this with `-e 5` too ???

sas2flsh -c 0 -o -e 6

Flash

sas2flsh -c 0 -o -f 2308T207.ROM -b MPTSAS2.ROM

Restore SAS address

sas2flash -c 0 -o -sasadd 500605b0XXXXXXXX

Miscellaneous