This commit is contained in:
Hector Martin 2018-03-28 16:02:31 +09:00
parent 7c8cc21cb2
commit 87d9ddaf46
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ Where 0000:01:00.0 is your PCI device ID.
`# python3 sbrtool.py parse sbr_backup.bin sbr.cfg`
Edit sbr.cfg with your favorite text editor. You may want to add
`SASAddr = 0xYOUR_SAS_WWID` to make the SAS WWID is persist in the SBR (I'm not
sure how/when this is used, but I've seen it in some SBRs). You may want to
`SASAddr = 0xYOUR_SAS_WWID` to make the SAS WWID persist in the SBR (I'm not
sure which firmwares use this, but I've seen it in some SBRs). You may want to
change the Subsystem VID/PID, or use another SBR as a template.
`# python3 sbrtool.py build sbr.cfg sbr_new.bin`