flashrom.8 2.04 KB
Newer Older
Uwe Hermann's avatar
Uwe Hermann committed
1
.TH FLASHROM 8 "December 20, 2006"
2
.SH NAME
3
flashrom \- a universal flash programming utility
4
.SH SYNOPSIS
5 6
.B flashrom \fR[\fB\-rwvEVfh\fR] [\fB\-c\fR chipname] [\fB\-s\fR exclude_start] [\fB\-e\fR exclude_end]
         [\fB-m\fR vendor:part] [\fB-l\fR file.layout] [\fB-i\fR image_name] [file]
7 8
.SH DESCRIPTION
.B flashrom
9 10 11
is a universal flash programming utility for flash chips
(e.g. in DIP or PLCC packaging). It can be used to flash BIOS images,
for example.
12 13 14
.SH OPTIONS
If no file is specified, then all that happens
is that flash info is dumped and the flash chip is set to writable.
15
.TP
16 17
.B "\-r, \-\-read"
Read flash and save contents into file.
18
.TP
19 20
.B "\-w, \-\-write"
Write file into flash (default when file is specified).
21
.TP
22 23
.B "\-v, \-\-verify"
Verify flash against file.
24
.TP
25 26
.B "\-E, \-\-erase"
Erase flash device.
27
.TP
28 29
.B "\-V, \-\-verbose"
More verbose output.
30
.TP
31 32
.B "\-c, \-\-chip" <chipname>
Probe only for specified flash chip.
33
.TP
34
.B "\-s, \-\-estart" <addr>
35
Exclude start position. (obsolete)
36
.TP
37 38
.B "\-e, \-\-eend" <addr> 
Exclude end postion. (obsolete)
39
.TP
40 41
.B "\-m, \-\-mainboard" <vendor:part>
Override mainboard settings.
42
.TP
43 44
.B "\-f, \-\-force"
Force write without checking image.
45
.TP
46
.B "\-l, \-\-layout" <layout.file>
47
Read ROM layout from file.
48
.TP
49 50
.B "\-i, \-\-image" <name>
Only flash image name from flash layout.
51
.TP
52 53
.B "\-h, \-\-help"
Show a help text and exit.
54
.\".TP
55 56 57
.\".B "\-\-version"
.\"Show version information and exit.
.SH BUGS
58
Please report any bugs at http://tracker.linuxbios.org/trac/LinuxBIOS/.
59 60
.SH LICENCE
.B flashrom
61
is covered by the GNU General Public License (GPL), version 2 or later.
62
.SH SEE ALSO
63 64
.BR romcc (1),
.BR abuild (1).
65 66 67
.SH COPYRIGHT
2000 Silicon Integrated System Corporation
.br
68 69
2003 Niki W. Waibel
.br
70 71
2004 Tyan Corp
.br
Stefan Reinauer's avatar
Stefan Reinauer committed
72
2005-2007 coresystems GmbH
73
.SH AUTHORS
74
Yinghai Lu <yinghai.lu@amd.com>
75 76 77 78
.br
Stefan Reinauer <stepan@coresystems.de>
.br
Niki W. Waibel <niki.waibel@gmx.net>
79 80
.br
some others 
81
.PP
82 83
This manual page was written by Uwe Hermann <uwe@hermann-uwe.de>.
It is licensed under the terms of the GNU GPL (v2 or later).