From 5e2ee3b2a94f1ac3e6a716af8d60513ab064a678 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Sat, 13 May 2017 09:12:13 -0700 Subject: Fix underscores in code --- docs/hardware/gm45_remove_me.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/hardware') diff --git a/docs/hardware/gm45_remove_me.md b/docs/hardware/gm45_remove_me.md index 253b4b6e..5d9bc312 100644 --- a/docs/hardware/gm45_remove_me.md +++ b/docs/hardware/gm45_remove_me.md @@ -90,19 +90,19 @@ 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=1 count=12k + # dd if=ich9fdgbe_16m.bin of=libreboot.rom bs=1 count=12k conv=notrunc For 8MiB flash chips: - # dd if=ich9fdgbe\_8m.bin of=libreboot.rom bs=1 count=12k + # dd if=ich9fdgbe_8m.bin of=libreboot.rom bs=1 count=12k conv=notrunc For 4MiB flash chips: - # dd if=ich9fdgbe\_4m.bin of=libreboot.rom bs=1 count=12k + # dd if=ich9fdgbe_4m.bin of=libreboot.rom bs=1 count=12k conv=notrunc @@ -206,7 +206,7 @@ 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=1 count=12k + # dd if=deblobbed_descriptor.bin of=libreboot.rom bs=1 count=12k conv=notrunc @@ -251,7 +251,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=1 + # dd if=demefactory_4kdescriptor.bin of=factory_nome.rom bs=1 count=4k conv=notrunc -- cgit v1.2.3-70-g09d2