aboutsummaryrefslogtreecommitdiff
path: root/docs/install/c201.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/install/c201.md')
-rw-r--r--docs/install/c201.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/install/c201.md b/docs/install/c201.md
index da6e3499..2f7240ce 100644
--- a/docs/install/c201.md
+++ b/docs/install/c201.md
@@ -9,7 +9,7 @@ first time.
**If you are using libreboot\_src or git, then make sure that you built
-the sources first (see [../git/\#build](../git/#build)).**
+the sources first (see [../git/#build](../git/#build)).**
Look at the [list of ROM images](#rom) to see which image is compatible
@@ -148,20 +148,20 @@ transferred to the device.
The following operations have to be executed with root privileges on the
device (e.g. using the *root* account). In addition, the
**cros-flash-replace** script has to be made executable:\
-\# chmod a+x cros-flash-replace
+ # chmod a+x cros-flash-replace
The SPI flash has to be read first:\
-\# flashrom -p host -r flash.img
+ # flashrom -p host -r flash.img
**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 **cros-flash-replace** script has to be executed as such:\
-\# ./cros-flash-replace flash.img coreboot ro-frid
+ # ./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:\
-\# flashrom -p host -w flash.img
+ # flashrom -p host -w flash.img
You should also see within the output the following:\
**"Verifying flash\... VERIFIED."**
@@ -178,7 +178,7 @@ to be opened.
The SPI flash is located next to the write protect screw. Its layout is
indicated in the picture below. Note that it is not necessary to connect
-**WP\#** since removing the screw already connects it to ground. Before
+**WP#** since removing the screw already connects it to ground. Before
writing to the chip externally, the battery connector has to be
detached. It is located under the heat spreader, that has to be
unscrewed from the rest of the case. The battery connector is located on
@@ -195,21 +195,21 @@ transferred to the host.
The following operations have to be executed with root privileges on the
host (e.g. using the *root* account). In addition, the
**cros-flash-replace** script has to be made executable:\
-\# chmod a+x cros-flash-replace
+ # chmod a+x cros-flash-replace
The SPI flash has to be read first (using the right spi programmer):\
-\# flashrom -p *programmer* -r flash.img
+ # flashrom -p *programmer* -r flash.img
**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 **cros-flash-replace** script has to be executed as such:\
-\# ./cros-flash-replace flash.img coreboot ro-frid
+ # ./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):\
-\# flashrom -p *programmer* -w flash.img
+ # flashrom -p *programmer* -w flash.img
You should also see within the output the following:\
**"Verifying flash\... VERIFIED."**