aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSwift Geek <swiftgeek@gmail.com>2017-06-25 04:05:34 +0000
committerGogs <gogitservice@gmail.com>2017-06-25 04:05:34 +0000
commit0accfe9b22fc8d79461101c33f876767da72d3ef (patch)
treecf311158e1c08c9fe0e35ed07b252e4269cab4fe
parentd9d471092bf1c00a9dbf5d5a346bd1d3970a5785 (diff)
parentea6c6ac25fe7d626d5435e0ff9f79f7231275faf (diff)
downloadlibrebootfr-0accfe9b22fc8d79461101c33f876767da72d3ef.tar.gz
librebootfr-0accfe9b22fc8d79461101c33f876767da72d3ef.zip
Merge branch 'docs/fix-backslashes-on-gm45-page' of libreboot/libreboot into master
-rw-r--r--docs/hardware/gm45_remove_me.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/hardware/gm45_remove_me.md b/docs/hardware/gm45_remove_me.md
index 5bf59d97..d810d131 100644
--- a/docs/hardware/gm45_remove_me.md
+++ b/docs/hardware/gm45_remove_me.md
@@ -90,15 +90,15 @@ file to where **libreboot.rom** is located and then insert the
descriptor+gbe file into the ROM image.\
For 16MiB flash chips:
- # dd if=ich9fdgbe\_16m.bin of=libreboot.rom bs=12k count=1 conv=notrunc
+ # dd if=ich9fdgbe_16m.bin of=libreboot.rom bs=12k count=1 conv=notrunc
For 8MiB flash chips:
- # dd if=ich9fdgbe\_8m.bin of=libreboot.rom bs=12k count=1 conv=notrunc
+ # dd if=ich9fdgbe_8m.bin of=libreboot.rom bs=12k count=1 conv=notrunc
For 4MiB flash chips:
- # dd if=ich9fdgbe\_4m.bin of=libreboot.rom bs=12k count=1 conv=notrunc
+ # dd if=ich9fdgbe_4m.bin of=libreboot.rom bs=12k count=1 conv=notrunc
Your libreboot.rom image is now ready to be flashed on the system. Refer
back to [../install/\#flashrom](../install/#flashrom) for how to flash
@@ -200,12 +200,12 @@ Assuming that your libreboot image is named **libreboot.rom**, copy the
**deblobbed\_descriptor.bin** file to where **libreboot.rom** is located
and then run:
- # dd if=deblobbed\_descriptor.bin of=libreboot.rom bs=12k count=1 conv=notrunc
+ # dd if=deblobbed_descriptor.bin of=libreboot.rom bs=12k count=1 conv=notrunc
Alternatively, if you got a the **deblobbed\_4kdescriptor.bin** file (no
GbE defined), do this:
- # dd if=deblobbed\_4kdescriptor.bin of=libreboot.rom bs=4k count=1 conv=notrunc
+ # dd if=deblobbed_4kdescriptor.bin of=libreboot.rom bs=4k count=1 conv=notrunc
The utility will also generate 4 additional files:
@@ -244,7 +244,7 @@ It will generate a 4KiB descriptor file (only the descriptor, no GbE).
Insert that into a factory.rom image (NOTE: do this on a copy of it.
Keep the original factory.rom stored safely somewhere):
- # dd if=demefactory\_4kdescriptor.bin of=factory\_nome.rom bs=4k count=1 conv=notrunc
+ # dd if=demefactory_4kdescriptor.bin of=factory_nome.rom bs=4k count=1 conv=notrunc
TODO: test this.\
TODO: lenovobios (GM45 thinkpads) still write-protects parts of the