diff options
Diffstat (limited to 'docs/install/c201.html')
-rw-r--r-- | docs/install/c201.html | 8 |
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> |