summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2015-11-13 16:39:06 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-11-14 01:18:54 (EST)
commit9ecd349e0e48c22131ca45e534bc76951ca6e881 (patch)
tree5f069d61407e57c24d04cd2d7e0db1fb738f0a8d /docs
parent43438b995be890eed297b5721417ea789f2dc7f9 (diff)
downloadlibreboot-9ecd349e0e48c22131ca45e534bc76951ca6e881.zip
libreboot-9ecd349e0e48c22131ca45e534bc76951ca6e881.tar.gz
libreboot-9ecd349e0e48c22131ca45e534bc76951ca6e881.tar.bz2
docs: The installation script for CrOS is cros-flash-replace, fix typo
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'docs')
-rw-r--r--docs/src/install/c201.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/install/c201.texi b/docs/src/install/c201.texi
index 9ea5feb..ec4ef23 100644
--- a/docs/src/install/c201.texi
+++ b/docs/src/install/c201.texi
@@ -119,7 +119,7 @@ All the files from the @strong{veyron_speedy} release (or build) have to be tran
The SPI flash has to be read first:@* # @strong{flashrom -p host -r flash.img}@* @strong{Note: it might be a good idea to copy the produced flash.img file at this point and store it outside of the device for backup purposes.}
-Then, the @strong{cros-flash-replace} script has to be executed as such:@* # @strong{./cros-firmware-replace flash.img coreboot ro-frid}@* If any error is shown, it is definitely a bad idea to go further than this point.
+Then, the @strong{cros-flash-replace} script has to be executed as such:@* # @strong{./cros-flash-replace flash.img coreboot ro-frid}@* If any error is shown, it is definitely a bad idea to go further than this point.
The resulting flash image can then be flashed back:@* # @strong{flashrom -p host -w flash.img}@*
@@ -140,7 +140,7 @@ All the files from the @strong{veyron_speedy} release (or build) have to be tran
The SPI flash has to be read first (using the right spi programmer):@* # @strong{flashrom -p @emph{programmer} -r flash.img}@* @strong{Note: it might be a good idea to copy the produced flash.img file at this point and store it outside of the device for backup purposes.}
-Then, the @strong{cros-flash-replace} script has to be executed as such:@* # @strong{./cros-firmware-replace flash.img coreboot ro-frid}@* If any error is shown, it is definitely a bad idea to go further than this point.
+Then, the @strong{cros-flash-replace} script has to be executed as such:@* # @strong{./cros-flash-replace flash.img coreboot ro-frid}@* If any error is shown, it is definitely a bad idea to go further than this point.
The resulting flash image can then be flashed back (using the right spi programmer):@* # @strong{flashrom -p @emph{programmer} -w flash.img}@*