flashrom.8 15.5 KB
Newer Older
1
.TH FLASHROM 8 "Jun 06, 2010"
2
.SH NAME
3
flashrom \- detect, read, write, verify and erase flash chips
4
.SH SYNOPSIS
5 6 7
.B flashrom \fR[\fB\-n\fR] [\fB\-V\fR] [\fB\-f\fR] [\fB\-h\fR|\fB\-R\fR|\
\fB\-L\fR|\fB\-z\fR|\fB\-E\fR|\fB\-r\fR <file>|\fB\-w\fR <file>|\
\fB\-v\fR <file>]
8
         [\fB\-c\fR <chipname>] [\fB\-m\fR [<vendor>:]<board>] \
9 10
[\fB\-l\fR <file>]
         [\fB\-i\fR <image>] [\fB\-p\fR <programmername>[:<parameters>]]
11 12
.SH DESCRIPTION
.B flashrom
13
is a utility for detecting, reading, writing, verifying and erasing flash
14 15 16 17
chips. It's often used to flash BIOS/EFI/coreboot/firmware images in-system
using a supported mainboard, but it also supports flashing of network cards
(NICs), SATA controller cards, and other external devices which can program
flash chips.
Uwe Hermann's avatar
Uwe Hermann committed
18
.PP
19 20
It supports a wide range of DIP32, PLCC32, DIP8, SO8/SOIC8, TSOP32, TSOP40,
and TSOP48 chips, which use various protocols such as LPC, FWH, parallel flash,
21
or SPI.
22
.SH OPTIONS
23
.B IMPORTANT:
24 25
Please note that the command line interface for flashrom will change before
flashrom 1.0. Do not use flashrom in scripts or other automated tools without
26
checking that your flashrom version won't interpret options in a different way.
27
.PP
28 29 30
You can specify one of
.BR \-h ", " \-R ", " \-L ", " \-z ", " \-E ", " \-r ", " \-w ", " \-v
or no operation.
31
If no operation is specified, flashrom will only probe for flash chips. It is
32 33
recommended that if you try flashrom the first time on a system, you run it
in probe only mode and check the output. Also you are advised to make a
34 35 36
backup of your current ROM contents with
.B \-r
before you try to write a new image.
37
.TP
Uwe Hermann's avatar
Uwe Hermann committed
38 39 40
.B "\-r, \-\-read <file>"
Read flash ROM contents and save them into the given
.BR <file> .
41
.TP
Uwe Hermann's avatar
Uwe Hermann committed
42
.B "\-w, \-\-write <file>"
43 44
Write
.B <file>
45 46 47
into flash ROM. This will first automatically
.B erase
the chip, then write to it.
48
.TP
49
.B "\-n, \-\-noverify"
50
Skip the automatic verification of flash ROM contents after writing. Using this
51 52
option is
.B not
53
recommended, you should only use it if you know what you are doing and if you
54 55 56
feel that the time for verification takes too long.
.sp
Typical usage is:
57
.B "flashrom \-n \-w <file>"
58 59 60 61
.sp
This option is only useful in combination with
.BR \-\-write .
.TP
Uwe Hermann's avatar
Uwe Hermann committed
62 63 64
.B "\-v, \-\-verify <file>"
Verify the flash ROM contents against the given
.BR <file> .
65
.TP
66
.B "\-E, \-\-erase"
Uwe Hermann's avatar
Uwe Hermann committed
67
Erase the flash ROM chip.
68
.TP
69
.B "\-V, \-\-verbose"
70 71 72 73
More verbose output. This option can be supplied multiple times
(max. 2 times, i.e.
.BR \-VV )
for even more debug output.
74
.TP
75
.B "\-c, \-\-chip" <chipname>
76
Probe only for the specified flash ROM chip. This option takes the chip name as
77 78
printed by
.B "flashrom \-L"
79 80
without the vendor name as parameter. Please note that the chip name is
case sensitive.
81
.TP
82
.B "\-m, \-\-mainboard" [<vendor>:]<board>
83 84 85 86 87 88
Override mainboard settings.
.sp
flashrom reads the coreboot table to determine the current mainboard. If no
coreboot table could be read or if you want to override these values, you can
specify \-m, e.g.:
.sp
89
.B "  flashrom \-\-mainboard AGAMI:ARUMA \-w agami_aruma.rom"
90
.sp
91 92 93
See the 'Known boards' or 'Known laptops' section in the output
of 'flashrom \-L' for a list of boards which require the specification of
the board name, if no coreboot table is found.
94 95
.TP
.B "\-f, \-\-force"
96
Force one or more of the following actions:
97
.sp
98 99
* Force chip read and pretend the chip is there.
.sp
100 101
* Force chip access even if the chip is bigger than the maximum supported\
size for the flash bus.
102 103 104 105
.sp
* Force erase even if erase is known bad.
.sp
* Force write even if write is known bad.
106 107 108 109
.TP
.B "\-l, \-\-layout <file>"
Read ROM layout from
.BR <file> .
110 111 112 113 114 115 116 117 118 119 120 121 122 123
.sp
flashrom supports ROM layouts. This allows you to flash certain parts of
the flash chip only. A ROM layout file looks like follows:
.sp
  00000000:00008fff gfxrom
  00009000:0003ffff normal
  00040000:0007ffff fallback
.sp
  i.e.:
  startaddr:endaddr name
.sp
All addresses are offsets within the file, not absolute addresses!
If you only want to update the normal image in a ROM you can say:
.sp
124
.B "  flashrom \-\-layout rom.layout \-\-image normal \-w agami_aruma.rom"
125 126 127
.sp
To update normal and fallback but leave the VGA BIOS alone, say:
.sp
128
.B "  flashrom \-l rom.layout \-i normal \"
129
.br
130
.B "           \-i fallback \-w agami_aruma.rom"
131 132
.sp
Currently overlapping sections are not supported.
133
.TP
Uwe Hermann's avatar
Uwe Hermann committed
134
.B "\-i, \-\-image <name>"
Uwe Hermann's avatar
Uwe Hermann committed
135 136 137
Only flash image
.B <name>
from flash layout.
138
.TP
139
.B "\-L, \-\-list\-supported"
140 141 142 143 144
List the flash chips, chipsets, mainboards, and PCI card "programmers"
supported by flashrom.
.sp
There are many unlisted boards which will work out of the box, without
special support in flashrom. Please let us know if you can verify that
145 146 147 148
other boards work or do not work out of the box.
.sp
.B IMPORTANT:
For verification you have
149 150
to test an ERASE and/or WRITE operation, so make sure you only do that
if you have proper means to recover from failure!
151
.TP
152 153 154 155
.B "\-z, \-\-list\-supported-wiki"
Same as
.BR \-\-list\-supported ,
but outputs the supported hardware in MediaWiki syntax, so that it can be
156 157
easily pasted into the wiki page at http://www.flashrom.org/. Please note
that MediaWiki output is not compiled in by default.
158
.TP
159
.B "\-p, \-\-programmer <name>[:parameter[,parameter[,parameter]]]"
160 161
Specify the programmer device. Currently supported are:
.sp
162 163
.BR "* internal" " (default, for in-system flashing in the mainboard)"
.sp
164 165
.BR "* dummy" " (just prints all operations and accesses)"
.sp
166 167
.BR "* nic3com" " (for flash ROMs on 3COM network cards)"
.sp
Uwe Hermann's avatar
Uwe Hermann committed
168 169 170 171
.BR "* nicrealtek" " (for flash ROMs on Realtek network cards)"
.sp
.BR "* nicsmc1211" " (for flash ROMs on RTL8139-compatible SMC2 network cards)"
.sp
172 173
.BR "* gfxnvidia" " (for flash ROMs on NVIDIA graphics cards)"
.sp
174 175
.BR "* drkaiser" " (for flash ROMs on Dr. Kaiser PC-Waechter PCI cards)"
.sp
176 177
.BR "* satasii" " (for flash ROMs on Silicon Image SATA/IDE controllers)"
.sp
178 179
.BR "* atahpt" " (for flash ROMs on Highpoint ATA/RAID controllers)"
.sp
180 181
.BR "* it87spi" " (for flash ROMs behind an ITE IT87xx Super I/O LPC/SPI\
translation unit)"
182
.sp
183 184
.BR "* ft2232_spi" " (for SPI flash ROMs attached to a FT2232H/FT4232H based\
USB SPI programmer)"
185
.sp
186 187
.BR "* serprog" " (for flash ROMs attached to Urja's AVR programmer)"
.sp
188
.BR "* buspirate_spi" " (for SPI flash ROMs attached to a Bus Pirate)"
189
.sp
Michael Karcher's avatar
Michael Karcher committed
190 191 192 193
Some programmers have optional or mandatory parameters which are described
in detail in the
.B PROGRAMMER SPECIFIC INFO
section. Support for some programmers can be disabled at compile time.
194
.B "flashrom \-h"
Michael Karcher's avatar
Michael Karcher committed
195 196 197 198 199 200 201 202 203
lists all supported programmers.
.TP
.B "\-h, \-\-help"
Show a help text and exit.
.TP
.B "\-R, \-\-version"
Show version information and exit.
.SH PROGRAMMER SPECIFIC INFO
Some programmer drivers accept further parameters to set programmer-specific
204
parameters. These parameters are separated from the programmer name by a
Michael Karcher's avatar
Michael Karcher committed
205 206 207 208
colon. While some programmers take arguments at fixed positions, other
programmers use a key/value interface in which the key and value is separated
by an equal sign and different pairs are separated by a comma or a colon.
.TP
209 210 211 212 213
.BR "internal " programmer
Some mainboards require to run mainboard specific code to enable flash erase
and write support (and probe support on old systems with parallel flash).
The mainboard brand and model (if it requires specific code) is usually
autodetected using one of the following mechanisms: If your system is
214 215
running coreboot, the mainboard type is determined from the coreboot table.
Otherwise, the mainboard is detected by examining the onboard PCI devices
216 217
and possibly DMI info. If PCI and DMI do not contain information to uniquely
identify the mainboard (which is the exception), it might be necessary to
218 219 220
specify the mainboard using the
.B \-m
switch (see above).
221
.sp
222 223
Some of these board-specific flash enabling functions (called
.BR "board enables" )
224 225 226 227 228 229 230 231 232 233 234 235 236 237
in flashrom have not yet been tested. If your mainboard is detected needing
an untested board enable function, a warning message is printed and the
board enable is not executed, because a wrong board enable function might
cause the system to behave erratically, as board enable functions touch the
low-level internals of a mainboard. Not executing a board enable function
(if one is needed) might cause detection or erasing failure. If your board
protects only part of the flash (commonly the top end, called boot block),
flashrom might encounter an error only after erasing the unprotected part,
so running without the board-enable function might be dangerous for erase
and write (which includes erase).
.sp
The suggested procedure for a mainboard with untested board specific code is
to first try to probe the ROM (just invoke flashrom and check that it
detects your flash chip type) without running the board enable code (i.e.
238
without any parameters). If it finds your chip, fine. Otherwise, retry
239 240
probing your chip with the board-enable code running, using
.sp
241
.B "  flashrom \-p internal:boardenable=force"
242 243 244
.sp
If your chip is still not detected, the board enable code seems to be broken
or the flash chip unsupported. Otherwise, make a backup of your current ROM
245 246 247 248
contents (using
.BR \-r )
and store it to a medium outside of your computer, like
a USB drive or a network share. If you needed to run the board enable code
249 250 251 252 253 254
already for probing, use it for reading too. Now you can try to write the
new image. You should enable the board enable code in any case now, as it
has been written because it is known that writing/erasing without the board
enable is going to fail. In any case (success or failure), please report to
the flashrom mailing list, see below.
.sp
255 256 257 258 259
On systems running coreboot, flashrom checks whether the desired image matches
your mainboard. This needs some special board ID to be present in the image.
If flashrom detects that the image you want to write and the current board
do not match, it will refuse to write the image unless you specify
.sp
260
.B "  flashrom \-p internal:boardmismatch=force"
261
.sp
262
If your mainboard uses an ITE IT87 series Super I/O for LPC<->SPI flash bus
263 264 265
translation, flashrom should autodetect that configuration. You can use the
.sp
.B "  flashrom \-p internal:it87spiport=portnum"
266
.sp
267 268 269
syntax as explained in the
.B it87spi
programmer section to use a non-default port for controlling the IT87 series
270 271 272 273
Super I/O. In the unlikely case flashrom doesn't detect an active
IT87 LPC<->SPI bridge, you can try to force recognition by using the
.B it87spi
programmer.
274 275
.sp
Using flashrom on laptops is dangerous and may easily make your hardware
276 277 278 279 280
unusable (see also the
.B BUGS
section). The embedded controller (EC) in these
machines often interacts badly with flashing.
.B http://www.flashrom.org/Laptops
281 282 283 284 285 286 287 288
has more information. If flash is shared with the EC, erase is guaranteed to
brick your laptop and write is very likely to brick your laptop.
Chip read and probe may irritate your EC and cause fan failure, backlight
failure, sudden poweroff, and other nasty effects.
flashrom will attempt to detect laptops and abort immediately for safety
reasons.
If you want to proceed anyway at your own risk, use
.sp
289
.B "  flashrom \-p internal:laptop=force_I_want_a_brick"
290 291 292 293 294
.sp
You have been warned.
.sp
We will not help you if you force flashing on a laptop because this is a really
dumb idea.
295
.TP
Michael Karcher's avatar
Michael Karcher committed
296 297
.BR "dummy " programmer
An optional parameter specifies the bus types it
298
should support. For that you have to use the
299
.B "flashrom \-p dummy:type"
300 301 302
syntax where
.B type
can be any comma-separated combination of
303 304
.BR parallel ", " lpc ", " fwh ", " spi ", or " all
(in any order).
305 306
.sp
Example:
307
.B "flashrom \-p dummy:lpc,fwh"
Michael Karcher's avatar
Michael Karcher committed
308
.TP
309 310
.BR "nic3com" , " nicrealtek" , " nicsmc1211" , " gfxnvidia" , " satasii\
" and " atahpt " programmers
Michael Karcher's avatar
Michael Karcher committed
311 312 313
These programmers have an option to specify the PCI address of the card
your want to use, which must be specified if more than one card supported
by the selected programmer is installed in your system. The syntax is
314 315
.BR "flashrom \-p xxxx:bb:dd.f" ,
where
316 317
.B xxxx
is the name of the programmer
318 319 320 321 322
.B bb
is the PCI bus number,
.B dd
is the PCI device number, and
.B f
323
is the PCI function number of the desired device.
324 325
.sp
Example:
326
.B "flashrom \-p nic3com:05:04.0"
Michael Karcher's avatar
Michael Karcher committed
327 328
.TP
.BR "it87spi " programmer
329 330 331
An optional
.B it87spiport
parameter sets the I/O base port of the IT87 series SPI controller
Michael Karcher's avatar
Michael Karcher committed
332 333
interface to the port specified in the parameter instead of using the port
address set by the BIOS. For that you have to use the
334 335 336
.sp
.B "  flashrom \-p it87spi:it87spiport=portnum"
.sp
337 338 339
syntax where
.B portnum
is an I/O port number which must be a multiple of 8.
Michael Karcher's avatar
Michael Karcher committed
340
.TP
341
.BR "ft2232_spi " programmer
342
An optional parameter specifies the controller
343
type and interface/port it should support. For that you have to use the
344 345 346
.sp
.B "  flashrom \-p ft2232_spi:model,port=interface"
.sp
347 348 349
syntax where
.B model
can be any of
350
.BR 2232H ", or " 4232H
351 352 353
and
.B interface
can be any of
354
.BR A ", or " B .
355 356 357 358
The default model is
.B 4232H
and the default interface is
.BR B .
Michael Karcher's avatar
Michael Karcher committed
359 360 361
.TP
.BR "serprog " programmer
A mandatory parameter specifies either a serial
362
device/baud combination or an IP/port combination for communication with the
Michael Karcher's avatar
Michael Karcher committed
363 364
programmer. In the device/baud combination, the device has to start with a
slash. For serial, you have to use the
365 366 367
.sp
.B "  flashrom \-p serprog:/dev/device:baud"
.sp
368
syntax and for IP, you have to use
369 370 371 372 373 374
.sp
.B "  flashrom \-p serprog:ip:port"
.sp
instead. More information about serprog is available in
.B serprog-protocol.txt
in the source distribution.
Michael Karcher's avatar
Michael Karcher committed
375
.TP
376
.BR "buspirate_spi " programmer
377 378 379 380 381
A required
.B dev
parameter specifies the Bus Pirate device node and an optional
.B spispeed
parameter specifies the frequency of the SPI bus. The parameter
Michael Karcher's avatar
Michael Karcher committed
382
delimiter is a comma. Syntax is
383
.sp
384
.B "flashrom \-p buspirate_spi:dev=/dev/device,spispeed=frequency"
Michael Karcher's avatar
Michael Karcher committed
385
.sp
386 387 388
where
.B frequency
can be any of
389
.BR 30k ", " 125k ", " 250k ", " 1M ", " 2M ", " 2.6M ", " 4M ", " 8M
Michael Karcher's avatar
Michael Karcher committed
390
(in Hz). The default is the maximum frequency of 8 MHz.
391 392 393
.SH EXIT STATUS
flashrom exits with 0 on success, 1 on most failures but with 2 if /dev/mem
(/dev/xsvc on Solaris) can not be opened and with 3 if a call to mmap() fails.
394
.SH BUGS
395
Please report any bugs at
396 397 398
.sp
.B "  http://www.flashrom.org/trac/flashrom/newticket"
.sp
399
or on the flashrom mailing list at
400 401
.sp
.B "  http://www.flashrom.org/mailman/listinfo/flashrom"
402 403 404 405 406 407
.sp
Using flashrom on laptops is dangerous and may easily make your hardware
unusable unless you can desolder the flash chip and have a full flash chip
backup. This is caused by the embedded controller (EC) present in many laptops,
which interacts badly with any flash attempts. This is a hardware limitation
and flashrom will attempt to detect it and abort immediately for safety reasons.
408 409
.SH LICENCE
.B flashrom
410 411
is covered by the GNU General Public License (GPL), version 2. Some files are
additionally available under the GPL (version 2, or any later version).
412 413
.SH COPYRIGHT
.br
414 415 416
Please see the individual files.
.SH AUTHORS
Carl-Daniel Hailfinger
417
.br
418
Claus Gindhart <claus.gindhart@kontron.com>
419
.br
420 421
Dominik Geyer <dominik.geyer@kontron.com>
.br
422
Eric Biederman
423 424 425 426 427 428 429
.br
Giampiero Giancipoli <gianci@email.it>
.br
Joe Bao <Zheng.Bao@amd.com>
.br
Luc Verhaegen <libv@skynet.be>
.br
430 431
Li-Ta Lo
.br
432 433
Markus Boas <ryven@ryven.de>
.br
434 435
Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
.br
436 437 438 439 440 441 442 443 444
Nikolay Petukhov <nikolay.petukhov@gmail.com>
.br
Peter Stuge <peter@stuge.se>
.br
Reinder E.N. de Haan <lb_reha@mveas.com>
.br
Ronald G. Minnich <rminnich@gmail.com>
.br
Ronald Hoogenboom <ronald@zonnet.nl>
445
.br
446 447
Sean Nelson <audiohacked@gmail.com>
.br
448 449
Stefan Reinauer <stepan@coresystems.de>
.br
450 451 452 453 454 455
Stefan Wildemann <stefan.wildemann@kontron.com>
.br
Steven James <pyro@linuxlabs.com>
.br
Uwe Hermann <uwe@hermann-uwe.de>
.br
456
Wang Qingpei
457
.br
458
Yinghai Lu
459 460
.br
some others 
461
.PP
462 463
This manual page was written by Uwe Hermann <uwe@hermann-uwe.de>
and Carl-Daniel Hailfinger.
464
It is licensed under the terms of the GNU GPL (version 2 or later).