diff options
Diffstat (limited to 'docs/hardware')
-rw-r--r-- | docs/hardware/gm45_remove_me.md | 5 | ||||
-rw-r--r-- | docs/hardware/x200.md | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/hardware/gm45_remove_me.md b/docs/hardware/gm45_remove_me.md index e083990a..d230c2a5 100644 --- a/docs/hardware/gm45_remove_me.md +++ b/docs/hardware/gm45_remove_me.md @@ -91,16 +91,19 @@ descriptor+gbe file into the ROM image.\ For 16MiB flash chips: # 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 + conv=notrunc For 4MiB flash chips: # dd if=ich9fdgbe\_4m.bin of=libreboot.rom bs=1 count=12k + conv=notrunc Your libreboot.rom image is now ready to be flashed on the system. Refer @@ -204,6 +207,7 @@ Assuming that your libreboot image is named **libreboot.rom**, copy the and then run: # dd if=deblobbed\_descriptor.bin of=libreboot.rom bs=1 count=12k + conv=notrunc Alternatively, if you got a the **deblobbed\_4kdescriptor.bin** file (no @@ -248,6 +252,7 @@ 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 + count=4k conv=notrunc TODO: test this.\ diff --git a/docs/hardware/x200.md b/docs/hardware/x200.md index 492083c0..8afbe504 100644 --- a/docs/hardware/x200.md +++ b/docs/hardware/x200.md @@ -231,6 +231,7 @@ pehjota started collecting some steppings for different CPUs on several X200 laptops. You can get the CPUID by running: # dmesg | sed -n 's/\^.\* microcode: CPU0 + sig=0x\\(\[\^,\]\*\\),.\*\$/\\1/p' What pehjota wrote: The laptops that have issues resuming from suspend, |