diff options
author | Stefan Reinauer <stepan@openbios.org> | 2006-08-03 10:49:09 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-08-03 10:49:09 +0000 |
commit | 9327d22641992459a8e57f4d5125fdce72f7f263 (patch) | |
tree | 4e00a19f383e3721665e5171df8cbcb58b78f698 /util/flashrom/README | |
parent | 085cb4b4ca9a51e42f0665850e2cc9879bfbfa76 (diff) |
some documentation updates by Uwe and some smaller ones by me.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2358 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/README')
-rw-r--r-- | util/flashrom/README | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/util/flashrom/README b/util/flashrom/README index fd91cb6f55..32c401aa28 100644 --- a/util/flashrom/README +++ b/util/flashrom/README @@ -13,21 +13,21 @@ installed on your linux system: usage ----- -usage: ./flashrom [-rwvE] [-V] [-c chipname] - [-s exclude_start] [-e exclude_end] [file] - - -r | --read: read flash and save into file - -w | --write: write file into flash (default when file is specified) - -v | --verify: verify flash against file - -E | --erase: Erase flash device - -V | --verbose: more verbose output - - -c | --chip <chipname>: probe only for specified flash chip - -s | --estart <addr>: exclude start position - -e | --eend <addr>: exclude end postion +usage: ./flashrom [-rwvEVfh] [-c chipname] [-s exclude_start] + [-e exclude_end] [-m vendor:part] [-l file.layout] [-i imagename] [file] + -r | --read: read flash and save into file + -w | --write: write file into flash (default when + file is specified) + -v | --verify: verify flash against file + -E | --erase: erase flash device + -V | --verbose: more verbose output + -c | --chip <chipname>: probe only for specified flash chip + -s | --estart <addr>: exclude start position + -e | --eend <addr>: exclude end postion -m | --mainboard <vendor:part>: override mainboard settings - -l | --layout <file.layout>: read rom layout from file - -i | --image <name>: only flash image name from flash layout + -f | --force: force write without checking image + -l | --layout <file.layout>: read rom layout from file + -i | --image <name>: only flash image name from flash layout If no file is specified, then all that happens is that flash info is dumped and the flash chip is set to writable. |