I managed to successfully flash the Fujitsu D2607 to IT mode. This was possible with a slight detour.
I got myself a really cheap bricked Fujitsu D2607, which would just stop at the boot process with a blinking cursor. The revival was pretty easy since my Supermicro motherboard allows me to disable the option rom loading.
Now here is the path I took to flash the LSI IT firmware:
After seeing how Dell H200 SAS controller could be flashed to IT mode. I tried to do this the same way (DELL IT FW -> LSI P7 IT FW -> any LSI IT FW). I was able to do this by using the sbr for the Dell H200 SAS Controller. Any other sbr wouldn't allow me to flash the DELL IT firmware to the Fujitsu D2607.
After a reboot, I was now able to flash the DELL IT firmware for the Dell 6 Gbps SAS HBA. I used Firmware Package Version: 07.01.24.00. The sas2flsh.exe in this package is important, since with this version it is possible to change the Vendor ID later.
After another reboot, I could now flash the LSI P7 IT mode firmware. Here sas2flsh says "Product ID and Vendor ID do not match". Simply type in "y" to continue the flash process.
Finally, I was able to flash a newer LSI IT mode firmware. Here, the old DELL sas2flsh is not needed anymore.
After seeing so many failed attempts to flash this controller to IT mode, I just wanted to show everyone that it is possible to flash the Fujitsu D2607 to IT mode.
I got myself a really cheap bricked Fujitsu D2607, which would just stop at the boot process with a blinking cursor. The revival was pretty easy since my Supermicro motherboard allows me to disable the option rom loading.
Now here is the path I took to flash the LSI IT firmware:
After seeing how Dell H200 SAS controller could be flashed to IT mode. I tried to do this the same way (DELL IT FW -> LSI P7 IT FW -> any LSI IT FW). I was able to do this by using the sbr for the Dell H200 SAS Controller. Any other sbr wouldn't allow me to flash the DELL IT firmware to the Fujitsu D2607.
Code:
megarec -writesbr 0 h200.sbr
megarec -cleanflash 0
Code:
sas2flsh -o -f 6gbpsas.fw
sas2flsh -o -sasadd 500..(the controllers SAS address)...
Code:
sas2flsh -o -f 2118it.bin
sas2flsh -o -sasadd 500..(the controllers SAS address)...
Code:
sas2flsh -o -f 2118it.bin
sas2flsh -o -sasadd 500..(the controllers SAS address)...