flashrom.8 22.7 KB
Newer Older
1
.TH FLASHROM 8 "Jul 25, 2011"
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
chips. It's often used to flash BIOS/EFI/coreboot/firmware images in-system
15 16 17 18
using a supported mainboard. However, it also supports various external
PCI/USB/parallel-port/serial-port based devices which can program flash chips,
including some network cards (NICs), SATA/IDE controller cards, graphics cards,
the Bus Pirate device, various FTDI FT2232/FT4232H based USB devices, and more.
Uwe Hermann's avatar
Uwe Hermann committed
19
.PP
20
It supports a wide range of DIP32, PLCC32, DIP8, SO8/SOIC8, TSOP32, TSOP40,
21 22
TSOP48, and BGA chips, which use various protocols such as LPC, FWH,
parallel flash, or SPI.
23
.SH OPTIONS
24
.B IMPORTANT:
25 26
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
27
checking that your flashrom version won't interpret options in a different way.
28
.PP
29 30 31
You can specify one of
.BR \-h ", " \-R ", " \-L ", " \-z ", " \-E ", " \-r ", " \-w ", " \-v
or no operation.
32
If no operation is specified, flashrom will only probe for flash chips. It is
33
recommended that if you try flashrom the first time on a system, you run it
34
in probe-only mode and check the output. Also you are advised to make a
35 36 37
backup of your current ROM contents with
.B \-r
before you try to write a new image.
38
.TP
Uwe Hermann's avatar
Uwe Hermann committed
39 40 41
.B "\-r, \-\-read <file>"
Read flash ROM contents and save them into the given
.BR <file> .
42
If the file already exists, it will be overwritten.
43
.TP
Uwe Hermann's avatar
Uwe Hermann committed
44
.B "\-w, \-\-write <file>"
45 46
Write
.B <file>
47 48 49
into flash ROM. This will first automatically
.B erase
the chip, then write to it.
50 51 52 53 54 55 56
.sp
In the process the chip is also read several times. First an in-memory backup
is made for disaster recovery and to be able to skip regions that are
already equal to the image file. This copy is updated along with the write
operation. In case of erase errors it is even re-read completely. After
writing has finished and if verification is enabled, the whole flash chip is
read out and compared with the input image.
57
.TP
58
.B "\-n, \-\-noverify"
59
Skip the automatic verification of flash ROM contents after writing. Using this
60 61
option is
.B not
62
recommended, you should only use it if you know what you are doing and if you
63 64 65
feel that the time for verification takes too long.
.sp
Typical usage is:
66
.B "flashrom \-n \-w <file>"
67 68 69 70
.sp
This option is only useful in combination with
.BR \-\-write .
.TP
Uwe Hermann's avatar
Uwe Hermann committed
71 72 73
.B "\-v, \-\-verify <file>"
Verify the flash ROM contents against the given
.BR <file> .
74
.TP
75
.B "\-E, \-\-erase"
Uwe Hermann's avatar
Uwe Hermann committed
76
Erase the flash ROM chip.
77
.TP
78
.B "\-V, \-\-verbose"
79
More verbose output. This option can be supplied multiple times
Stefan Tauner's avatar
Stefan Tauner committed
80 81
(max. 3 times, i.e.
.BR \-VVV )
82
for even more debug output.
83
.TP
84
.B "\-c, \-\-chip" <chipname>
85
Probe only for the specified flash ROM chip. This option takes the chip name as
86 87
printed by
.B "flashrom \-L"
88 89
without the vendor name as parameter. Please note that the chip name is
case sensitive.
90
.TP
91
.B "\-m, \-\-mainboard" [<vendor>:]<board>
92 93 94 95 96 97
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
98
.B "  flashrom \-\-mainboard AGAMI:ARUMA \-w agami_aruma.rom"
99
.sp
100 101 102
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.
103 104
.TP
.B "\-f, \-\-force"
105
Force one or more of the following actions:
106
.sp
107 108
* Force chip read and pretend the chip is there.
.sp
109
* Force chip access even if the chip is bigger than the maximum supported \
110
size for the flash bus.
111 112 113 114
.sp
* Force erase even if erase is known bad.
.sp
* Force write even if write is known bad.
115 116 117 118
.TP
.B "\-l, \-\-layout <file>"
Read ROM layout from
.BR <file> .
119 120 121 122 123 124 125 126 127 128 129 130 131 132
.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
133
.B "  flashrom \-\-layout rom.layout \-\-image normal \-w agami_aruma.rom"
134 135 136
.sp
To update normal and fallback but leave the VGA BIOS alone, say:
.sp
137
.B "  flashrom \-l rom.layout \-i normal \"
138
.br
139
.B "           \-i fallback \-w agami_aruma.rom"
140 141
.sp
Currently overlapping sections are not supported.
142
.TP
Uwe Hermann's avatar
Uwe Hermann committed
143
.B "\-i, \-\-image <name>"
Uwe Hermann's avatar
Uwe Hermann committed
144 145 146
Only flash image
.B <name>
from flash layout.
147
.TP
148
.B "\-L, \-\-list\-supported"
149 150
List the flash chips, chipsets, mainboards, and external programmers
(including PCI, USB, parallel port, and serial port based devices)
151 152 153 154
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
155 156 157 158
other boards work or do not work out of the box.
.sp
.B IMPORTANT:
For verification you have
159 160
to test an ERASE and/or WRITE operation, so make sure you only do that
if you have proper means to recover from failure!
161
.TP
162 163 164 165
.B "\-z, \-\-list\-supported-wiki"
Same as
.BR \-\-list\-supported ,
but outputs the supported hardware in MediaWiki syntax, so that it can be
166 167 168
easily pasted into the wiki page at
.BR http://www.flashrom.org/ .
Please note that MediaWiki output is not compiled in by default.
169
.TP
170
.B "\-p, \-\-programmer <name>[:parameter[,parameter[,parameter]]]"
171 172
Specify the programmer device. Currently supported are:
.sp
173 174
.BR "* internal" " (default, for in-system flashing in the mainboard)"
.sp
Carl-Daniel Hailfinger's avatar
Carl-Daniel Hailfinger committed
175
.BR "* dummy" " (virtual programmer for testing flashrom)"
176
.sp
177 178
.BR "* nic3com" " (for flash ROMs on 3COM network cards)"
.sp
Uwe Hermann's avatar
Uwe Hermann committed
179 180 181 182
.BR "* nicrealtek" " (for flash ROMs on Realtek network cards)"
.sp
.BR "* nicsmc1211" " (for flash ROMs on RTL8139-compatible SMC2 network cards)"
.sp
183 184 185
.BR "* nicnatsemi" " (for flash ROMs on National Semiconductor DP838* network \
cards)"
.sp
186
.BR "* nicintel" " (for parallel flash ROMs on Intel 10/100Mbit network cards)
Uwe Hermann's avatar
Uwe Hermann committed
187
.sp
188 189
.BR "* gfxnvidia" " (for flash ROMs on NVIDIA graphics cards)"
.sp
190 191
.BR "* drkaiser" " (for flash ROMs on Dr. Kaiser PC-Waechter PCI cards)"
.sp
192 193
.BR "* satasii" " (for flash ROMs on Silicon Image SATA/IDE controllers)"
.sp
Uwe Hermann's avatar
Uwe Hermann committed
194 195
.BR "* satamv" " (for flash ROMs on Marvell SATA controllers)"
.sp
196 197
.BR "* atahpt" " (for flash ROMs on Highpoint ATA/RAID controllers)"
.sp
198
.BR "* ft2232_spi" " (for SPI flash ROMs attached to an FT2232/FT4232H family \
199 200
based USB SPI programmer), including the DLP Design DLP-USB1232H, \
FTDI FT2232H Mini-Module, FTDI FT4232H Mini-Module, openbiosprog-spi, Amontec \
201 202
JTAGkey/JTAGkey-tiny/JTAGkey-2, Dangerous Prototypes Bus Blaster, \
Olimex ARM-USB-TINY/-H, and Olimex ARM-USB-OCD/-H."
203
.sp
204 205 206 207
.BR "* serprog" " (for flash ROMs attached to a programmer speaking serprog), \
including AVR flasher by Urja Rannikko, AVR flasher by eightdot, \
Arduino Mega flasher by fritz, InSystemFlasher by Juhana Helovuo, and \
atmegaXXu2-flasher by Stefan Tauner."
208
.sp
209
.BR "* buspirate_spi" " (for SPI flash ROMs attached to a Bus Pirate)"
210
.sp
211 212
.BR "* dediprog" " (for SPI flash ROMs attached to a Dediprog SF100)"
.sp
213 214 215
.BR "* rayer_spi" " (for SPI flash ROMs attached to a RayeR parport \
based programmer)"
.sp
216
.BR "* nicintel_spi" " (for SPI flash ROMs on Intel Gigabit network cards)"
217
.sp
218
.BR "* ogp_spi" " (for SPI flash ROMs on Open Graphics Project graphics card)"
219
.sp
Michael Karcher's avatar
Michael Karcher committed
220 221 222 223
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.
224
.B "flashrom \-h"
Michael Karcher's avatar
Michael Karcher committed
225 226 227 228 229 230 231 232 233
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
234
parameters. These parameters are separated from the programmer name by a
Michael Karcher's avatar
Michael Karcher committed
235 236 237 238
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
239 240 241 242 243
.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
244 245
running coreboot, the mainboard type is determined from the coreboot table.
Otherwise, the mainboard is detected by examining the onboard PCI devices
246 247
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
248 249 250
specify the mainboard using the
.B \-m
switch (see above).
251
.sp
252 253
Some of these board-specific flash enabling functions (called
.BR "board enables" )
254 255 256 257 258 259 260 261 262 263 264 265 266 267
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.
268
without any parameters). If it finds your chip, fine. Otherwise, retry
269 270
probing your chip with the board-enable code running, using
.sp
271
.B "  flashrom \-p internal:boardenable=force"
272 273 274
.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
275 276 277 278
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
279 280 281 282 283 284
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
285 286 287 288 289
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
290
.B "  flashrom \-p internal:boardmismatch=force"
291
.sp
292
If your mainboard uses an ITE IT87 series Super I/O for LPC<->SPI flash bus
Carl-Daniel Hailfinger's avatar
Carl-Daniel Hailfinger committed
293 294 295
translation, flashrom should autodetect that configuration. If you want to
set the I/O base port of the IT87 series SPI controller manually instead of
using the value provided by the BIOS, use the 
296 297
.sp
.B "  flashrom \-p internal:it87spiport=portnum"
298
.sp
Carl-Daniel Hailfinger's avatar
Carl-Daniel Hailfinger committed
299 300 301 302 303
syntax where
.B portnum
is the I/O port number (must be a multiple of 8). In the unlikely case
flashrom doesn't detect an active IT87 LPC<->SPI bridge, please send a bug
report so we can diagnose the problem.
304
.sp
305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321
If you have an Intel chipset with an ICH6 or later southbridge and if you want
to set specific IDSEL values for a non-default flash chip or an embedded
controller (EC), you can use the
.sp
.B "  flashrom \-p internal:fwh_idsel=value"
.sp
syntax where value is the 48-bit hexadecimal raw value to be written in the
IDSEL registers of the Intel southbridge. The upper 32 bits use one hex digit
each per 512 kB range between 0xffc00000 and 0xffffffff, and the lower 16 bits
use one hex digit each per 1024 kB range between 0xff400000 and 0xff7fffff.
The rightmost hex digit corresponds with the lowest address range. All address
ranges have a corresponding sister range 4 MB below with identical IDSEL
settings. The default value for ICH7 is given in the example below.
.sp
Example:
.B "flashrom \-p internal:fwh_idsel=0x001122334567"
.sp
322
Using flashrom on laptops is dangerous and may easily make your hardware
323 324 325 326 327
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
328 329 330 331 332 333 334 335
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
336
.B "  flashrom \-p internal:laptop=force_I_want_a_brick"
337 338 339 340 341
.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.
342
.TP
Michael Karcher's avatar
Michael Karcher committed
343
.BR "dummy " programmer
Carl-Daniel Hailfinger's avatar
Carl-Daniel Hailfinger committed
344 345 346 347 348 349 350
The dummy programmer operates on a buffer in memory only. It provides a safe
and fast way to test various aspects of flashrom and is mainly used in
development and while debugging.
.sp
It is able to emulate some chips to a certain degree (basic
identify/read/erase/write operations work).
.sp
Michael Karcher's avatar
Michael Karcher committed
351
An optional parameter specifies the bus types it
352
should support. For that you have to use the
Carl-Daniel Hailfinger's avatar
Carl-Daniel Hailfinger committed
353 354 355
.sp
.B "  flashrom \-p dummy:bus=[type[+type[+type]]]"
.sp
356 357
syntax where
.B type
Uwe Hermann's avatar
Uwe Hermann committed
358
can be
359 360 361
.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.
362 363
.sp
Example:
364
.B "flashrom \-p dummy:bus=lpc+fwh"
Carl-Daniel Hailfinger's avatar
Carl-Daniel Hailfinger committed
365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410
.sp
The dummy programmer supports flash chip emulation for automated self-tests
without hardware access. If you want to emulate a flash chip, use the
.sp
.B "  flashrom \-p dummy:emulate=chip"
.sp
syntax where
.B chip
is one of the following chips (please specify only the chip name, not the
vendor):
.sp
.RB "* ST " M25P10.RES " SPI flash chip (RES, page write)"
.sp
.RB "* SST " SST25VF040.REMS " SPI flash chip (REMS, byte write)"
.sp
.RB "* SST " SST25VF032B " SPI flash chip (RDID, AAI write)"
.sp
Example:
.B "flashrom -p dummy:emulate=SST25VF040.REMS"
.sp
If you use flash chip emulation, flash image persistence is available as well
by using the
.sp
.B "  flashrom \-p dummy:emulate=chip,image=image.rom"
.sp
syntax where
.B image.rom
is the file where the simulated chip contents are read on flashrom startup and
where the chip contents on flashrom shutdown are written to.
.sp
Example:
.B "flashrom -p dummy:emulate=M25P10.RES,image=dummy.bin"
.sp
If you use SPI flash chip emulation for a chip which supports SPI page write
with the default opcode, you can set the maximum allowed write chunk size with
the
.sp
.B "  flashrom \-p dummy:emulate=chip,spi_write_256_chunksize=size"
.sp
syntax where
.B size
is the number of bytes (min. 1, max. 256).
.sp
Example:
.sp
.B "  flashrom -p dummy:emulate=M25P10.RES,spi_write_256_chunksize=5"
Michael Karcher's avatar
Michael Karcher committed
411
.TP
Uwe Hermann's avatar
Uwe Hermann committed
412 413 414
.BR "nic3com" , " nicrealtek" , " nicsmc1211" , " nicnatsemi" , " nicintel\
" , " nicintel_spi" , " gfxnvidia" , " ogp_spi" , " drkaiser" , " satasii\
" , " satamv" ", and " atahpt " programmers
Michael Karcher's avatar
Michael Karcher committed
415 416 417
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
Carl-Daniel Hailfinger's avatar
Carl-Daniel Hailfinger committed
418 419 420
.sp
.BR "  flashrom \-p xxxx:pci=bb:dd.f" ,
.sp
421
where
422 423
.B xxxx
is the name of the programmer
424 425 426 427 428
.B bb
is the PCI bus number,
.B dd
is the PCI device number, and
.B f
429
is the PCI function number of the desired device.
430 431
.sp
Example:
432
.B "flashrom \-p nic3com:pci=05:04.0"
Michael Karcher's avatar
Michael Karcher committed
433
.TP
434
.BR "ft2232_spi " programmer
435
An optional parameter specifies the controller
436
type and interface/port it should support. For that you have to use the
437
.sp
438
.B "  flashrom \-p ft2232_spi:type=model,port=interface"
439
.sp
440 441
syntax where
.B model
Uwe Hermann's avatar
Uwe Hermann committed
442
can be
443 444
.BR 2232H ", " 4232H ", " jtagkey ", " busblaster ", " openmoko ", " \
arm-usb-tiny ", " arm-usb-tiny-h ", " arm-usb-ocd " or " arm-usb-ocd-h
445 446
and
.B interface
Uwe Hermann's avatar
Uwe Hermann committed
447
can be
448
.BR A ", or " B .
449 450 451 452
The default model is
.B 4232H
and the default interface is
.BR B .
Michael Karcher's avatar
Michael Karcher committed
453 454 455
.TP
.BR "serprog " programmer
A mandatory parameter specifies either a serial
456
device/baud combination or an IP/port combination for communication with the
Michael Karcher's avatar
Michael Karcher committed
457 458
programmer. In the device/baud combination, the device has to start with a
slash. For serial, you have to use the
459
.sp
460
.B "  flashrom \-p serprog:dev=/dev/device:baud"
461
.sp
462
syntax and for IP, you have to use
463
.sp
464
.B "  flashrom \-p serprog:ip=ipaddr:port"
465 466 467 468
.sp
instead. More information about serprog is available in
.B serprog-protocol.txt
in the source distribution.
Michael Karcher's avatar
Michael Karcher committed
469
.TP
470
.BR "buspirate_spi " programmer
471 472 473 474 475
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
476
delimiter is a comma. Syntax is
477
.sp
Uwe Hermann's avatar
Uwe Hermann committed
478
.B "  flashrom \-p buspirate_spi:dev=/dev/device,spispeed=frequency"
Michael Karcher's avatar
Michael Karcher committed
479
.sp
480 481
where
.B frequency
Uwe Hermann's avatar
Uwe Hermann committed
482 483
can be
.BR 30k ", " 125k ", " 250k ", " 1M ", " 2M ", " 2.6M ", " 4M " or " 8M
Michael Karcher's avatar
Michael Karcher committed
484
(in Hz). The default is the maximum frequency of 8 MHz.
485
.TP
486
.BR "dediprog " programmer
487 488 489 490 491 492 493
An optional
.B voltage
parameter specifies the voltage the Dediprog should use. The default unit is
Volt if no unit is specified. You can use
.BR mV ", " milliVolt ", " V " or " Volt
as unit specifier. Syntax is
.sp
Uwe Hermann's avatar
Uwe Hermann committed
494
.B "  flashrom \-p dediprog:voltage=value"
495 496 497
.sp
where
.B value
Uwe Hermann's avatar
Uwe Hermann committed
498
can be
499 500
.BR 0V ", " 1.8V ", " 2.5V ", " 3.5V
or the equivalent in mV.
501
.TP
502
.BR "rayer_spi " programmer
503 504 505 506 507 508 509 510 511 512 513 514 515
The default I/O base address used for the parallel port is 0x378 and you can use
the optional
.B iobase
parameter to specify an alternate base I/O address with the
.sp
.B "  flashrom \-p rayer_spi:iobase=baseaddr"
.sp
syntax where
.B baseaddr
is base I/O port address of the parallel port, which must be a multiple of
four. Make sure to not forget the "0x" prefix for hexadecimal port addresses.
.sp
More information about the hardware is available at
516
.BR http://rayer.ic.cz/elektro/spipgm.htm .
517 518
.TP
.BR "ogp_spi " programmer
Uwe Hermann's avatar
Uwe Hermann committed
519
The flash ROM chip to access must be specified with the 
520 521 522 523 524 525 526 527 528 529 530 531 532 533 534
.B rom
parameter.
.sp
.B "  flashrom \-p ogp_spi:rom=name"
.sp
Where
.B name
is either
.B cprom
or
.B s3
for the configuration ROM and 
.B bprom
or
.B bios
Uwe Hermann's avatar
Uwe Hermann committed
535
for the BIOS ROM. If more than one card supported by the ogp_spi programmer
536 537 538 539 540 541 542 543
is installed in your system, you have to specify the PCI address of the card
you want to use with the
.B pci=
parameter as explained in the
.B nic3com
section above.
.sp
More information about the hardware is available at
544
.BR http://wiki.opengraphics.org .
545 546 547
.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
548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563
.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
.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
564 565 566
.B rayer_spi
needs raw I/O port access.
.sp
Carl-Daniel Hailfinger's avatar
Carl-Daniel Hailfinger committed
567 568 569
.B satasii
needs PCI configuration space read access and raw memory access.
.sp
Carl-Daniel Hailfinger's avatar
Carl-Daniel Hailfinger committed
570 571 572 573
.B satamv
needs PCI configuration space read access, raw I/O port access and raw memory
access.
.sp
Carl-Daniel Hailfinger's avatar
Carl-Daniel Hailfinger committed
574 575 576 577 578 579 580 581 582 583 584 585
.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
Carl-Daniel Hailfinger's avatar
Carl-Daniel Hailfinger committed
586 587
.BR internal ", " nic3com ", " nicrealtek ", " nicsmc1211 ", " nicnatsemi ", "
.BR gfxnvidia ", " drkaiser ", " satasii ", " satamv " and " atahpt
Carl-Daniel Hailfinger's avatar
Carl-Daniel Hailfinger committed
588 589 590 591 592 593
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
594 595 596
.B ogp
needs PCI configuration space read access and raw memory access.
.sp
Carl-Daniel Hailfinger's avatar
Carl-Daniel Hailfinger committed
597
On OpenBSD, you can obtain raw access permission by setting
598 599 600 601
.B "securelevel=-1"
in
.B "/etc/rc.securelevel"
and rebooting, or rebooting into single user mode.
602
.SH BUGS
603
Please report any bugs at
604 605 606
.sp
.B "  http://www.flashrom.org/trac/flashrom/newticket"
.sp
607
or on the flashrom mailing list at
608 609 610
.B "<flashrom@flashrom.org>"
.sp
We recommend to subscribe first at
611 612
.sp
.B "  http://www.flashrom.org/mailman/listinfo/flashrom"
613 614 615 616 617 618
.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.
619 620 621 622
.sp
More information about flashrom on laptops is available from
.sp
.B "  http://www.flashrom.org/Laptops"
623
.SH LICENSE
624
.B flashrom
625 626
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).
627 628
.SH COPYRIGHT
.br
629 630
Please see the individual files.
.SH AUTHORS
631
Andrew Morgan
632
.br
633
Carl-Daniel Hailfinger
634
.br
635
Claus Gindhart
636
.br
637
David Borg
638
.br
639
David Hendricks
640
.br
641
Dominik Geyer
642
.br
643
Eric Biederman
644
.br
645
Giampiero Giancipoli
646
.br
647
Helge Wagner
648
.br
649
Idwer Vollering
650
.br
651
Joe Bao
652
.br
653
Joerg Fischer
654
.br
655
Joshua Roys
656
.br
657
Luc Verhaegen
658
.br
659 660
Li-Ta Lo
.br
661 662
Mark Marshall
.br
663
Markus Boas
664
.br
665
Mattias Mattsson
666
.br
667
Michael Karcher
668
.br
669
Nikolay Petukhov
670
.br
671
Patrick Georgi
672
.br
673
Peter Lemenkov
674
.br
675
Peter Stuge
676
.br
677
Reinder E.N. de Haan
678
.br
679
Ronald G. Minnich
680
.br
681
Ronald Hoogenboom
682
.br
683
Sean Nelson
684
.br
685
Stefan Reinauer
686
.br
Uwe Hermann's avatar
Uwe Hermann committed
687 688
Stefan Tauner
.br
689
Stefan Wildemann
690
.br
691
Stephan Guilloux
692
.br
693
Steven James
694
.br
695
Uwe Hermann
696
.br
697
Wang Qingpei
698
.br
699
Yinghai Lu
700
.br
701 702
some others, please see the flashrom svn changelog for details.
.br
Uwe Hermann's avatar
Uwe Hermann committed
703
All authors can be reached via email at <flashrom@flashrom.org>.
704
.PP
705 706
This manual page was written by Uwe Hermann <uwe@hermann-uwe.de>,
Carl-Daniel Hailfinger and others.
707
It is licensed under the terms of the GNU GPL (version 2 or later).