x60tablet_unbrick.html 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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>Unbricking the ThinkPad X60 Tablet</title>
  10. </head>
  11. <body>
  12. <div class="section">
  13. <h1>Unbricking the ThinkPad X60 Tablet</h1>
  14. <p>This guide will show you how to recover from a bad flash that prevents your ThinkPad X60 Tablet from booting.</p>
  15. <p><a href="index.html">Back to previous index</a></p>
  16. </div>
  17. <div class="section">
  18. <h2>Table of Contents</h2>
  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/x60t_unbrick/0008.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. <img src="../images/x60t_unbrick/0000.JPG" alt="" />
  55. </p>
  56. <p>
  57. Remove those screws:<br/>
  58. <img src="../images/x60t_unbrick/0001.JPG" alt="" />
  59. </p>
  60. <p>
  61. Remove the HDD:<br/>
  62. <img src="../images/x60t_unbrick/0002.JPG" alt="" />
  63. </p>
  64. <p>
  65. Push keyboard forward to loosen it:<br/>
  66. <img src="../images/x60t_unbrick/0003.JPG" alt="" />
  67. </p>
  68. <p>
  69. Lift:<br/>
  70. <img src="../images/x60t_unbrick/0004.JPG" alt="" />
  71. </p>
  72. <p>
  73. Remove those:<br/>
  74. <img src="../images/x60t_unbrick/0005.JPG" alt="" />
  75. </p>
  76. <p>
  77. <img src="../images/x60t_unbrick/0006.JPG" alt="" />
  78. </p>
  79. <p>
  80. Also remove that (marked) and unroute the antenna cables:<br/>
  81. <img src="../images/x60t_unbrick/0007.JPG" alt="" />
  82. </p>
  83. <p>
  84. For some X60T laptops, you have to unroute those too:<br/>
  85. <img src="../images/x60t_unbrick/0010.JPG" alt="" />
  86. </p>
  87. <p>
  88. Remove the LCD extend board screws. Also remove those screws (see blue marks) and remove/unroute the cables and remove the metal plate:<br/>
  89. <img src="../images/x60t_unbrick/0008.JPG" alt="" />
  90. </p>
  91. <p>
  92. Remove that screw and then remove the board:<br/>
  93. <img src="../images/x60t_unbrick/0009.JPG" alt="" />
  94. </p>
  95. <p>
  96. Now wire up the BBB and the Pomona with your PSU.<br/>
  97. Refer to <a href="bbb_setup.html">bbb_setup.html</a> for how to setup
  98. the BBB for flashing.<br/>
  99. <b>Note, the guide mentions a 3.3v DC PSU but you don't need this on the X60 Tablet:
  100. if you don't have or don't want to use an external PSU, then make
  101. sure not to connect the red/black 3.3v leads mentioned in the guide;
  102. instead, connect the AC adapter (the one that normally charges your
  103. battery) so that the board has power (but don't boot it up)</b>
  104. <img src="../images/x60t_unbrick/0011.JPG" alt="" /><br/>
  105. Correlate the following with the BBB guide linked above:
  106. </p>
  107. <pre>
  108. POMONA 5250:
  109. === golden finger and wifi switch ====
  110. 18 - - 1
  111. 22 - - NC ---------- audio jacks are on this end
  112. NC - - 21
  113. 3.3V PSU RED - - 17 - this is pin 1 on the flash chip
  114. === CPU fan ===
  115. <i>This is how you will connect. Numbers refer to pin numbers on the BBB, on the plugs near the DC jack.</i>
  116. </pre>
  117. <p>
  118. Connecting the BBB and pomona (in this image, an external 3.3v DC PSU was used):<br/>
  119. <img src="images/x60/th_bbb_flashing.jpg" alt="" />
  120. </p>
  121. <p>
  122. SSH'd into the BBB:<br/>
  123. # <b>./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -w yourrom.rom</b>
  124. </p>
  125. <p>
  126. It should be <b>Verifying flash... VERIFIED</b> at the end. If flashrom complains about multiple flash chip
  127. definitions detected, then choose one of them following the instructions in the output.
  128. </p>
  129. <p>
  130. Reverse the steps to re-assemble your machine.
  131. </p>
  132. </div>
  133. <div class="section">
  134. <p>
  135. Copyright &copy; 2014, 2015 Francis Rowe &lt;info@gluglug.org.uk&gt;<br/>
  136. This document is released under the Creative Commons Attribution-ShareAlike 4.0 International Public License and all future versions.
  137. A copy of the license can be found at <a href="../license.txt">../license.txt</a>.
  138. </p>
  139. <p>
  140. This document is distributed in the hope that it will be useful,
  141. but WITHOUT ANY WARRANTY; without even the implied warranty of
  142. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See <a href="../license.txt">../license.txt</a> for more information.
  143. </p>
  144. </div>
  145. </body>
  146. </html>