diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-04 05:01:40 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-04 05:01:40 (EDT) |
commit | 76aedf1486703f2136af579d6fc069568a5c1ffe (patch) | |
tree | 523e3a78ba2b5cff2cb28c55059ec8447a6e6da4 /docs/install/index.html | |
parent | 2036c02bf739c7a0117bfbbdd9b80a2863350301 (diff) | |
download | libreboot-76aedf1486703f2136af579d6fc069568a5c1ffe.zip libreboot-76aedf1486703f2136af579d6fc069568a5c1ffe.tar.gz libreboot-76aedf1486703f2136af579d6fc069568a5c1ffe.tar.bz2 |
docs/install/index.html: How to find flash chip size (GM45 users)
Diffstat (limited to 'docs/install/index.html')
-rw-r--r-- | docs/install/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/install/index.html b/docs/install/index.html index 53553b0..4cd7788 100644 --- a/docs/install/index.html +++ b/docs/install/index.html @@ -195,6 +195,22 @@ and assuming that your current firmware has the correct MAC address in it, you can get it from your OS. </p> + <h2>Flash chip size on GM45 (X200/R400/T400/T500)</h2> + + <p> + <b>Users of the X200/R400/T400/T500 take note:</b> There are two different sized capacities + that you flash chip could have: 4MiB or 8MiB. There are archives for each capacity, for each + of these laptops, and you will need to select the correct size. + </p> + + <p> + To easily identify which size chip is present:<br> + # <b>dmidecode | grep ROM\ Size</b><br> + </p> +<pre> +# ROM Size: 8192 kB +</pre> + <h2>All good?</h2> <p>Excellent! Moving on...</p> @@ -388,6 +404,7 @@ <p> Copyright © 2014, 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> |