diff options
author | Leah Woods <info@minifree.org> | 2016-05-14 17:53:55 +0100 |
---|---|---|
committer | Leah Woods <info@minifree.org> | 2016-05-14 17:53:55 +0100 |
commit | dc8031be93849fd2e7788f78809d6f72a2acb5e6 (patch) | |
tree | 0f5d23394447b9bdf82aa203fdf93bcda4868a08 /docs/src | |
parent | 8b0b649bf11e1230da2b96ea3fdb82ff8caa0dc5 (diff) | |
download | librebootfr-dc8031be93849fd2e7788f78809d6f72a2acb5e6.tar.gz librebootfr-dc8031be93849fd2e7788f78809d6f72a2acb5e6.zip |
docs/hcl/gm45_remove_me: instructions for 16MiB (MAC address)
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/hcl/gm45_remove_me.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/src/hcl/gm45_remove_me.texi b/docs/src/hcl/gm45_remove_me.texi index be416447..7aa6a8ce 100644 --- a/docs/src/hcl/gm45_remove_me.texi +++ b/docs/src/hcl/gm45_remove_me.texi @@ -61,9 +61,11 @@ Two new files will be created: @strong{ich9fdgbe_4m.bin}: this is for GM45 laptops with the 4MB flash chip. @item @strong{ich9fdgbe_8m.bin}: this is for GM45 laptops with the 8MB flash chip. +@item +@strong{ich9fdgbe_16m.bin}: this is for GM45 laptops with the 16MB flash chip. @end itemize -Assuming that your libreboot image is named @strong{libreboot.rom}, copy the file to where @strong{libreboot.rom} is located and then insert the descriptor+gbe file into the ROM image. For 8MiB flash chips:@* $ @strong{dd if=ich9fdgbe_8m.bin of=libreboot.rom bs=1 count=12k conv=notrunc}@* For 4MiB flash chips:@* $ @strong{dd if=ich9fdgbe_4m.bin of=libreboot.rom bs=1 count=12k conv=notrunc}@* +Assuming that your libreboot image is named @strong{libreboot.rom}, copy the file to where @strong{libreboot.rom} is located and then insert the descriptor+gbe file into the ROM image. For 16MiB flash chips:@* $ @strong{dd if=ich9fdgbe_16m.bin of=libreboot.rom bs=1 count=12k conv=notrunc}@* For 8MiB flash chips:@* $ @strong{dd if=ich9fdgbe_8m.bin of=libreboot.rom bs=1 count=12k conv=notrunc}@* For 4MiB flash chips:@* $ @strong{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 back to @uref{../install/index.html#flashrom,../install/index.html#flashrom} for how to flash it. @menu |