diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-13 23:50:47 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-13 23:50:47 (EST) |
commit | df21321b7794f01da34855ec77c204c146f6687c (patch) | |
tree | 30c3f3c529004f17d7ad5a454b9371cd1ddf866a /docs | |
parent | 20ad749f956ddc518465de6fed8f0a07ea6b97c0 (diff) | |
download | libreboot-df21321b7794f01da34855ec77c204c146f6687c.zip libreboot-df21321b7794f01da34855ec77c204c146f6687c.tar.gz libreboot-df21321b7794f01da34855ec77c204c146f6687c.tar.bz2 |
Merge all flashing scripts one one.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install/index.html | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/docs/install/index.html b/docs/install/index.html index eda8bfa..856a9da 100644 --- a/docs/install/index.html +++ b/docs/install/index.html @@ -179,7 +179,7 @@ <p> Run the script:<br/> - <b>$ sudo ./lenovobios_firstflash bin/<a href="#rom">YOURBOARD/YOURROM</a>.</b> + <b>$ sudo ./flash i945lenovo_firstflash bin/<a href="#rom">YOURBOARD/YOURROM</a>.</b> </p> <div class="important"> @@ -214,7 +214,7 @@ <p> When you have booted up again:<br/> - <b>$ sudo ./lenovobios_secondflash bin/<a href="#rom">YOURBOARD/YOURROM</a></b> + <b>$ sudo ./flash i945lenovo_secondflash bin/<a href="#rom">YOURBOARD/YOURROM</a></b> </p> <div class="important"> @@ -296,13 +296,8 @@ </p> <p> - Flashing is actually easy (compared to X60/T60).<br/> - <b>$ sudo flashrom -p internal:laptop=force_I_want_a_brick -w bin/<a href="#rom">YOURBOARD/YOURROM</a></b> - </p> - - <p> - Alternatively, a script is provided which does the same thing:<br/> - <b>$ sudo ./macbook21_firstflash bin/<a href="#rom">YOURBOARD/YOURROM</a></b> + Use this flashing script, to install libreboot:<br/> + <b>$ sudo ./flash i945apple_firstflash bin/<a href="#rom">YOURBOARD/YOURROM</a></b> </p> <div class="important"> @@ -399,14 +394,14 @@ </p> <p> Flash the ROM:<br/> - <b>$ sudo ./flash bin/<a href="#rom">YOURBOARD/YOURROM</a></b> + <b>$ sudo ./flash update bin/<a href="#rom">YOURBOARD/YOURROM</a></b> </p> <p> If you are sure that you are flashing the correct image but you get the error <b>This coreboot image (LENOVO:ThinkPad X60) does not appear to be correct for the detected mainboard (Lenovo:ThinkPad X60 / X60s / X60t) or similar (if it's a different board), then do</b>: <br/> - <b>$ sudo ./forceflash bin/<a href="#rom">YOURBOARD/YOURROM</a></b> + <b>$ sudo ./flash forceupdate bin/<a href="#rom">YOURBOARD/YOURROM</a></b> </p> <div class="important"> |