Changeset 1387 for trunk/flashrom.8
- Timestamp:
- 07/25/11 23:12:57 (10 months ago)
- File:
-
- 1 edited
-
trunk/flashrom.8 (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/flashrom.8
r1383 r1387 1 .TH FLASHROM 8 "Ju n 14, 2011"1 .TH FLASHROM 8 "Jul 25, 2011" 2 2 .SH NAME 3 3 flashrom \- detect, read, write, verify and erase flash chips … … 13 13 is a utility for detecting, reading, writing, verifying and erasing flash 14 14 chips. It's often used to flash BIOS/EFI/coreboot/firmware images in-system 15 using a supported mainboard, but it also supports flashing of network cards 16 (NICs), SATA controller cards, and other external devices which can program 17 flash chips. 15 using a supported mainboard. However, it also supports various external 16 PCI/USB/parallel-port/serial-port based devices which can program flash chips, 17 including some network cards (NICs), SATA/IDE controller cards, graphics cards, 18 the Bus Pirate device, various FTDI FT2232/FT4232H based USB devices, and more. 18 19 .PP 19 20 It supports a wide range of DIP32, PLCC32, DIP8, SO8/SOIC8, TSOP32, TSOP40, 20 and TSOP48 chips, which use various protocols such as LPC, FWH, parallel flash,21 or SPI.21 TSOP48, and BGA chips, which use various protocols such as LPC, FWH, 22 parallel flash, or SPI. 22 23 .SH OPTIONS 23 24 .B IMPORTANT: … … 31 32 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 33 in probe only mode and check the output. Also you are advised to make a34 in probe-only mode and check the output. Also you are advised to make a 34 35 backup of your current ROM contents with 35 36 .B \-r … … 39 40 Read flash ROM contents and save them into the given 40 41 .BR <file> . 42 If the file already exists, it will be overwritten. 41 43 .TP 42 44 .B "\-w, \-\-write <file>" … … 145 147 .TP 146 148 .B "\-L, \-\-list\-supported" 147 List the flash chips, chipsets, mainboards, and PCI card "programmers" 149 List the flash chips, chipsets, mainboards, and external programmers 150 (including PCI, USB, parallel port, and serial port based devices) 148 151 supported by flashrom. 149 152 .sp … … 161 164 .BR \-\-list\-supported , 162 165 but outputs the supported hardware in MediaWiki syntax, so that it can be 163 easily pasted into the wiki page at http://www.flashrom.org/. Please note 164 that MediaWiki output is not compiled in by default. 166 easily pasted into the wiki page at 167 .BR http://www.flashrom.org/ . 168 Please note that MediaWiki output is not compiled in by default. 165 169 .TP 166 170 .B "\-p, \-\-programmer <name>[:parameter[,parameter[,parameter]]]" … … 490 494 .sp 491 495 More information about the hardware is available at 492 http://rayer.ic.cz/elektro/spipgm.htm 496 .BR http://rayer.ic.cz/elektro/spipgm.htm . 493 497 .TP 494 498 .BR "ogp_spi " programmer … … 518 522 .sp 519 523 More information about the hardware is available at 520 http://wiki.opengraphics.org 524 .BR http://wiki.opengraphics.org . 521 525 .SH EXIT STATUS 522 526 flashrom exits with 0 on success, 1 on most failures but with 2 if /dev/mem … … 572 576 .sp 573 577 On OpenBSD, you can obtain raw access permission by setting 574 securelevel=-1 in /etc/rc.securelevel and rebooting, or rebooting into single 575 user mode. 578 .B "securelevel=-1" 579 in 580 .B "/etc/rc.securelevel" 581 and rebooting, or rebooting into single user mode. 576 582 .SH BUGS 577 583 Please report any bugs at … … 591 597 which interacts badly with any flash attempts. This is a hardware limitation 592 598 and flashrom will attempt to detect it and abort immediately for safety reasons. 599 .sp 600 More information about flashrom on laptops is available from 601 .sp 602 .B " http://www.flashrom.org/Laptops" 593 603 .SH LICENSE 594 604 .B flashrom
Note: See TracChangeset
for help on using the changeset viewer.
