blob: 97369f8c97f69c382360ebada77edeb669ca4fb7 [file] [log] [blame]
Stefan Reinauer261144c2006-07-27 23:29:02 +00001.TH FLASHROM 1 "July 26, 2006"
2.SH NAME
3flashrom \- the universal LinuxBIOS flash utility
4.SH SYNOPSIS
5.B flashrom \fR[\fB\-rwvEVflih\fR] [\fB\-c\fR chipname]
6 [\fB\-s\fR exclude_start] [\fB\-e\fR exclude_end]
7 [\fB-m\fR vendor:part] [file]
8.SH DESCRIPTION
9.B flashrom
10is the universal LinuxBIOS flash utility.
11.SH OPTIONS
12If no file is specified, then all that happens
13is that flash info is dumped and the flash chip is set to writable.
14
15.B "\-r, \-\-read"
16Read flash and save contents into file.
17.PP
18.B "\-w, \-\-write"
19Write file into flash (default when file is specified).
20.PP
21.B "\-v, \-\-verify"
22Verify flash against file.
23.PP
24.B "\-E, \-\-erase"
25Erase flash device.
26.PP
27.B "\-V, \-\-verbose"
28More verbose output.
29.PP
30.B "\-c, \-\-chip" <chipname>
31Probe only for specified flash chip.
32.PP
33.B "\-s, \-\-estart" <addr>
34Exclude start position.
35.PP
36.B "\-e, \-\-eend" <addr>
37Exclude end postion.
38.PP
39.B "\-m, \-\-mainboard" <vendor:part>
40Override mainboard settings.
41.PP
42.B "\-f, \-\-force"
43Force write without checking image.
44.PP
45.B "\-l, \-\-layout"
46Read ROM layout from file.
47.PP
48.B "\-i, \-\-image" <name>
49Only flash image name from flash layout.
50.PP
51.B "\-h, \-\-help"
52Show a help text and exit.
53.\".PP
54.\".B "\-\-version"
55.\"Show version information and exit.
56.SH BUGS
57Please report any bugs at http://bugzilla.openbios.org/
58.SH LICENCE
59.B flashrom
60is covered by the GNU General Public License (GPL).
61.SH SEE ALSO
62.BR romcc (1).
63.SH COPYRIGHT
642000 Silicon Integrated System Corporation
65.br
662004 Tyan Corp
67.br
682005-2006 coresystems GmbH
69.br
702003 Niki W. Waibel
71.SH AUTHORS
72Yhlu <yinghai.lu@amd.com>
73.br
74Stefan Reinauer <stepan@coresystems.de>
75.br
76Niki W. Waibel <niki.waibel@gmx.net>
77.PP
78This manual page was written by Uwe Hermann <uwe@hermann-uwe.de>,
79for the Debian GNU/Linux system (but may be used by others).