aboutsummaryrefslogtreecommitdiff
path: root/docs/install/r400_external.md
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-05-13 08:33:20 -0700
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-05-13 08:33:20 -0700
commit0474bc55f2d74aa34f4869546d1ad3a51d7a277a (patch)
tree3b4d64027df34df8681d876af0c71333e960e245 /docs/install/r400_external.md
parentb4dd5438086697f5d49ede374a7d44fe55829bc2 (diff)
downloadlibrebootfr-0474bc55f2d74aa34f4869546d1ad3a51d7a277a.tar.gz
librebootfr-0474bc55f2d74aa34f4869546d1ad3a51d7a277a.zip
Cleanup more pseudo-code
Diffstat (limited to 'docs/install/r400_external.md')
-rw-r--r--docs/install/r400_external.md32
1 files changed, 22 insertions, 10 deletions
diff --git a/docs/install/r400_external.md b/docs/install/r400_external.md
index 7d5721aa..45bc329c 100644
--- a/docs/install/r400_external.md
+++ b/docs/install/r400_external.md
@@ -227,13 +227,22 @@ In this case, the output was:
Please specify which chip definition to use with the -c <chipname> option.
How to backup factory.rom (change the -c option as neeed, for your flash
-chip):\
-\# **./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -r
-factory.rom**\
-\# **./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -r
-factory1.rom**\
-\# **./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -r
-factory2.rom**\
+chip):
+
+ # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -r
+factory.rom
+
+
+
+ # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -r
+factory1.rom
+
+
+
+ # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -r
+factory2.rom
+
+\
Note: the **-c** option is not required in libreboot's patched
flashrom, because the redundant flash chip definitions in *flashchips.c*
have been removed.\
@@ -253,9 +262,12 @@ flashing it. Although there is a default MAC address inside the ROM
image, this is not what you want. **Make sure to always change the MAC
address to one that is correct for your system.**
-Now flash it:\
-\# **./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -w
-path/to/libreboot/rom/image.rom -V**
+Now flash it:
+
+ # ./flashrom -p linux\_spi:dev=/dev/spidev1.0,spispeed=512 -w
+path/to/libreboot/rom/image.rom -V
+
+
![](images/x200/disassembly/0015.jpg)