Kevin Bowling
unread,Oct 7, 2016, 8:01:37 PM10/7/16You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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"