aboutsummaryrefslogtreecommitdiff
path: root/docs/install
diff options
context:
space:
mode:
Diffstat (limited to 'docs/install')
-rw-r--r--docs/install/bbb_setup.md15
-rw-r--r--docs/install/c201.md21
-rw-r--r--docs/install/d510mo.md7
-rw-r--r--docs/install/d945gclf.md5
-rw-r--r--docs/install/ga-g41m-es2l.md7
-rw-r--r--docs/install/index.md39
-rw-r--r--docs/install/kcma-d8.md5
-rw-r--r--docs/install/kgpe-d16.md7
-rw-r--r--docs/install/r400_external.md27
-rw-r--r--docs/install/rpi_setup.md4
-rw-r--r--docs/install/t400_external.md27
-rw-r--r--docs/install/t500_external.md27
-rw-r--r--docs/install/t60_unbrick.md12
-rw-r--r--docs/install/x200_external.md23
-rw-r--r--docs/install/x60_unbrick.md12
-rw-r--r--docs/install/x60tablet_unbrick.md12
16 files changed, 0 insertions, 250 deletions
diff --git a/docs/install/bbb_setup.md b/docs/install/bbb_setup.md
index e115d8c4..73cf7a91 100644
--- a/docs/install/bbb_setup.md
+++ b/docs/install/bbb_setup.md
@@ -32,8 +32,6 @@ Onto the Beaglebone black...
[Back to previous index](./)
-
-
Hardware requirements
=====================
@@ -104,8 +102,6 @@ Shopping list (pictures of this hardware is shown later):
[Back to top of page.](#pagetop)
-
-
Setting up the 3.3V DC PSU
==========================
@@ -141,8 +137,6 @@ Here is an example set up:
![](images/x200/psu33.jpg "Copyright © 2015 Patrick "P. J." McDermott <pj@pehjota.net> see license notice at the end of this document")
-
-
Accessing the operating system on the BBB
=========================================
@@ -165,7 +159,6 @@ Here are some example photos:
![](images/x200/ftdi.jpg) ![](images/x200/ftdi_port.jpg)
-
You can also connect the USB cable from the BBB to another computer and
a new network interface will appear, with its own IP address. This is
directly accessible from SSH, or screen:
@@ -175,8 +168,6 @@ directly accessible from SSH, or screen:
You can also access the uboot console, using the serial method instead
of SSH.
-
-
Setting up spidev on the BBB
============================
@@ -273,8 +264,6 @@ Output:
This means that it's working (the clip isn't connected to any flash
chip, so the error is fine).
-
-
Connecting the Pomona 5250/5252
===============================
@@ -349,8 +338,6 @@ You should now have something that looks like this:
[Back to top of page.](#pagetop)
-
-
Notes about stability {#stability}
=====================
@@ -369,8 +356,6 @@ following configuration:
- See this image: <http://i.imgur.com/qHGxKpj.jpg>
- He was able to flash at 50MHz (lower speeds are also fine).
-
-
Copyright © 2014, 2015 Leah Rowe <info@minifree.org>
Copyright © 2015 Patrick "P. J." McDermott <pj@pehjota.net>
diff --git a/docs/install/c201.md b/docs/install/c201.md
index fbd913ea..b02c7c99 100644
--- a/docs/install/c201.md
+++ b/docs/install/c201.md
@@ -7,11 +7,9 @@ C201. Since the device ships with Coreboot, the installation
instructions are the same before and after flashing Libreboot for the
first time.
-
**If you are using libreboot\_src or git, then make sure that you built
the sources first (see [../git/#build](../git/#build)).**
-
Look at the [list of ROM images](#rom) to see which image is compatible
with your device.
@@ -49,15 +47,11 @@ root shell.
- [Debian GNU+Linux is recommended for this device](#debian) (TODO:
instructions for Devuan)
-
-
-
Gaining root privileges on ChromeOS
In order to gain root privileges on ChromeOS, developer mode has to be
enabled from the recovery mode screen and debugging features have to be
enabled in ChromeOS.
-
Instructions to access the [recovery mode
screen](../depthcharge/#recovery_mode_screen) and [enabling developer
mode](../depthcharge/#enabling_developer_mode) are available on the page
@@ -80,15 +74,11 @@ After setting the root password, it becomes possible to log-in as root.
A tty prompt can be obtained by pressing **Ctrl + Alt + Next**. The
**Next** key is the one on the top left of the keyboard.
-
-
-
Preparing the device for the installation
Before installing Libreboot on the device, both its software and
hardware has to be prepared to allow the installation procedure and to
ensure that security features don't get in the way.
-
Configuring verified boot parameters {#configuring_verified_boot_parameters}
------------------------------------
@@ -103,8 +93,6 @@ parameters](../depthcharge/#configuring_verified_boot_parameters):
Those changes can be reverted later, when the device is known to be in a
working state.
-
-
Removing the write protect screw {#removing_write_protect_screw}
--------------------------------
@@ -127,9 +115,6 @@ screw](images/c201/wp-screw.jpg)](images/c201/wp-screw.jpg)
The write protect screw can be put back in place later, when the device
is known to be in a working state.
-
-
-
Installing Libreboot to the SPI flash {#installing_libreboot_spi_flash}
=====================================
@@ -138,7 +123,6 @@ that are used to implement parts of the CrOS security system. Libreboot
is installed in the *read-only* coreboot partition, that becomes
writable after removing the write-protect screw.
-
Installing Libreboot internally, from the device {#installing_libreboot_internally}
------------------------------------------------
@@ -176,8 +160,6 @@ You should also see within the output the following:
Shut down. The device will now boot to Libreboot.
-
-
Installing Libreboot externally, with a SPI flash programmer {#installing_libreboot_externally}
------------------------------------------------------------
@@ -229,7 +211,6 @@ You should also see within the output the following:
The device will now boot to Libreboot.
-
Debian GNU+Linux {#debian}
----------------
@@ -242,8 +223,6 @@ See <https://wiki.debian.org/InstallingDebianOn/Asus/C201>.
[Back to top of page.](#pagetop)
-
-
Copyright © 2015 Paul Kocialkowski <contact@paulk.fr>
Permission is granted to copy, distribute and/or modify this document
diff --git a/docs/install/d510mo.md b/docs/install/d510mo.md
index b5b163b0..1f1bafd8 100644
--- a/docs/install/d510mo.md
+++ b/docs/install/d510mo.md
@@ -5,9 +5,6 @@ D510MO flashing tutorial
This guide is for those who want libreboot on their Intel D510MO
motherboard while they still have the original BIOS present.
-
-
-
Flash chip size {#flashchips}
===============
@@ -17,8 +14,6 @@ Use this to find out:
[Back to top of page.](#pagetop)
-
-
Flashing instructions {#clip}
=====================
@@ -29,8 +24,6 @@ This is an image of the flash chip, for reference:
![](../images/d510mo/d510mo.jpg)
-
-
Copyright © 2016 Leah Rowe <info@minifree.org>
Permission is granted to copy, distribute and/or modify this document
diff --git a/docs/install/d945gclf.md b/docs/install/d945gclf.md
index a2f00eff..2cc4f7e3 100644
--- a/docs/install/d945gclf.md
+++ b/docs/install/d945gclf.md
@@ -8,9 +8,6 @@ motherboard while they still have the original BIOS present.
For information about this board, go to
[../hcl/d945gclf.html](../hcl/d945gclf.html)
-
-
-
Flashing instructions {#clip}
=====================
@@ -21,8 +18,6 @@ Here is an image of the flash chip:
![](../images/d945gclf/d945gclf_spi.jpg)
-
-
Copyright © 2016 Leah Rowe <info@minifree.org>
Permission is granted to copy, distribute and/or modify this document
diff --git a/docs/install/ga-g41m-es2l.md b/docs/install/ga-g41m-es2l.md
index bbe7ead3..b61c6046 100644
--- a/docs/install/ga-g41m-es2l.md
+++ b/docs/install/ga-g41m-es2l.md
@@ -5,9 +5,6 @@ GA-G41M-ES2L flashing tutorial
This guide is for those who want libreboot on their Intel GA-G41M-ES2L
motherboard while they still have the original BIOS present.
-
-
-
Flash chip size {#flashchips}
===============
@@ -17,8 +14,6 @@ Use this to find out:
[Back to top of page.](#pagetop)
-
-
Flashing instructions {#clip}
=====================
@@ -55,8 +50,6 @@ NOTE: due to a bug in the hardware, the MAC address is hardcoded in
coreboot-libre. Therefore, you must set your own MAC address in your
operating system.
-
-
Copyright © 2016 Leah Rowe <info@minifree.org>
Permission is granted to copy, distribute and/or modify this document
diff --git a/docs/install/index.md b/docs/install/index.md
index 6c622cc6..551ff9e5 100644
--- a/docs/install/index.md
+++ b/docs/install/index.md
@@ -11,8 +11,6 @@ that has CONFIG\_STRICT\_DEVMEM not enabled.
[Back to previous index](../)
-
-
General information
-------------------
@@ -52,8 +50,6 @@ Flashing via hardware methods, on system:
- [ThinkPad T400](t400_external.html)
- [ThinkPad T500](t500_external.html)
-
-
Information about libreboot ROM images {#rom}
======================================
@@ -100,8 +96,6 @@ information.
[Back to top of page.](#pagetop)
-
-
How to update or install libreboot (if you are already running libreboot or coreboot) {#flashrom}
=====================================================================================
@@ -111,11 +105,9 @@ any dedicated hardware. In other words, you can do everything entirely
in software, directly from the OS that is running on your libreboot
system.
-
**If you are using libreboot\_src or git, then make sure that you built
the sources first (see [../git/#build](../git/#build)).**
-
Look at the [list of ROM images](#rom) to see which image is compatible
with your device.
@@ -273,29 +265,20 @@ what CPU architecture you have (e.g. i686, x86\_64) and use the
appropriate executable. It is also possible for you to build these
executables from the libreboot source code archives.
-
How to update the flash chip contents:
$ **sudo ./flash update [yourrom.rom](#rom)**
-
-
Ocassionally, coreboot changes the name of a given board. If flashrom
complains about a board mismatch, but you are sure that you chose the
correct ROM image, then run this alternative command:
$ **sudo ./flash forceupdate [yourrom.rom](#rom)**
-
-
You should see **"Verifying flash... VERIFIED."** written at the end
of the flashrom output. **Shut down** after you see this, and then boot
up again after a few seconds.
-
-
-
-
ThinkPad X60/T60: Initial installation guide (if running the proprietary firmware) {#flashrom_lenovobios}
==================================================================================
@@ -306,17 +289,14 @@ already have coreboot or libreboot running, then go to
**If you are flashing a Lenovo ThinkPad T60, be sure to read
[../hcl/#supported\_t60\_list](../hcl/#supported_t60_list)**
-
**If you are using libreboot\_src or git, then make sure that you built
the sources first (see [../git/#build](../git/#build)).**
-
**Warning: this guide will not instruct the user how to backup the
original Lenovo BIOS firmware. These backups are tied to each system,
and will not work on any other. For that, please refer to
<http://www.coreboot.org/Board:lenovo/x60/Installation>.**
-
**If you're using libreboot 20150518, note that there is a mistake in
the flashing script. do this: *rm -f patch && wget -O flash
https://notabug.org/vimuser/libreboot/raw/9d850543ad90b72e0e333c98075530b31e5d23f1/flash
@@ -326,8 +306,6 @@ The first half of the procedure is as follows:
$ **sudo ./flash i945lenovo\_firstflash [yourrom.rom](#rom).**
-
-
You should see within the output the following:
**"Updated BUC.TS=1 - 64kb address ranges at 0xFFFE0000 and 0xFFFF0000
@@ -347,8 +325,6 @@ If the above is what you see, then **SHUT DOWN**. Wait a few seconds,
and then boot; libreboot is running, but there is a 2nd procedure
***needed*** (see below).
-
-
When you have booted up again, you must also do this:
$ **sudo ./flash i945lenovo\_secondflash [yourrom.rom](#rom)**
@@ -358,8 +334,6 @@ If flashing fails at this stage, try the following:
$ **sudo ./flashrom/i686/flashrom -p
internal:laptop=force\_I\_want\_a\_brick -w [yourrom.rom](#rom)**
-
-
You should see within the output the following:
**"Updated BUC.TS=0 - 128kb address range 0xFFFE0000-0xFFFFFFFF is
@@ -369,19 +343,14 @@ You should also see within the output the following:
**"Verifying flash... VERIFIED."**
-
[Back to top of page.](#pagetop)
-
-
MacBook2,1: Initial installation guide (if running the proprietary firmware) {#flashrom_macbook21}
============================================================================
-
**If you have a MacBook1,1, refer to
[../hcl/#macbook11](../hcl/#macbook11) for flashing instructions.**
-
**This is for the MacBook2,1 while running Apple EFI firmware. If you
already have coreboot or libreboot running, then go to
[#flashrom](#flashrom) instead!**
@@ -393,32 +362,24 @@ Be sure to read the information in
original Apple EFI firmware. For that, please refer to
<http://www.coreboot.org/Board:apple/macbook21>.**
-
**If you are using libreboot\_src or git, then make sure that you built
the sources first (see [../git/#build](../git/#build)).**
-
Look at the [list of ROM images](#rom) to see which image is compatible
with your device.
-
Use this flashing script, to install libreboot:
$ **sudo ./flash i945apple\_firstflash [yourrom.rom](#rom)**
-
-
You should also see within the output the following:
**"Verifying flash... VERIFIED."**
Shut down.
-
[Back to top of page.](#pagetop)
-
-
Copyright © 2014, 2015, 2016 Leah Rowe <info@minifree.org>
Permission is granted to copy, distribute and/or modify this document
diff --git a/docs/install/kcma-d8.md b/docs/install/kcma-d8.md
index 37ab8822..ff6e0597 100644
--- a/docs/install/kcma-d8.md
+++ b/docs/install/kcma-d8.md
@@ -21,9 +21,6 @@ TODO: show photos here, and other info.
preinstalled](#preinstall)
- [External programmer](#programmer)
-
-
-
External programmer {#programmer}
===================
@@ -35,8 +32,6 @@ motherboard, which you take out and then re-flash with libreboot, using
the programmer. **DO NOT** remove the chip with your hands. Use a chip
extractor tool.
-
-
Copyright © 2016 Leah Rowe <info@minifree.org>
Permission is granted to copy, distribute and/or modify this document
diff --git a/docs/install/kgpe-d16.md b/docs/install/kgpe-d16.md
index 727f0044..7f4478b5 100644
--- a/docs/install/kgpe-d16.md
+++ b/docs/install/kgpe-d16.md
@@ -21,9 +21,6 @@ TODO: show photos here, and other info.
preinstalled](#preinstall)
- [External programmer](#programmer)
-
-
-
KGPE-D16 boards (and full systems) with libreboot preinstalled {#preinstall}
==============================================================
@@ -33,8 +30,6 @@ GNU+Linux distribution.
Check the [suppliers](../../suppliers) page for more information.
-
-
External programmer {#programmer}
===================
@@ -46,8 +41,6 @@ motherboard, which you take out and then re-flash with libreboot, using
the programmer. **DO NOT** remove the chip with your hands. Use a chip
extractor tool.
-
-
Copyright © 2015 Leah Rowe <info@minifree.org>
Permission is granted to copy, distribute and/or modify this document
diff --git a/docs/install/r400_external.md b/docs/install/r400_external.md
index 33e60550..64f30ad7 100644
--- a/docs/install/r400_external.md
+++ b/docs/install/r400_external.md
@@ -13,17 +13,12 @@ ROM properly first. Although ROM images are provided pre-built in
libreboot, there are some modifications that you need to make to the one
you chose before flashing. (instructions referenced later in this guide)
-
-
-
Libreboot T400 {#t400}
==============
You may also be interested in the smaller, more portable [Libreboot
T400](t400_external.html).
-
-
Serial port {#serial_port}
-----------
@@ -31,8 +26,6 @@ EHCI debug might not be needed. It has been reported that the docking
station for this laptop has a serial port, so it might be possible to
use that instead.
-
-
A note about CPUs
=================
@@ -47,8 +40,6 @@ Quad-core CPUs
Incompatible. Do not use.
-
-
A note about GPUs
=================
@@ -67,8 +58,6 @@ CPU paste required
See [#paste](#paste).
-
-
Flash chip size {#flashchips}
===============
@@ -78,8 +67,6 @@ Use this to find out:
[Back to top of page.](#pagetop)
-
-
MAC address {#macaddress}
===========
@@ -93,8 +80,6 @@ image before flashing it. It will be written in one of these locations:
![](images/t400/macaddress0.jpg) ![](images/t400/macaddress1.jpg)
![](images/x200/disassembly/0001.jpg)
-
-
Initial BBB configuration
=========================
@@ -331,8 +316,6 @@ Example output from running the command (see above):
[Back to top of page.](#pagetop)
-
-
Thermal paste (IMPORTANT)
=========================
@@ -350,8 +333,6 @@ NOTE: the photo above is for illustration purposes only, and does not
show how to properly apply the thermal paste. Other guides online detail
the proper application procedure.
-
-
Wifi
====
@@ -373,8 +354,6 @@ the Intel chip that this R400 came with:
![](images/t400/0012.jpg) ![](images/t400/ar5b95.jpg)
-
-
WWAN
====
@@ -385,8 +364,6 @@ track your movements.
Not to be confused with wifi (wifi is fine).
-
-
Memory
======
@@ -404,8 +381,6 @@ The following photo shows 8GiB (2x4GiB) of RAM installed:
![](images/t400/memory.jpg)
-
-
Boot it!
--------
@@ -415,8 +390,6 @@ You should see something like this:
Now [install GNU+Linux](../gnulinux/).
-
-
Copyright © 2014, 2015 Leah Rowe <info@minifree.org>
Permission is granted to copy, distribute and/or modify this document
diff --git a/docs/install/rpi_setup.md b/docs/install/rpi_setup.md
index 694ec74f..45776a2d 100644
--- a/docs/install/rpi_setup.md
+++ b/docs/install/rpi_setup.md
@@ -13,8 +13,6 @@ SOIC-16).
[Back to previous index](../)
-
-
[](#raspberry-pi-thinkpad-x60t60-and-macbook-21){#user-content-raspberry-pi-thinkpad-x60t60-and-macbook-21 .anchor}Raspberry Pi (ThinkPad X60/T60 and Macbook 2,1)
------------------------------------------------------------------------------------------------------------------------------------------------------------------
@@ -425,8 +423,6 @@ box.](http://www.flashrom.org/RaspberryPi)
- [Win-Raid - Recover from Failed BIOS Flashing using Raspberry
Pi](http://www.win-raid.com/t58f16-Guide-Recover-from-failed-BIOS-flash-using-Raspberry-PI.html)
-
-
Copyright © 2014, 2015 Lawrence Wu <sagnessagiel@gmail.com>
Copyright © 2015 snuffeluffegus <>
diff --git a/docs/install/t400_external.md b/docs/install/t400_external.md
index 3ac8d58b..14acf74e 100644
--- a/docs/install/t400_external.md
+++ b/docs/install/t400_external.md
@@ -16,9 +16,6 @@ the screws on page 144 (with title "1130 Keyboard bezel") are swapped
and if you follow the HMM you will punch a hole through the bezel in the
upper right corner.
-
-
-
T400 laptops with libreboot pre-installed {#preinstall}
=========================================
@@ -28,8 +25,6 @@ GNU+Linux distribution.
Check the [suppliers](../../suppliers) page for more information.
-
-
Serial port {#serial_port}
-----------
@@ -37,8 +32,6 @@ EHCI debug might not be needed. It has been reported that the docking
station for this laptop has a serial port, so it might be possible to
use that instead.
-
-
A note about CPUs
=================
@@ -52,8 +45,6 @@ Quad-core CPUs
Incompatible. Do not use.
-
-
A note about GPUs
=================
@@ -72,8 +63,6 @@ CPU paste required
See [#paste](#paste).
-
-
Flash chip size {#flashchips}
===============
@@ -83,8 +72,6 @@ Use this to find out:
[Back to top of page.](#pagetop)
-
-
MAC address {#macaddress}
===========
@@ -98,8 +85,6 @@ image before flashing it. It will be written in one of these locations:
![](images/t400/macaddress0.jpg) ![](images/t400/macaddress1.jpg)
![](images/x200/disassembly/0001.jpg)
-
-
Initial BBB configuration
=========================
@@ -333,8 +318,6 @@ Example output from running the command (see above):
[Back to top of page.](#pagetop)
-
-
Thermal paste (IMPORTANT)
=========================
@@ -352,8 +335,6 @@ NOTE: the photo above is for illustration purposes only, and does not
show how to properly apply the thermal paste. Other guides online detail
the proper application procedure.
-
-
Wifi
====
@@ -375,8 +356,6 @@ the Intel chip that this T400 came with:
![](images/t400/0012.jpg) ![](images/t400/ar5b95.jpg)
-
-
WWAN
====
@@ -387,8 +366,6 @@ track your movements.
Not to be confused with wifi (wifi is fine).
-
-
Memory
======
@@ -406,8 +383,6 @@ The following photo shows 8GiB (2x4GiB) of RAM installed:
![](images/t400/memory.jpg)
-
-
Boot it!
--------
@@ -417,8 +392,6 @@ You should see something like this:
Now [install GNU+Linux](../gnulinux/).
-
-
Copyright © 2015 Leah Rowe <info@minifree.org>
Permission is granted to copy, distribute and/or modify this document
diff --git a/docs/install/t500_external.md b/docs/install/t500_external.md
index 3b81c0be..1a218708 100644
--- a/docs/install/t500_external.md
+++ b/docs/install/t500_external.md
@@ -8,17 +8,12 @@ This guide is for those who want libreboot on their ThinkPad T500 while
they still have the original Lenovo BIOS present. This guide can also be
followed (adapted) if you brick your T500, to know how to recover.
-
-
-
Libreboot T400 {#t400}
==============
You may also be interested in the smaller, more portable [Libreboot
T400](t400_external.html).
-
-
Serial port {#serial_port}
-----------
@@ -26,8 +21,6 @@ EHCI debug might not be needed. It has been reported that the docking
station for this laptop has a serial port, so it might be possible to
use that instead.
-
-
A note about CPUs
=================
@@ -42,8 +35,6 @@ Quad-core CPUs
Incompatible. Do not use.
-
-
A note about GPUs
=================
@@ -62,8 +53,6 @@ CPU paste required
See [#paste](#paste).
-
-
Flash chip size {#flashchips}
===============
@@ -73,8 +62,6 @@ Use this to find out:
[Back to top of page.](#pagetop)
-
-
MAC address {#macaddress}
===========
@@ -88,8 +75,6 @@ image before flashing it. It will be written in one of these locations:
![](images/t400/macaddress0.jpg) ![](images/t400/macaddress1.jpg)
![](images/x200/disassembly/0001.jpg)
-
-
Initial BBB configuration
=========================
@@ -343,8 +328,6 @@ Example output from running the command (see above):
[Back to top of page.](#pagetop)
-
-
Thermal paste (IMPORTANT)
=========================
@@ -362,8 +345,6 @@ NOTE: the photo above is for illustration purposes only, and does not
show how to properly apply the thermal paste. Other guides online detail
the proper application procedure.
-
-
Wifi
====
@@ -385,8 +366,6 @@ the Intel chip that this T500 came with:
![](images/t400/0012.jpg) ![](images/t400/ar5b95.jpg)
-
-
WWAN
====
@@ -397,8 +376,6 @@ also track your movements.
Not to be confused with wifi (wifi is fine).
-
-
Memory
======
@@ -416,8 +393,6 @@ The following photo shows 8GiB (2x4GiB) of RAM installed:
![](images/t400/memory.jpg)
-
-
Boot it!
--------
@@ -427,8 +402,6 @@ You should see something like this:
Now [install GNU+Linux](../gnulinux/).
-
-
Copyright © 2015 Leah Rowe <info@minifree.org>
Permission is granted to copy, distribute and/or modify this document
diff --git a/docs/install/t60_unbrick.md b/docs/install/t60_unbrick.md
index 2c857f3f..feccb75e 100644
--- a/docs/install/t60_unbrick.md
+++ b/docs/install/t60_unbrick.md
@@ -7,8 +7,6 @@ your ThinkPad T60 from booting.
[Back to previous index](./)
-
-
Table of Contents
-----------------
@@ -17,8 +15,6 @@ Table of Contents
- [Brick type 2: bad rom (or user error), system won't
boot](#recovery)
-
-
Brick type 1: bucts not reset. {#bucts_brick}
==============================
@@ -26,16 +22,12 @@ You still have Lenovo BIOS, or you had libreboot running and you flashed
another ROM; and you had bucts 1 set and the ROM wasn't dd'd.* or if
Lenovo BIOS was present and libreboot wasn't flashed.
-
-
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:
![](../images/t60_dev/0006.JPG)
-
-
*Those dd commands should be applied to all newly compiled T60 ROM
images (the ROM images in libreboot binary archives already have this
applied!):
@@ -54,8 +46,6 @@ still has Lenovo BIOS running, using those instructions:
<http://www.coreboot.org/Board:lenovo/x60/Installation>. (it says x60,
but instructions for t60 are identical)
-
-
bad rom (or user error), system won't boot {#recovery}
===========================================
@@ -256,8 +246,6 @@ replacing cpu paste/heatsink:
![](../images/t60_dev/0074.JPG)
-
-
Copyright © 2014, 2015 Leah Rowe <info@minifree.org>
Permission is granted to copy, distribute and/or modify this document
diff --git a/docs/install/x200_external.md b/docs/install/x200_external.md
index fbf190f5..00f9ab59 100644
--- a/docs/install/x200_external.md
+++ b/docs/install/x200_external.md
@@ -18,9 +18,6 @@ followed (adapted) if you brick your X200, to know how to recover.
- [Memory](#memory)
- [X200S and X200 Tablet users: GPIO33 trick will not work.](#gpio33)
-
-
-
X200 laptops with libreboot pre-installed {#preinstall}
=========================================
@@ -30,8 +27,6 @@ GNU+Linux distribution.
Check the [suppliers](../../suppliers) page for more information.
-
-
Flash chip size {#flashchips}
===============
@@ -46,8 +41,6 @@ X200S/X200T are supported; see
[Back to top of page.](#pagetop)
-
-
MAC address {#macaddress}
===========
@@ -62,8 +55,6 @@ image before flashing it. It will be written in one of these locations:
![](images/x200/disassembly/0002.jpg)
![](images/x200/disassembly/0001.jpg)
-
-
Initial BBB configuration {#clip}
=========================
@@ -102,8 +93,6 @@ header), for SOIC-8 (clip: Pomona 5250):
This is how you will connect. Numbers refer to pin numbers on the BBB, on the plugs near the DC jack.
Here is a photo of the SOIC-8 flash chip. The pins are labelled:
-
-
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
chip on those pins?
@@ -256,8 +245,6 @@ Example output from running the command (see above):
[Back to top of page.](#pagetop)
-
-
Wifi
====
@@ -280,8 +267,6 @@ the Intel chip that this X200 came with:
![](images/x200/disassembly/0016.jpg)
![](images/x200/disassembly/0017.jpg)
-
-
WWAN
====
@@ -292,8 +277,6 @@ track your movements.
Not to be confused with wifi (wifi is fine).
-
-
Memory
======
@@ -310,8 +293,6 @@ In this photo, 8GiB of RAM (2x4GiB) is installed:
![](images/x200/disassembly/0018.jpg)
-
-
Boot it! {#boot}
--------
@@ -321,8 +302,6 @@ You should see something like this:
Now [install GNU+Linux](../gnulinux/).
-
-
X200S and X200 Tablet users: GPIO33 trick will not work. {#gpio33}
--------------------------------------------------------
@@ -365,8 +344,6 @@ On a related note, libreboot has a utility that could help with
investigating this:
[../hcl/gm45\_remove\_me.html#demefactory](../hcl/gm45_remove_me.html#demefactory)
-
-
Copyright © 2014, 2015 Leah Rowe <info@minifree.org>
Permission is granted to copy, distribute and/or modify this document
diff --git a/docs/install/x60_unbrick.md b/docs/install/x60_unbrick.md
index 85b81cf2..97f9eaee 100644
--- a/docs/install/x60_unbrick.md
+++ b/docs/install/x60_unbrick.md
@@ -7,8 +7,6 @@ your ThinkPad X60 from booting.
[Back to previous index](./)
-
-
Table of Contents
=================
@@ -17,8 +15,6 @@ Table of Contents
- [Brick type 2: bad rom (or user error), system won't
boot](#recovery)
-
-
Brick type 1: bucts not reset. {#bucts_brick}
==============================
@@ -26,16 +22,12 @@ You still have Lenovo BIOS, or you had libreboot running and you flashed
another ROM; and you had bucts 1 set and the ROM wasn't dd'd.* or if
Lenovo BIOS was present and libreboot wasn't flashed.
-
-
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:
![](../images/x60_unbrick/0004.jpg)
-
-
*Those dd commands should be applied to all newly compiled X60 ROM
images (the ROM images in libreboot binary archives already have this
applied!):
@@ -53,8 +45,6 @@ coreboot.rom) - 0x20000\] count=64k conv=notrunc
still has Lenovo BIOS running, using those instructions:
<http://www.coreboot.org/Board:lenovo/x60/Installation>.
-
-
bad rom (or user error), system won't boot {#recovery}
===========================================
@@ -275,8 +265,6 @@ Operating system:
![](../images/x60_unbrick/0049.jpg)
-
-
Copyright © 2014, 2015 Leah Rowe <info@minifree.org>
Permission is granted to copy, distribute and/or modify this document
diff --git a/docs/install/x60tablet_unbrick.md b/docs/install/x60tablet_unbrick.md
index 79b3fc6e..ae994053 100644
--- a/docs/install/x60tablet_unbrick.md
+++ b/docs/install/x60tablet_unbrick.md
@@ -7,8 +7,6 @@ your ThinkPad X60 Tablet from booting.
[Back to previous index](./)
-
-
Table of Contents
-----------------
@@ -17,8 +15,6 @@ Table of Contents
- [Brick type 2: bad rom (or user error), system won't
boot](#recovery)
-
-
Brick type 1: bucts not reset. {#bucts_brick}
==============================
@@ -26,16 +22,12 @@ You still have Lenovo BIOS, or you had libreboot running and you flashed
another ROM; and you had bucts 1 set and the ROM wasn't dd'd.* or if
Lenovo BIOS was present and libreboot wasn't flashed.
-
-
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:
![](../images/x60t_unbrick/0008.JPG)
-
-
*Those dd commands should be applied to all newly compiled X60 ROM
images (the ROM images in libreboot binary archives already have this
applied!):
@@ -53,8 +45,6 @@ coreboot.rom) - 0x20000\] count=64k conv=notrunc
still has Lenovo BIOS running, using those instructions:
<http://www.coreboot.org/Board:lenovo/x60/Installation>.
-
-
bad rom (or user error), system won't boot {#recovery}
===========================================
@@ -153,8 +143,6 @@ one of them following the instructions in the output.
Reverse the steps to re-assemble your system.
-
-
Copyright © 2014, 2015 Leah Rowe <info@minifree.org>
Permission is granted to copy, distribute and/or modify this document