summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-12-05 20:06:53 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-12-05 20:06:53 (EST)
commitbfcf00c2f9eec73e596d0dad0255d85427bfac15 (patch)
tree4dab24c33e4fb8db595942d0002ea48016940828 /docs
parent384f89ec04397b59f49072aa59d52d6276e13162 (diff)
downloadlibreboot-bfcf00c2f9eec73e596d0dad0255d85427bfac15.zip
libreboot-bfcf00c2f9eec73e596d0dad0255d85427bfac15.tar.gz
libreboot-bfcf00c2f9eec73e596d0dad0255d85427bfac15.tar.bz2
docs (html): backport c13fe7aad75a74096f0e8d090c282e254fd78108
Diffstat (limited to 'docs')
-rw-r--r--docs/install/c201.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/install/c201.html b/docs/install/c201.html
index 9f83b64..40f2014 100644
--- a/docs/install/c201.html
+++ b/docs/install/c201.html
@@ -177,6 +177,10 @@
</p>
<p>
+ The following operations have to be executed with root privileges on the device (e.g. using the <em>root</em> account).
+ </p>
+
+ <p>
The SPI flash has to be read first:<br />
# <b>flashrom -p host -r flash.img</b><br />
<b>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.</b>
@@ -226,6 +230,10 @@
</p>
<p>
+ The following operations have to be executed with root privileges on the host (e.g. using the <em>root</em> account).
+ </p>
+
+ <p>
The SPI flash has to be read first (using the right spi programmer):<br />
# <b>flashrom -p <i>programmer</i> -r flash.img</b><br />
<b>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.</b>