summaryrefslogtreecommitdiffstats
path: root/docs/src
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2015-12-06 05:44:46 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-12-06 09:23:43 (EST)
commitaa3cccfdaed8b4012465fcc8ab14c6796b992162 (patch)
tree20f77903bab3e96d73e1f96e9e232d03535b254c /docs/src
parent60e0e66caa82be9b4b3f031c9337a871d08c0ffe (diff)
downloadlibreboot-aa3cccfdaed8b4012465fcc8ab14c6796b992162.zip
libreboot-aa3cccfdaed8b4012465fcc8ab14c6796b992162.tar.gz
libreboot-aa3cccfdaed8b4012465fcc8ab14c6796b992162.tar.bz2
docs: The cros-flash-replace scripts has to be made executable
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'docs/src')
-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 d90e92c..5255a83 100644
--- a/docs/src/install/c201.texi
+++ b/docs/src/install/c201.texi
@@ -117,7 +117,7 @@ Before installing Libreboot to the SPI flash internally, the device has to be re
All the files from the @strong{veyron_speedy} release (or build) have to be transferred to the device.
-The following operations have to be executed with root privileges on the device (e.g. using the @emph{root} account).
+The following operations have to be executed with root privileges on the device (e.g. using the @emph{root} account). In addition, the @strong{cros-flash-replace} script has to be made executable:@* # @strong{chmod a+x cros-flash-replace}@*
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.}
@@ -140,7 +140,7 @@ The SPI flash is located next to the write protect screw. Its layout is indicate
All the files from the @strong{veyron_speedy} release (or build) have to be transferred to the host.
-The following operations have to be executed with root privileges on the host (e.g. using the @emph{root} account).
+The following operations have to be executed with root privileges on the host (e.g. using the @emph{root} account). In addition, the @strong{cros-flash-replace} script has to be made executable:@* # @strong{chmod a+x cros-flash-replace}@*
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.}