diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-03 10:23:37 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-03 10:23:37 -0700 |
commit | 6caf836e3390faefaad8257b9cec2eb97bdbfb41 (patch) | |
tree | 0c96f4640b4b8bce441269b5d2bdf83e7f12a459 /docs/install/c201.md | |
parent | 78c7b8355832b9f3eb574788ab4c5a7d96f0486e (diff) | |
download | librebootfr-6caf836e3390faefaad8257b9cec2eb97bdbfb41.tar.gz librebootfr-6caf836e3390faefaad8257b9cec2eb97bdbfb41.zip |
Global fix
Diffstat (limited to 'docs/install/c201.md')
-rw-r--r-- | docs/install/c201.md | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/docs/install/c201.md b/docs/install/c201.md index 1b15c284..a811404d 100644 --- a/docs/install/c201.md +++ b/docs/install/c201.md @@ -160,7 +160,8 @@ Then, the **cros-flash-replace** script has to be executed as such: 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:\ +The resulting flash image can then be flashed back: + # flashrom -p host -w flash.img You should also see within the output the following:\ @@ -194,21 +195,25 @@ 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:\ +**cros-flash-replace** script has to be made executable: + # chmod a+x cros-flash-replace -The SPI flash has to be read first (using the right spi programmer):\ +The SPI flash has to be read first (using the right spi programmer): + # 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:\ +Then, the **cros-flash-replace** script has to be executed as such: + # ./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):\ +programmer): + # flashrom -p *programmer* -w flash.img You should also see within the output the following:\ |