Author: stuge Date: 2009-01-11 04:31:02 +0100 (Sun, 11 Jan 2009) New Revision: 3855
Modified: trunk/util/flashrom/README Log: flashrom: Update usage in README
Mimicked from flashrom.c
Signed-off-by: Idwer Vollering vidwer@gmail.com Acked-by: Peter Stuge peter@stuge.se
Modified: trunk/util/flashrom/README =================================================================== --- trunk/util/flashrom/README 2009-01-11 00:35:30 UTC (rev 3854) +++ trunk/util/flashrom/README 2009-01-11 03:31:02 UTC (rev 3855) @@ -21,7 +21,7 @@ Usage -----
- $ flashrom [-rwvEVfh] [-c chipname] [-s exclude_start] [-e exclude_end] + $ flashrom [-rwvEVfLhR] [-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 @@ -36,6 +36,9 @@ -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 + -L | --list-supported: print supported devices + -h | --help: print this help text + -R | --version: print the version (release)
If no file is specified, then all that happens is that flash info is dumped and the flash chip is set to writable.