diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2015-11-13 22:39:06 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-11-14 07:18:54 +0100 |
commit | 9ecd349e0e48c22131ca45e534bc76951ca6e881 (patch) | |
tree | 5f069d61407e57c24d04cd2d7e0db1fb738f0a8d /docs/src/install/c201.texi | |
parent | 43438b995be890eed297b5721417ea789f2dc7f9 (diff) | |
download | librebootfr-9ecd349e0e48c22131ca45e534bc76951ca6e881.tar.gz librebootfr-9ecd349e0e48c22131ca45e534bc76951ca6e881.zip |
docs: The installation script for CrOS is cros-flash-replace, fix typo
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'docs/src/install/c201.texi')
-rw-r--r-- | docs/src/install/c201.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/install/c201.texi b/docs/src/install/c201.texi index 9ea5febd..ec4ef23f 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}@* |