x60_unbrick.html 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  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>Libreboot documentation: Unbricking the ThinkPad X60</title>
  10. </head>
  11. <body>
  12. <div class="section">
  13. <h1>Unbricking the ThinkPad X60</h1>
  14. <p>This guide will show you how to recover from a bad flash that prevents your ThinkPad X60 from booting.</p>
  15. <p><a href="index.html">Back to previous index</a></p>
  16. </div>
  17. <div class="section">
  18. <h1>Table of Contents</h1>
  19. <ul>
  20. <li>
  21. Types of brick:
  22. <ul>
  23. <li><a href="#bucts_brick">Brick type 1: bucts not reset</a></li>
  24. <li><a href="#recovery">Brick type 2: bad rom (or user error), machine won't boot</a></li>
  25. </ul>
  26. </li>
  27. </ul>
  28. </div>
  29. <div class="section">
  30. <h1 id="bucts_brick">Brick type 1: bucts not reset.</h1>
  31. <p>
  32. You still have Lenovo BIOS, or you had libreboot running and you flashed another ROM; and you had bucts 1 set and
  33. the ROM wasn't dd'd.* or if Lenovo BIOS was present and libreboot wasn't flashed.<br/><br/>
  34. In this case, unbricking is easy: reset BUC.TS to 0 by removing that yellow cmos coin (it's a battery) and putting it back after a minute or two:<br/>
  35. <img src="../images/x60_unbrick/0004.jpg" alt="" /><br/><br/>
  36. *Those dd commands should be applied to all newly compiled X60 ROM images (the ROM images in libreboot binary archives already have this applied!):<br/>
  37. dd if=coreboot.rom of=top64k.bin bs=1 skip=$[$(stat -c %s coreboot.rom) - 0x10000] count=64k<br/>
  38. dd if=coreboot.rom bs=1 skip=$[$(stat -c %s coreboot.rom) - 0x20000] count=64k | hexdump<br/>
  39. dd if=top64k.bin of=coreboot.rom bs=1 seek=$[$(stat -c %s coreboot.rom) - 0x20000] count=64k conv=notrunc<br/>
  40. (doing this makes the ROM suitable for use when flashing a machine that still has Lenovo BIOS running,
  41. using those instructions: <a href="http://www.coreboot.org/Board:lenovo/x60/Installation">http://www.coreboot.org/Board:lenovo/x60/Installation</a>.
  42. </p>
  43. </div>
  44. <div class="section">
  45. <h1 id="recovery">bad rom (or user error), machine won't boot</h1>
  46. <p>
  47. In this scenario, you compiled a ROM that had an incorrect configuration, or there is an actual bug preventing your machine from
  48. booting. Or, maybe, you set BUC.TS to 0 and shut down after first flash while Lenovo BIOS was running. In any case, your machine is bricked and will not boot at all.
  49. </p>
  50. <p>
  51. &quot;Unbricking&quot; means flashing a known-good (working) ROM. The problem: you can't boot the machine, making this difficult. In this situation, external hardware (see hardware requirements above) is needed which can flash the SPI chip (where libreboot resides).
  52. </p>
  53. <p>
  54. Remove those screws:<br/>
  55. <img src="../images/x60_unbrick/0000.jpg" alt="" />
  56. </p>
  57. <p>
  58. Push the keyboard forward (carefully):<br/>
  59. <img src="../images/x60_unbrick/0001.jpg" alt="" />
  60. </p>
  61. <p>
  62. Lift the keyboard up and disconnect it from the board:<br/>
  63. <img src="../images/x60_unbrick/0002.jpg" alt="" />
  64. </p>
  65. <p>
  66. Grab the right-hand side of the chassis and force it off (gently) and pry up the rest of the chassis:<br/>
  67. <img src="../images/x60_unbrick/0003.jpg" alt="" />
  68. </p>
  69. <p>
  70. You should now have this:<br/>
  71. <img src="../images/x60_unbrick/0004.jpg" alt="" />
  72. </p>
  73. <p>
  74. Disconnect the wifi antenna cables, the modem cable and the speaker:<br/>
  75. <img src="../images/x60_unbrick/0005.jpg" alt="" />
  76. </p>
  77. <p>
  78. Unroute the cables along their path, carefully lifting the tape that holds them in place. Then, disconnect the modem
  79. cable (other end) and power connection and unroute all the cables so that they dangle by the monitor hinge on the right-hand
  80. side:<br/>
  81. <img src="../images/x60_unbrick/0006.jpg" alt="" />
  82. </p>
  83. <p>
  84. Disconnect the monitor from the motherboard, and unroute the grey antenna cable, carefully lifting the tape
  85. that holds it into place:<br/>
  86. <img src="../images/x60_unbrick/0008.jpg" alt="" />
  87. </p>
  88. <p>
  89. Carefully lift the remaining tape and unroute the left antenna cable so that it is loose:<br/>
  90. <img src="../images/x60_unbrick/0009.jpg" alt="" />
  91. </p>
  92. <p>
  93. Remove the screw that is highlighted (do NOT remove the other one; it holds part of the heatsink (other side) into place):<br/>
  94. <img src="../images/x60_unbrick/0011.jpg" alt="" />
  95. </p>
  96. <p>
  97. Remove those screws:<br/>
  98. <img src="../images/x60_unbrick/0012.jpg" alt="" />
  99. </p>
  100. <p>
  101. Carefully remove the plate, like so:<br/>
  102. <img src="../images/x60_unbrick/0013.jpg" alt="" />
  103. </p>
  104. <p>
  105. Remove the SATA connector:<br/>
  106. <img src="../images/x60_unbrick/0014.jpg" alt="" />
  107. </p>
  108. <p>
  109. Now remove the motherboard (gently) and cast the lcd/chassis aside:<br/>
  110. <img src="../images/x60_unbrick/0015.jpg" alt="" />
  111. </p>
  112. <p>
  113. Lift back that tape and hold it with something. Highlighted is the SPI flash chip:<br/>
  114. <img src="../images/x60_unbrick/0016.jpg" alt="" />
  115. </p>
  116. <p>
  117. Now wire up the BBB and the Pomona with your PSU.<br/>
  118. Refer to <a href="bbb_setup.html">bbb_setup.html</a> for how to setup
  119. the BBB for flashing.<br/>
  120. <b>Note, the guide mentions a 3.3v DC PSU but you don't need this on the X60:
  121. if you don't have or don't want to use an external PSU, then make
  122. sure not to connect the red/black 3.3v leads mentioned in the guide;
  123. instead, connect the AC adapter (the one that normally charges your
  124. battery) so that the board has power (but don't boot it up)</b>
  125. <img src="../images/x60_unbrick/0017.jpg" alt="" /><br/>
  126. Correlate the following with the BBB guide linked above:
  127. </p>
  128. <pre>
  129. POMONA 5250:
  130. === golden finger and wifi switch ====
  131. 18 - - 1
  132. 22 - - NC ---------- audio jacks are on this end
  133. NC - - 21
  134. 3.3V PSU RED - - 17 - this is pin 1 on the flash chip
  135. === CPU fan ===
  136. <i>This is how you will connect. Numbers refer to pin numbers on the BBB, on the plugs near the DC jack.</i>
  137. </pre>
  138. <p>
  139. Connecting the BBB and pomona (in this image, an external 3.3v DC PSU was used):<br/>
  140. <img src="images/x60/th_bbb_flashing.jpg" alt="" />
  141. </p>
  142. <p>
  143. SSH'd into the BBB:<br/>
  144. # <b>./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -w yourrom.rom</b>
  145. </p>
  146. <p>
  147. It should be <b>Verifying flash... VERIFIED</b> at the end. If flashrom complains about multiple flash chip
  148. definitions detected, then choose one of them following the instructions in the output.
  149. </p>
  150. <p>
  151. Remove the programmer and put it away somewhere. Put back the tape and press firmly over it:<br/>
  152. <img src="../images/x60_unbrick/0026.jpg" alt="" />
  153. </p>
  154. <p>
  155. Your empty chassis:<br/>
  156. <img src="../images/x60_unbrick/0027.jpg" alt="" />
  157. </p>
  158. <p>
  159. Put the motherboard back in:<br/>
  160. <img src="../images/x60_unbrick/0028.jpg" alt="" />
  161. </p>
  162. <p>
  163. Reconnect SATA:<br/>
  164. <img src="../images/x60_unbrick/0029.jpg" alt="" />
  165. </p>
  166. <p>
  167. Put the plate back and re-insert those screws:<br/>
  168. <img src="../images/x60_unbrick/0030.jpg" alt="" />
  169. </p>
  170. <p>
  171. Re-route that antenna cable around the fan and apply the tape:<br/>
  172. <img src="../images/x60_unbrick/0031.jpg" alt="" />
  173. </p>
  174. <p>
  175. Route the cable here and then (not shown, due to error on my part) reconnect the monitor cable to the motherboard
  176. and re-insert the screws:<br/>
  177. <img src="../images/x60_unbrick/0032.jpg" alt="" />
  178. </p>
  179. <p>
  180. Re-insert that screw:<br/>
  181. <img src="../images/x60_unbrick/0033.jpg" alt="" />
  182. </p>
  183. <p>
  184. Route the black antenna cable like so:<br/>
  185. <img src="../images/x60_unbrick/0034.jpg" alt="" />
  186. </p>
  187. <p>
  188. Tuck it in neatly like so:<br/>
  189. <img src="../images/x60_unbrick/0035.jpg" alt="" />
  190. </p>
  191. <p>
  192. Route the modem cable like so:<br/>
  193. <img src="../images/x60_unbrick/0036.jpg" alt="" />
  194. </p>
  195. <p>
  196. Connect modem cable to board and tuck it in neatly like so:<br/>
  197. <img src="../images/x60_unbrick/0037.jpg" alt="" />
  198. </p>
  199. <p>
  200. Route the power connection and connect it to the board like so:<br/>
  201. <img src="../images/x60_unbrick/0038.jpg" alt="" />
  202. </p>
  203. <p>
  204. Route the antenna and modem cables neatly like so:<br/>
  205. <img src="../images/x60_unbrick/0039.jpg" alt="" />
  206. </p>
  207. <p>
  208. Connect the wifi antenna cables. At the start of the tutorial, this machine had an Intel wifi chip. Here you see I've replaced it with an
  209. Atheros AR5B95 (supports 802.11n and can be used without blobs):<br/>
  210. <img src="../images/x60_unbrick/0040.jpg" alt="" />
  211. </p>
  212. <p>
  213. Connect the modem cable:<br/>
  214. <img src="../images/x60_unbrick/0041.jpg" alt="" />
  215. </p>
  216. <p>
  217. Connect the speaker:<br/>
  218. <img src="../images/x60_unbrick/0042.jpg" alt="" />
  219. </p>
  220. <p>
  221. You should now have this:<br/>
  222. <img src="../images/x60_unbrick/0043.jpg" alt="" />
  223. </p>
  224. <p>
  225. Re-connect the upper chassis:<br/>
  226. <img src="../images/x60_unbrick/0044.jpg" alt="" />
  227. </p>
  228. <p>
  229. Re-connect the keyboard:<br/>
  230. <img src="../images/x60_unbrick/0045.jpg" alt="" />
  231. </p>
  232. <p>
  233. Re-insert the screws that you removed earlier:<br/>
  234. <img src="../images/x60_unbrick/0046.jpg" alt="" />
  235. </p>
  236. <p>
  237. Power on!<br/>
  238. <img src="../images/x60_unbrick/0047.jpg" alt="" />
  239. </p>
  240. <p>
  241. Trisquel live USB menu (using the GRUB ISOLINUX parser):<br/>
  242. <img src="../images/x60_unbrick/0048.jpg" alt="" />
  243. </p>
  244. <p>
  245. Trisquel live desktop:<br/>
  246. <img src="../images/x60_unbrick/0049.jpg" alt="" />
  247. </p>
  248. </div>
  249. <div class="section">
  250. <p>
  251. Copyright &copy; 2014, 2015 Francis Rowe &lt;info@gluglug.org.uk&gt;<br/>
  252. This document is released under the Creative Commons Attribution-ShareAlike 4.0 International Public License and all future versions.
  253. A copy of the license can be found at <a href="../license.txt">../license.txt</a>.
  254. </p>
  255. <p>
  256. This document is distributed in the hope that it will be useful,
  257. but WITHOUT ANY WARRANTY; without even the implied warranty of
  258. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See <a href="../license.txt">../license.txt</a> for more information.
  259. </p>
  260. </div>
  261. </body>
  262. </html>