From e7bf566abb94487f093c302035d6295feded550a Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 18 Jul 2015 03:49:13 -0400 Subject: docs/install/index.html: fool-proofing for X60 guide --- diff --git a/docs/install/index.html b/docs/install/index.html index e6a910e..9394537 100644 --- a/docs/install/index.html +++ b/docs/install/index.html @@ -343,6 +343,10 @@ When you have booted up again, you must also do this:
$ sudo ./flash i945lenovo_secondflash yourrom.rom

+

+ If flashing fails at this stage, try the following:
+ $ sudo ./flashrom/i686/flashrom -p internal:laptop=force_I_want_a_brick -w yourrom.rom +

diff --git a/flash b/flash index d323844..9bade48 100755 --- a/flash +++ b/flash @@ -127,7 +127,7 @@ elif [ "${mode}" = "i945lenovo_firstflash" ]; then ${flashrom_lenovobios_sst} -p internal -w "${rompath}" ${flashrom_lenovobios_macronix} -p internal -w "${rompath}" elif [ "${mode}" = "i945lenovo_secondflash" ]; then - ${flashrom} -p internal -w "${rompath}" + ${flashrom} -p internal:laptop=force_I_want_a_brick -w "${rompath}" ${bucts} 0 fi -- cgit v0.9.1