Changeset 1387 for trunk/flashrom.8


Ignore:
Timestamp:
07/25/11 23:12:57 (10 months ago)
Author:
uwe
Message:

Random manpage improvements and updates.

Signed-off-by: Uwe Hermann <uwe@…>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/flashrom.8

    r1383 r1387  
    1 .TH FLASHROM 8 "Jun 14, 2011" 
     1.TH FLASHROM 8 "Jul 25, 2011" 
    22.SH NAME 
    33flashrom \- detect, read, write, verify and erase flash chips 
     
    1313is a utility for detecting, reading, writing, verifying and erasing flash 
    1414chips. 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. 
     15using a supported mainboard. However, it also supports various external 
     16PCI/USB/parallel-port/serial-port based devices which can program flash chips, 
     17including some network cards (NICs), SATA/IDE controller cards, graphics cards, 
     18the Bus Pirate device, various FTDI FT2232/FT4232H based USB devices, and more. 
    1819.PP 
    1920It 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. 
     21TSOP48, and BGA chips, which use various protocols such as LPC, FWH, 
     22parallel flash, or SPI. 
    2223.SH OPTIONS 
    2324.B IMPORTANT: 
     
    3132If no operation is specified, flashrom will only probe for flash chips. It is 
    3233recommended 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 a 
     34in probe-only mode and check the output. Also you are advised to make a 
    3435backup of your current ROM contents with 
    3536.B \-r 
     
    3940Read flash ROM contents and save them into the given 
    4041.BR <file> . 
     42If the file already exists, it will be overwritten. 
    4143.TP 
    4244.B "\-w, \-\-write <file>" 
     
    145147.TP 
    146148.B "\-L, \-\-list\-supported" 
    147 List the flash chips, chipsets, mainboards, and PCI card "programmers" 
     149List the flash chips, chipsets, mainboards, and external programmers 
     150(including PCI, USB, parallel port, and serial port based devices) 
    148151supported by flashrom. 
    149152.sp 
     
    161164.BR \-\-list\-supported , 
    162165but 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. 
     166easily pasted into the wiki page at 
     167.BR http://www.flashrom.org/ . 
     168Please note that MediaWiki output is not compiled in by default. 
    165169.TP 
    166170.B "\-p, \-\-programmer <name>[:parameter[,parameter[,parameter]]]" 
     
    490494.sp 
    491495More information about the hardware is available at 
    492 http://rayer.ic.cz/elektro/spipgm.htm 
     496.BR http://rayer.ic.cz/elektro/spipgm.htm . 
    493497.TP 
    494498.BR "ogp_spi " programmer 
     
    518522.sp 
    519523More information about the hardware is available at 
    520 http://wiki.opengraphics.org 
     524.BR http://wiki.opengraphics.org . 
    521525.SH EXIT STATUS 
    522526flashrom exits with 0 on success, 1 on most failures but with 2 if /dev/mem 
     
    572576.sp 
    573577On 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" 
     579in 
     580.B "/etc/rc.securelevel" 
     581and rebooting, or rebooting into single user mode. 
    576582.SH BUGS 
    577583Please report any bugs at 
     
    591597which interacts badly with any flash attempts. This is a hardware limitation 
    592598and flashrom will attempt to detect it and abort immediately for safety reasons. 
     599.sp 
     600More information about flashrom on laptops is available from 
     601.sp 
     602.B "  http://www.flashrom.org/Laptops" 
    593603.SH LICENSE 
    594604.B flashrom 
Note: See TracChangeset for help on using the changeset viewer.