From f19bd5913d74634acdea9853c070a56e62f77081 Mon Sep 17 00:00:00 2001 From: stepan Date: Thu, 3 Aug 2006 10:49:09 +0000 Subject: Original v2 revision: 2358 some documentation updates by Uwe and some smaller ones by me. git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@59 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- README | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'README') diff --git a/README b/README index fd91cb6..32c401a 100644 --- a/README +++ b/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 : probe only for specified flash chip - -s | --estart : exclude start position - -e | --eend : 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 : probe only for specified flash chip + -s | --estart : exclude start position + -e | --eend : exclude end postion -m | --mainboard : override mainboard settings - -l | --layout : read rom layout from file - -i | --image : only flash image name from flash layout + -f | --force: force write without checking image + -l | --layout : read rom layout from file + -i | --image : 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. -- cgit v1.2.1