Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SAS2008/SAS3008 firmware

27 views
Skip to first unread message

Kevin Bowling

unread,
Oct 7, 2016, 8:01:37 PM10/7/16
to FreeBSD-scsi, ba...@freebsd.org, sco...@freebsd.org, mipet...@netflix.com
Hi,

I've been doing SuperMicro/LSI's firmware updates with the LSI fbsd binary
and a translation from the DOS/Linux scripts like so (with the assumption
that there is only ever one card so we script the initiator address
preservation):

sas2flash=/usr/local/llnw/fw/sas2008/sas2flash
smcisasprefix=5003048

sasaddress=$(${sas2flash} -o -listsasadd | grep -o "$smcisasprefix.*" | sed
's/-//g')

pushd /usr/local/llnw/fw/sas2008
${sas2flash} -o -e 7
${sas2flash} -f 2008T204.ROM
${sas2flash} -b mptsas2.rom
${sas2flash} -b x64sas2.rom
${sas2flash} -o -sasadd ${sasaddress}
popd

I know 10.3+ now has an mpsutil, wich can do the firmware and bootrom
updates. It wont have the erase step, so I don't think the address
preservation is necessary. I'm speculating that is to clear out IT<->IR
firmware swaps which we don't do. Are there any problems with mpsutil
firmware in practice? Ditto for SAS3008/mprutil?

Regards,
_______________________________________________
freebs...@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-scsi
To unsubscribe, send any mail to "freebsd-scsi...@freebsd.org"
0 new messages