flashrom.8 17.4 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
.BR "* it87spi" " (for flash ROMs behind an ITE IT87xx Super I/O LPC/SPI \
181
translation unit)"
182
.sp
183 184
.BR "* ft2232_spi" " (for SPI flash ROMs attached to a FT2232H/FT4232H/JTAGkey \
based USB SPI programmer)"
185
.sp
186
.BR "* serprog" " (for flash ROMs attached to a programmer speaking serprog)"
187
.sp
188
.BR "* buspirate_spi" " (for SPI flash ROMs attached to a Bus Pirate)"
189
.sp
190 191 192
.BR "* rayer_spi" " (for SPI flash ROMs attached to a RayeR parport \
based programmer)"
.sp
Michael Karcher's avatar
Michael Karcher committed
193 194 195 196
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.
197
.B "flashrom \-h"
Michael Karcher's avatar
Michael Karcher committed
198 199 200 201 202 203 204 205 206
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
207
parameters. These parameters are separated from the programmer name by a
Michael Karcher's avatar
Michael Karcher committed
208 209 210 211
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
212 213 214 215 216
.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
217 218
running coreboot, the mainboard type is determined from the coreboot table.
Otherwise, the mainboard is detected by examining the onboard PCI devices
219 220
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
221 222 223
specify the mainboard using the
.B \-m
switch (see above).
224
.sp
225 226
Some of these board-specific flash enabling functions (called
.BR "board enables" )
227 228 229 230 231 232 233 234 235 236 237 238 239 240
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.
241
without any parameters). If it finds your chip, fine. Otherwise, retry
242 243
probing your chip with the board-enable code running, using
.sp
244
.B "  flashrom \-p internal:boardenable=force"
245 246 247
.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
248 249 250 251
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
252 253 254 255 256 257
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
258 259 260 261 262
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
263
.B "  flashrom \-p internal:boardmismatch=force"
264
.sp
265
If your mainboard uses an ITE IT87 series Super I/O for LPC<->SPI flash bus
266 267 268
translation, flashrom should autodetect that configuration. You can use the
.sp
.B "  flashrom \-p internal:it87spiport=portnum"
269
.sp
270 271 272
syntax as explained in the
.B it87spi
programmer section to use a non-default port for controlling the IT87 series
273 274 275 276
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.
277 278
.sp
Using flashrom on laptops is dangerous and may easily make your hardware
279 280 281 282 283
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
284 285 286 287 288 289 290 291
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
292
.B "  flashrom \-p internal:laptop=force_I_want_a_brick"
293 294 295 296 297
.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.
298
.TP
Michael Karcher's avatar
Michael Karcher committed
299 300
.BR "dummy " programmer
An optional parameter specifies the bus types it
301
should support. For that you have to use the
302
.B "flashrom \-p dummy:bus=[type[+type[+type]]]"
303 304
syntax where
.B type
305 306 307 308
can be any of
.BR parallel ", " lpc ", " fwh ", " spi
in any order. If you specify bus without type, all buses will be disabled.
If you do not specify bus, all buses will be enabled.
309 310
.sp
Example:
311
.B "flashrom \-p dummy:bus=lpc+fwh"
Michael Karcher's avatar
Michael Karcher committed
312
.TP
Carl-Daniel Hailfinger's avatar
Carl-Daniel Hailfinger committed
313
.BR "nic3com" , " nicrealtek" , " nicsmc1211" , " gfxnvidia" , " satasii \
314
" and " atahpt " programmers
Michael Karcher's avatar
Michael Karcher committed
315 316 317
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
318
.BR "flashrom \-p xxxx:pci=bb:dd.f" ,
319
where
320 321
.B xxxx
is the name of the programmer
322 323 324 325 326
.B bb
is the PCI bus number,
.B dd
is the PCI device number, and
.B f
327
is the PCI function number of the desired device.
328 329
.sp
Example:
330
.B "flashrom \-p nic3com:pci=05:04.0"
Michael Karcher's avatar
Michael Karcher committed
331 332
.TP
.BR "it87spi " programmer
333 334 335
An optional
.B it87spiport
parameter sets the I/O base port of the IT87 series SPI controller
Michael Karcher's avatar
Michael Karcher committed
336 337
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
338 339 340
.sp
.B "  flashrom \-p it87spi:it87spiport=portnum"
.sp
341 342 343
syntax where
.B portnum
is an I/O port number which must be a multiple of 8.
Michael Karcher's avatar
Michael Karcher committed
344
.TP
345
.BR "ft2232_spi " programmer
346
An optional parameter specifies the controller
347
type and interface/port it should support. For that you have to use the
348
.sp
349
.B "  flashrom \-p ft2232_spi:type=model,port=interface"
350
.sp
351 352 353
syntax where
.B model
can be any of
354
.BR 2232H ", " JTAGkey ", or " 4232H
355 356 357
and
.B interface
can be any of
358
.BR A ", or " B .
359 360 361 362
The default model is
.B 4232H
and the default interface is
.BR B .
Michael Karcher's avatar
Michael Karcher committed
363 364 365
.TP
.BR "serprog " programmer
A mandatory parameter specifies either a serial
366
device/baud combination or an IP/port combination for communication with the
Michael Karcher's avatar
Michael Karcher committed
367 368
programmer. In the device/baud combination, the device has to start with a
slash. For serial, you have to use the
369
.sp
370
.B "  flashrom \-p serprog:dev=/dev/device:baud"
371
.sp
372
syntax and for IP, you have to use
373
.sp
374
.B "  flashrom \-p serprog:ip=ipaddr:port"
375 376 377 378
.sp
instead. More information about serprog is available in
.B serprog-protocol.txt
in the source distribution.
Michael Karcher's avatar
Michael Karcher committed
379
.TP
380
.BR "buspirate_spi " programmer
381 382 383 384 385
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
386
delimiter is a comma. Syntax is
387
.sp
388
.B "flashrom \-p buspirate_spi:dev=/dev/device,spispeed=frequency"
Michael Karcher's avatar
Michael Karcher committed
389
.sp
390 391 392
where
.B frequency
can be any of
393
.BR 30k ", " 125k ", " 250k ", " 1M ", " 2M ", " 2.6M ", " 4M ", " 8M
Michael Karcher's avatar
Michael Karcher committed
394
(in Hz). The default is the maximum frequency of 8 MHz.
395 396 397 398
.TP
.BR "rayer_spi " programmer
No parameters defined yet. More information about the hardware is available at
http://rayer.ic.cz/elektro/spipgm.htm
399 400 401
.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.
Carl-Daniel Hailfinger's avatar
Carl-Daniel Hailfinger committed
402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420
.SH REQUIREMENTS
flashrom needs different access permissions for different programmers.
.sp
.B internal
needs raw memory access, PCI configuration space access, raw I/O port
access (x86) and MSR access (x86).
.sp
.B it87spi
needs raw I/O port access (x86).
.sp
.BR nic3com ", " nicrealtek ", " nicsmc1211 " and " nicnatsemi "
need PCI configuration space read access and raw I/O port access.
.sp
.B atahpt
needs PCI configuration space access and raw I/O port access.
.sp
.BR gfxnvidia " and " drkaiser
need PCI configuration space access and raw memory access.
.sp
421 422 423
.B rayer_spi
needs raw I/O port access.
.sp
Carl-Daniel Hailfinger's avatar
Carl-Daniel Hailfinger committed
424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449
.B satasii
needs PCI configuration space read access and raw memory access.
.sp
.B serprog
needs TCP access to the network or userspace access to a serial port.
.sp
.B buspirate_spi
needs userspace access to a serial port.
.sp
.BR dediprog " and " ft2232_spi
need access to the USB device via libusb.
.sp
.B dummy
needs no access permissions at all.
.sp
.BR internal ", " it87spi ", " nic3com ", " nicrealtek ", " nicsmc1211 ", "
.BR nicnatsemi ", " "gfxnvidia" ", " drkaiser ", " satasii " and " atahpt
have to be run as superuser/root, and need additional raw access permission.
.sp
.BR serprog ", " buspirate_spi ", " dediprog " and " ft2232_spi
can be run as normal user on most operating systems if appropriate device
permissions are set.
.sp
On OpenBSD, you can obtain raw access permission by setting
securelevel=-1 in /etc/rc.securelevel and rebooting, or rebooting into single
user mode.
450
.SH BUGS
451
Please report any bugs at
452 453 454
.sp
.B "  http://www.flashrom.org/trac/flashrom/newticket"
.sp
455
or on the flashrom mailing list at
456 457
.sp
.B "  http://www.flashrom.org/mailman/listinfo/flashrom"
458 459 460 461 462 463
.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.
464 465
.SH LICENCE
.B flashrom
466 467
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).
468 469
.SH COPYRIGHT
.br
470 471 472
Please see the individual files.
.SH AUTHORS
Carl-Daniel Hailfinger
473
.br
474
Claus Gindhart <claus.gindhart@kontron.com>
475
.br
476 477
Dominik Geyer <dominik.geyer@kontron.com>
.br
478
Eric Biederman
479 480 481 482 483 484 485
.br
Giampiero Giancipoli <gianci@email.it>
.br
Joe Bao <Zheng.Bao@amd.com>
.br
Luc Verhaegen <libv@skynet.be>
.br
486 487
Li-Ta Lo
.br
488 489
Markus Boas <ryven@ryven.de>
.br
490 491
Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
.br
492 493 494 495 496 497 498 499 500
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>
501
.br
502 503
Sean Nelson <audiohacked@gmail.com>
.br
504 505
Stefan Reinauer <stepan@coresystems.de>
.br
506 507 508 509 510 511
Stefan Wildemann <stefan.wildemann@kontron.com>
.br
Steven James <pyro@linuxlabs.com>
.br
Uwe Hermann <uwe@hermann-uwe.de>
.br
512
Wang Qingpei
513
.br
514
Yinghai Lu
515 516
.br
some others 
517
.PP
518 519
This manual page was written by Uwe Hermann <uwe@hermann-uwe.de>
and Carl-Daniel Hailfinger.
520
It is licensed under the terms of the GNU GPL (version 2 or later).