x200_external.html 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <style type="text/css">
  7. @import url('../css/main.css');
  8. </style>
  9. <title>ThinkPad X200: flashing tutorial (BeagleBone Black)</title>
  10. </head>
  11. <body>
  12. <div class="section">
  13. <h1 id="pagetop">Flashing the X200 with a BeagleBone Black</h1>
  14. <p>Initial flashing instructions for X200.</p>
  15. <p>
  16. This guide is for those who want libreboot on their ThinkPad X200
  17. while they still have the original Lenovo BIOS present. This guide
  18. can also be followed (adapted) if you brick your X200, to know how
  19. to recover.
  20. </p>
  21. <p>
  22. The X200S is also briefly covered (image showing soldering joints, wired up
  23. to a BBB). Note, not all X200S or X200 Tablet configurations are supported yet
  24. (see <a href="../hcl/x200.html#x200s">../hcl/x200.html#x200s</a></b>
  25. </p>
  26. <p>
  27. Before following this section, please make sure to setup your libreboot ROM properly first.
  28. Although ROM images are provided pre-built in libreboot, there are some modifications that
  29. you need to make to the one you chose before flashing. (instructions referenced later in
  30. this guide)
  31. </p>
  32. <p><a href="index.html">Back to main index</a></p>
  33. </div>
  34. <div class="section">
  35. <h1 id="flashchips">Flash chips</h1>
  36. <p>
  37. There are two possible flash chip sizes for the X200: 4MiB
  38. (32Mbit) or 8MiB (64Mbit). This can be identified by the type
  39. of flash chip below the palmrest: 4MiB is SOIC-8 (8 pins), 8MiB
  40. is SOIC-16 (16 pins). The X200S uses a WSON package and has the same
  41. pinout as SOIC-8 (covered briefly later on in this guide) but
  42. the chip is on the underside of the board (disassembly required).
  43. </p>
  44. <p>
  45. <a href="#pagetop">Back to top of page.</a>
  46. </p>
  47. </div>
  48. <div class="section">
  49. <h1>Initial BBB setup</h1>
  50. <p>
  51. Refer to <a href="bbb_setup.html">bbb_setup.html</a> for how to
  52. setup the BBB for flashing.
  53. </p>
  54. <p>
  55. The following shows how to connect clip to the BBB (on the P9 header), for SOIC-16 (clip: Pomona 5252):
  56. </p>
  57. <pre>
  58. POMONA 5252 (correlate with the BBB guide)
  59. === front (display) on your X200 ====
  60. NC - - 21
  61. 1 - - 17
  62. NC - - NC
  63. NC - - NC
  64. NC - - NC
  65. NC - - NC
  66. 18 - - 3.3V PSU RED
  67. 22 - - NC - this is pin 1 on the flash chip
  68. === back (palmrest) on your X200 ===
  69. <i>This is how you will connect. Numbers refer to pin numbers on the BBB, on the plugs near the DC jack.</i>
  70. </pre>
  71. <p>
  72. The following shows how to connect clip to the BBB (on the P9 header), for SOIC-8 (clip: Pomona 5250):
  73. </p>
  74. <pre>
  75. POMONA 5250 (correlate with the BBB guide)
  76. === left side of the X200 (where the VGA port is) ====
  77. 18 - - 1
  78. 22 - - NC
  79. NC - - 21
  80. 3.3V PSU RED - - 17 - this is pin 1 on the flash chip. in front of it is the screen.
  81. === right side of the X200 (where the audio jacks are) ===
  82. <i>This is how you will connect. Numbers refer to pin numbers on the BBB, on the plugs near the DC jack.</i>
  83. Here is a photo of the SOIC-8 flash chip: <a href="images/x200/soic8.jpg" alt="freenode IRC #libreboot 01:42 UK/London timezone February 8th 2015: pehjota: fchmmr: Here are two photos in the camera's configured resolution; resize them as you wish: http://www.pehjota.net/~pj/x200/soic-8/. License: CC BY-SA 3.0 or later. If you want other angles or anything, let me know.">images/x200/soic8.jpg</a>
  84. (image copyright 2015 Patrick &quot;P. J.&quot; McDermott &lt;pj@pehjota.net&gt;, CC BY-SA 3.0 or later)
  85. Look at the pads in that photo, on the left and right. Those are for SOIC-16. Would it be possible to remove the SOIC-8 and solder a SOIC-16
  86. chip on those pins?
  87. </pre>
  88. <p>
  89. <b>On the X200S the flash chip is underneath the board, in a WSON package.
  90. The pinout is very much the same as a SOIC-8, except you need to solder (there are no clips available).
  91. <a href="images/x200/wson_soldered.jpg">images/x200/wson_soldered.jpg</a> (image copyright (C) 2014 <a href="mailto:sgsit@libreboot.org">Steve Shenton</a> under CC-BY-SA 4.0
  92. or higher, same license that this document uses) shows it wired (soldered) and
  93. connected to a BBB.</b>
  94. <br/>
  95. In this image, a pin header was soldered onto the WSON. Another solution might be to de-solder the WSON-8 chip and put a SOIC-8 there instead.
  96. Check the list of SOIC-8 flash chips at <a href="../hcl/x200_remove_me.html#flashchips">../hcl/x200_remove_me.html#flashchips</a> but
  97. do note that these are only 4MiB (32Mb) chips. The only X200 SPI chips with 8MiB capacity are SOIC-16. For 8MiB capacity in this case,
  98. the X201 SOIC-8 flash chip (Macronix 25L6445E) might work.
  99. </p>
  100. <h2>
  101. Connect Pomona 5252/5250 to the X200 flash chip, and dump/flash
  102. </h2>
  103. <p>
  104. <a href="images/x200/x200_pomona.jpg">images/x200/x200_pomona.jpg</a>
  105. shows everything connected. In this picture, the X200 is being flashed
  106. with the BBB.
  107. </p>
  108. <p>
  109. Remove the battery from your X200, then remove all the screws on
  110. the bottom (underside) of the machine. Then remove the keyboard and palmrest.
  111. The flash chip is below the palm rest. Lift back the tape that goes over it,
  112. and then connect your 5252/5250 (make sure to get it the right way round).
  113. Then connect the 3.3v PSU wire (red one) and make sure that everything else is connected.
  114. </p>
  115. <p>
  116. I did (SSH'd into the BBB):<br/>
  117. # <b>./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512</b><br/>
  118. In my case, the output was:
  119. </p>
  120. <pre>
  121. flashrom v0.9.7-r1854 on Linux 3.8.13-bone47 (armv7l)
  122. flashrom is free software, get the source code at http://www.flashrom.org
  123. Calibrating delay loop... OK.
  124. Found Macronix flash chip &quot;MX25L6405(D)&quot; (8192 kB, SPI) on linux_spi.
  125. Found Macronix flash chip &quot;MX25L6406E/MX25L6436E&quot; (8192 kB, SPI) on linux_spi.
  126. Found Macronix flash chip &quot;MX25L6445E/MX25L6473E&quot; (8192 kB, SPI) on linux_spi.
  127. Multiple flash chip definitions match the detected chip(s): &quot;MX25L6405(D)&quot;, &quot;MX25L6406E/MX25L6436E&quot;, &quot;MX25L6445E/MX25L6473E&quot;
  128. Please specify which chip definition to use with the -c &lt;chipname&gt; option.
  129. </pre>
  130. <p>
  131. This is just to test that it's working. In my case, I had to define which chip to use, like so (in your case
  132. it may be different, depending on what flash chip you have):<br/>
  133. # <b>./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -c &quot;MX25L6405(D)&quot;</b>
  134. </p>
  135. <p>
  136. At this point, you need to create a copy of the original lenovo firmware that is currently flashed.
  137. This is so that you can extract the gbe (gigabit ethernet) and flash descriptor regions for use in libreboot. <b>These
  138. are not blobs, they only contain non-functional data (configuration details, fully readable) which is fully documented in public datasheets.</b>
  139. The descriptor will need to be modified
  140. to disable the ME (also disable AMT) so that you can flash a ROM that excludes it.
  141. </p>
  142. <p>
  143. How to backup factory.rom (change the -c option as neeed, for your flash chip):<br/>
  144. # <b>./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -c &quot;MX25L6405(D)&quot; -r factory.rom</b><br/>
  145. # <b>./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -c &quot;MX25L6405(D)&quot; -r factory1.rom</b><br/>
  146. # <b>./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -c &quot;MX25L6405(D)&quot; -r factory2.rom</b><br/>
  147. Now compare the 3 images:<br/>
  148. # <b>sha512sum factory*.rom</b><br/>
  149. If the hashes match, then just copy one of them (the factory.rom) to a safe place (on a drive connected to another machine, not
  150. the BBB). You will need it later for part of the deblobbing.
  151. </p>
  152. <p>
  153. Information about the descriptor, gbe regions and how the ME was removed can be found in the notes linked at
  154. <a href="../hcl/x200_remove_me.html">../hcl/x200_remove_me.html</a>. Libreboot ROM images now include
  155. the 12KiB descriptor+gbe by default, generated using ich9gen;
  156. <b>however, do note that the MAC address in the Gbe region is generic. Follow the instructions at
  157. <a href="../hcl/x200_remove_me.html#ich9gen">../hcl/x200_remove_me.html#ich9gen</a> and do what it says to change the MAC address
  158. inside your X200 ROM image, before flashing it.</b>
  159. </p>
  160. <p>
  161. Assuming that your libreboot ROM image is properly setup (modified descriptor plus gbe region included in the ROM),
  162. then you can flash (assuming that the filename is <b>libreboot.rom</b>) for example I had to do:<br/>
  163. # <b>./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -c &quot;MX25L6405(D)&quot; -w libreboot.rom</b>
  164. </p>
  165. <p>
  166. You might see errors, but if it says <b>Verifying flash... VERIFIED</b> at the end, then it's flashed and should boot.
  167. Test it! (boot your X200)
  168. </p>
  169. <p>
  170. My output when running the command above:
  171. </p>
  172. <pre>
  173. flashrom v0.9.7-r1854 on Linux 3.8.13-bone47 (armv7l)
  174. flashrom is free software, get the source code at http://www.flashrom.org
  175. Calibrating delay loop... OK.
  176. Found Macronix flash chip &quot;MX25L6405(D)&quot; (8192 kB, SPI) on linux_spi.
  177. Reading old flash chip contents... done.
  178. Erasing and writing flash chip... FAILED at 0x00001000! Expected=0xff, Found=0x00, failed byte count from 0x00000000-0x0000ffff: 0xd716
  179. ERASE FAILED!
  180. Reading current flash chip contents... done. Looking for another erase function.
  181. Erase/write done.
  182. Verifying flash... VERIFIED.
  183. </pre>
  184. <p>
  185. <a href="#pagetop">Back to top of page.</a>
  186. </p>
  187. </div>
  188. <div class="section">
  189. <p>
  190. Copyright &copy; 2014, 2015 Francis Rowe &lt;info@gluglug.org.uk&gt;<br/>
  191. This document is released under the Creative Commons Attribution-ShareAlike 4.0 International Public License and all future versions.
  192. A copy of the license can be found at <a href="../license.txt">../license.txt</a>.
  193. </p>
  194. <p>
  195. This document is distributed in the hope that it will be useful,
  196. but WITHOUT ANY WARRANTY; without even the implied warranty of
  197. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See <a href="../license.txt">../license.txt</a> for more information.
  198. </p>
  199. </div>
  200. </body>
  201. </html>