mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 23:22:37 +02:00
Add serprog documentation to the manpage
Corresponding to flashrom svn r689. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
parent
1ebf8451a7
commit
dfade10e39
25
flashrom.8
25
flashrom.8
@ -146,6 +146,8 @@ Specify the programmer device. Currently supported are:
|
|||||||
.sp
|
.sp
|
||||||
.BR "* ft2232spi" " (for flash ROMs attached to a FT2232H/FT4232H based USB SPI programmer)"
|
.BR "* ft2232spi" " (for flash ROMs attached to a FT2232H/FT4232H based USB SPI programmer)"
|
||||||
.sp
|
.sp
|
||||||
|
.BR "* serprog" " (for flash ROMs attached to Urja's AVR programmer)"
|
||||||
|
.sp
|
||||||
The dummy programmer has an optional parameter specifying the bus types it
|
The dummy programmer has an optional parameter specifying the bus types it
|
||||||
should support. For that you have to use the
|
should support. For that you have to use the
|
||||||
.B "flashrom -p dummy=type"
|
.B "flashrom -p dummy=type"
|
||||||
@ -178,16 +180,16 @@ Currently the following programmers support this mechanism:
|
|||||||
.BR nic3com ,
|
.BR nic3com ,
|
||||||
.BR satasii .
|
.BR satasii .
|
||||||
.sp
|
.sp
|
||||||
The it87spi has an optional parameter which will set the I/O base port of the
|
The it87spi programmer has an optional parameter which will set the I/O base
|
||||||
IT87* SPI controller interface to the port specified in the parameter.
|
port of the IT87* SPI controller interface to the port specified in the
|
||||||
For that you have to use the
|
parameter. For that you have to use the
|
||||||
.B "flashrom -p it87spi=port=portnum"
|
.B "flashrom -p it87spi=port=portnum"
|
||||||
syntax where
|
syntax where
|
||||||
.B portnum
|
.B portnum
|
||||||
is an I/O port number which must be a multiple of 8.
|
is an I/O port number which must be a multiple of 8.
|
||||||
.sp
|
.sp
|
||||||
The ft2232spi has an optional parameter specifying the controller type and
|
The ft2232spi programmer has an optional parameter specifying the controller
|
||||||
interface/port it should support. For that you have to use the
|
type and interface/port it should support. For that you have to use the
|
||||||
.B "flashrom -p ft2232spi=model,port=interface"
|
.B "flashrom -p ft2232spi=model,port=interface"
|
||||||
syntax where
|
syntax where
|
||||||
.B model
|
.B model
|
||||||
@ -202,6 +204,19 @@ The default model is
|
|||||||
.B 4232H
|
.B 4232H
|
||||||
and the default interface is
|
and the default interface is
|
||||||
.BR B .
|
.BR B .
|
||||||
|
.sp
|
||||||
|
The serprog programmer has an optional parameter specifying either a serial
|
||||||
|
device/baud combination or an IP/port combination for communication with the
|
||||||
|
programmer. For serial, you have to use the
|
||||||
|
.B "flashrom -p serprog=/dev/device:baud"
|
||||||
|
syntax and for IP, you have to use
|
||||||
|
.B "flashrom -p serprog=ip:port"
|
||||||
|
instead. More information about serprog is available in serprog-protocol.txt in
|
||||||
|
the source distribution.
|
||||||
|
.sp
|
||||||
|
Support for some programmers can be disabled at compile time.
|
||||||
|
.B "flashrom -h"
|
||||||
|
lists all supported programmers.
|
||||||
.TP
|
.TP
|
||||||
.B "\-h, \-\-help"
|
.B "\-h, \-\-help"
|
||||||
Show a help text and exit.
|
Show a help text and exit.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user