Difference between revisions of "SAS2308"

From Review or Discard at Will
Jump to: navigation, search
(Initial creation)
 
(First pass)
Line 1: Line 1:
Notes on flashing SAS2308 in a Dell Precision t7610==
+
=Notes on flashing SAS2308 in a Dell Precision t7610=
 +
==Firmware==
  
www.supermicro.com - /wdl/driver/SAS/LSI/2308/Firmware/IT/
+
[https://www.supermicro.com/wdl/driver/SAS/LSI/2308/Firmware/IT/ 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.
https://www.supermicro.com/wdl/driver/SAS/LSI/2308/Firmware/IT/
+
 
 +
==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.
 +
 
 +
<source lang="bash">
 +
sas2flsh -c 0 -list
 +
</source>
 +
===Erase===
 +
I've seen this with `-e 5` too ???
 +
<source lang="bash">
 +
sas2flsh -c 0 -o -e 6
 +
</source>
 +
===Flash===
 +
<source lang="bash">
 +
sas2flsh -c 0 -o -f 2308T207.ROM -b MPTSAS2.ROM
 +
</source>
 +
==Restore SAS address==
 +
<source lang="bash">
 +
sas2flsh ToDo find this syntax
 +
</source>

Revision as of 19:24, 8 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.

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

sas2flsh ToDo find this syntax