Changeset 693 for trunk/flashrom.8
- Timestamp:
- 08/19/09 17:03:28 (3 years ago)
- File:
-
- 1 edited
-
trunk/flashrom.8 (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/flashrom.8
r689 r693 151 151 The dummy programmer has an optional parameter specifying the bus types it 152 152 should support. For that you have to use the 153 .B "flashrom -p dummy =type"153 .B "flashrom -p dummy:type" 154 154 syntax where 155 155 .B type … … 159 159 .sp 160 160 Example: 161 .B "flashrom -p dummy =lpc,fwh"161 .B "flashrom -p dummy:lpc,fwh" 162 162 .sp 163 163 If you have multiple supported PCI cards which can program flash chips 164 164 (NICs, SATA/IDE controllers, etc.) in your system, you must use the 165 .B "flashrom -p xxxx =bb:dd.f"165 .B "flashrom -p xxxx:bb:dd.f" 166 166 syntax to explicitly select one of them, where 167 167 .B xxxx … … 175 175 .sp 176 176 Example: 177 .B "flashrom -p nic3com =05:04.0"177 .B "flashrom -p nic3com:05:04.0" 178 178 .sp 179 179 Currently the following programmers support this mechanism: … … 184 184 port of the IT87* SPI controller interface to the port specified in the 185 185 parameter. For that you have to use the 186 .B "flashrom -p it87spi =port=portnum"186 .B "flashrom -p it87spi:port=portnum" 187 187 syntax where 188 188 .B portnum … … 191 191 The ft2232spi programmer has an optional parameter specifying the controller 192 192 type and interface/port it should support. For that you have to use the 193 .B "flashrom -p ft2232spi =model,port=interface"193 .B "flashrom -p ft2232spi:model,port=interface" 194 194 syntax where 195 195 .B model … … 209 209 device/baud combination or an IP/port combination for communication with the 210 210 programmer. For serial, you have to use the 211 .B "flashrom -p serprog =/dev/device:baud"211 .B "flashrom -p serprog:/dev/device:baud" 212 212 syntax and for IP, you have to use 213 .B "flashrom -p serprog =ip:port"213 .B "flashrom -p serprog:ip:port" 214 214 instead. More information about serprog is available in serprog-protocol.txt in 215 215 the source distribution.
Note: See TracChangeset
for help on using the changeset viewer.
