Changeset 998 for trunk/flashrom.8
- Timestamp:
- 05/15/10 17:04:37 (2 years ago)
- File:
-
- 1 edited
-
trunk/flashrom.8 (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/flashrom.8
r996 r998 1 .TH FLASHROM 8 " May 21, 2009"1 .TH FLASHROM 8 "Apr 29, 2010" 2 2 .SH NAME 3 3 flashrom \- detect, read, write, verify and erase flash chips 4 4 .SH SYNOPSIS 5 .B flashrom \fR[\fB\-VfLzhRn\fR] [\fB\-E\fR|\fB\-r\fR file|\fB\-w\fR file|\fB\-v\fR file] [\fB\-c\fR chipname] 6 [\fB\-m\fR [vendor:]part] [\fB\-l\fR file] [\fB\-i\fR image] [\fB\-p\fR programmer] 5 .B flashrom \fR[\fB\-n\fR] [\fB\-V\fR] [\fB\-f\fR] [\fB\-h\fR|\fB\-R\fR|\ 6 \fB\-L\fR|\fB\-z\fR|\fB\-E\fR|\fB\-r\fR <file>|\fB\-w\fR <file>|\ 7 \fB\-v\fR <file>] 8 [\fB\-c\fR <chipname>] [\fB\-m\fR [<vendor>:]<part>] \ 9 [\fB\-l\fR <file>] 10 [\fB\-i\fR <image>] [\fB\-p\fR <programmername>[:<parameters>]] 7 11 .SH DESCRIPTION 8 12 .B flashrom … … 21 25 checking that your flashrom version won't interpret options in a different way. 22 26 .PP 23 You can specify one of \-E, \-r, \-w, \-v or no operation. 24 If no operation is specified, then all that happens 25 is that flash info is dumped and the flash chip is set to writable. It is 27 You can specify one of \-h, \-R, \-L, \-z, \-E, \-r, \-w, \-v or no operation. 28 If no operation is specified, flashrom will only probe for flash chips. It is 26 29 recommended that if you try flashrom the first time on a system, you run it 27 30 in probe only mode and check the output. Also you are advised to make a … … 34 37 .TP 35 38 .B "\-w, \-\-write <file>" 36 Write file into flash ROM. 39 Write 40 .B <file> 41 into flash ROM. 37 42 .TP 38 43 .B "\-n, \-\-noverify" 39 Do 40 .B not 41 verify the flash ROM contents after writing them to the chip. Using this 44 Skip the automatic verification of flash ROM contents after writing. Using this 42 45 option is 43 46 .B not 44 recommended, you should only use it if you know what you are doing and you47 recommended, you should only use it if you know what you are doing and if you 45 48 feel that the time for verification takes too long. 46 49 .sp 47 50 Typical usage is: 48 .B "flashrom - wnfile"51 .B "flashrom -n -w file" 49 52 .sp 50 53 This option is only useful in combination with … … 67 70 without the vendor name. Please note that the chip name is case sensitive. 68 71 .TP 69 .B "\-m, \-\-mainboard" <[vendor:]part>72 .B "\-m, \-\-mainboard" [<vendor>:]<part> 70 73 Override mainboard settings. 71 74 .sp … … 74 77 specify \-m, e.g.: 75 78 .sp 76 .B " flashrom - w --mainboard AGAMI:ARUMAagami_aruma.rom"79 .B " flashrom --mainboard AGAMI:ARUMA -w agami_aruma.rom" 77 80 .sp 78 81 See the 'Supported mainboards' section in the output of 'flashrom \-L' for … … 109 112 If you only want to update the normal image in a ROM you can say: 110 113 .sp 111 .B " flashrom - w --layout rom.layout --image normalagami_aruma.rom"114 .B " flashrom --layout rom.layout --image normal -w agami_aruma.rom" 112 115 .sp 113 116 To update normal and fallback but leave the VGA BIOS alone, say: 114 117 .sp 115 .B " flashrom - w -l rom.layout -i normal \"116 .br 117 .B " -i fallback agami_aruma.rom"118 .B " flashrom -l rom.layout -i normal \" 119 .br 120 .B " -i fallback -w agami_aruma.rom" 118 121 .sp 119 122 Currently overlapping sections are not supported. 120 .sp121 ROM layouts should replace the \-s and \-e option since they are more122 flexible and they should lead to a ROM update file format with the123 ROM layout and the ROM image in one file (cpio, zip or something?).124 123 .TP 125 124 .B "\-i, \-\-image <name>" … … 142 141 .BR \-\-list\-supported , 143 142 but outputs the supported hardware in MediaWiki syntax, so that it can be 144 easily pasted into the wiki page at http://www.flashrom.org/. 143 easily pasted into the wiki page at http://www.flashrom.org/. Please note 144 that MediaWiki output is not compiled in by default. 145 145 .TP 146 146 .B "\-p, \-\-programmer <name>[:parameter[,parameter[,parameter]]]" … … 238 238 If your mainboard uses an ITE IT87 series Super I/O for LPC<->SPI flash bus 239 239 translation, flashrom should autodetect that configuration. You can use 240 .sp 240 241 .B "flashrom -p internal:it87spiport=portnum" 241 242 syntax as explained in the … … 383 384 Markus Boas <ryven@ryven.de> 384 385 .br 386 Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> 387 .br 385 388 Nikolay Petukhov <nikolay.petukhov@gmail.com> 386 389 .br … … 392 395 .br 393 396 Ronald Hoogenboom <ronald@zonnet.nl> 397 .br 398 Sean Nelson <audiohacked@gmail.com> 394 399 .br 395 400 Stefan Reinauer <stepan@coresystems.de> … … 407 412 some others 408 413 .PP 409 This manual page was written by Uwe Hermann <uwe@hermann-uwe.de>. 414 This manual page was written by Uwe Hermann <uwe@hermann-uwe.de> and Carl-Daniel 415 Hailfinger. 410 416 It is licensed under the terms of the GNU GPL (version 2 or later).
Note: See TracChangeset
for help on using the changeset viewer.
