diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-04 09:54:06 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-04 09:54:06 +0100 |
commit | 2036c02bf739c7a0117bfbbdd9b80a2863350301 (patch) | |
tree | 1f33335f9cc4d247e6144655e90eb6025d3042a0 /docs/install | |
parent | e47d06ba47fb1e48aa47fb0e21d8ccccb2b9687a (diff) | |
download | librebootfr-2036c02bf739c7a0117bfbbdd9b80a2863350301.tar.gz librebootfr-2036c02bf739c7a0117bfbbdd9b80a2863350301.zip |
docs/*_external.html: Instructions for identifying flash chip size
Diffstat (limited to 'docs/install')
-rw-r--r-- | docs/install/r400_external.html | 8 | ||||
-rw-r--r-- | docs/install/t400_external.html | 3 | ||||
-rw-r--r-- | docs/install/t500_external.html | 8 | ||||
-rw-r--r-- | docs/install/x200_external.html | 8 |
4 files changed, 26 insertions, 1 deletions
diff --git a/docs/install/r400_external.html b/docs/install/r400_external.html index 3e979bf4..2f7a7ee3 100644 --- a/docs/install/r400_external.html +++ b/docs/install/r400_external.html @@ -103,6 +103,14 @@ of flash chip present: 4MiB is SOIC-8 (8 pins), 8MiB is SOIC-16 (16 pins). </p> + + <p> + To easily identify which size chip is present, before fully disassemblying:<br> + # <b>dmidecode | grep ROM\ Size</b><br> + </p> +<pre> +# ROM Size: 8192 kB +</pre> <p> <a href="#pagetop">Back to top of page.</a> diff --git a/docs/install/t400_external.html b/docs/install/t400_external.html index 9af71487..9b4c52fb 100644 --- a/docs/install/t400_external.html +++ b/docs/install/t400_external.html @@ -99,10 +99,10 @@ <p> To easily identify which size chip is present, before fully disassemblying:<br> # <b>dmidecode | grep ROM\ Size</b><br> + </p> <pre> # ROM Size: 8192 kB </pre> - </p> <p> <a href="#pagetop">Back to top of page.</a> @@ -518,6 +518,7 @@ Verifying flash... VERIFIED. <p> Copyright © 2015 Francis Rowe <info@gluglug.org.uk><br/> + Copyright © 2015 Chris Ryder <cdkr00@gmail.com><br/> This document is released under the Creative Commons Attribution-ShareAlike 4.0 International Public License and all future versions. A copy of the license can be found at <a href="../cc-by-sa-4.txt">../cc-by-sa-4.txt</a>. </p> diff --git a/docs/install/t500_external.html b/docs/install/t500_external.html index 7a487256..993bdf1f 100644 --- a/docs/install/t500_external.html +++ b/docs/install/t500_external.html @@ -96,6 +96,14 @@ The T500 will use an 8MiB or 64Mb SOIC-16 chip (rare models will use a 4MiB or 32Mb SOIC-8 chip). </p> + + <p> + To easily identify which size chip is present, before fully disassemblying:<br> + # <b>dmidecode | grep ROM\ Size</b><br> + </p> +<pre> +# ROM Size: 8192 kB +</pre> <p> <a href="#pagetop">Back to top of page.</a> diff --git a/docs/install/x200_external.html b/docs/install/x200_external.html index f3ad3f1f..59c74ce7 100644 --- a/docs/install/x200_external.html +++ b/docs/install/x200_external.html @@ -45,6 +45,14 @@ The X200 will use an 8MiB or 64Mb SOIC-16 chip (rare models will use a 4MiB or 32Mb SOIC-8 chip), below the palm rest. </p> + + <p> + To easily identify which size chip is present, before fully disassemblying:<br> + # <b>dmidecode | grep ROM\ Size</b><br> + </p> +<pre> +# ROM Size: 8192 kB +</pre> <p> The X200S and X200 Tablet will use a WSON-8 flash chip, on the |