diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-14 02:31:20 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-14 02:31:20 (EST) |
commit | cf5b9d6a31d898750dd31df12f0b6be9c5dce32e (patch) | |
tree | c992783af205897dc4af2a9cabf5cf66219472a4 /docs/install/x60tablet_unbrick.html | |
parent | bd6859b9f4859aeec7c916ece9b15bf9dc7c6640 (diff) | |
download | libreboot-cf5b9d6a31d898750dd31df12f0b6be9c5dce32e.zip libreboot-cf5b9d6a31d898750dd31df12f0b6be9c5dce32e.tar.gz libreboot-cf5b9d6a31d898750dd31df12f0b6be9c5dce32e.tar.bz2 |
Documentation: improve the installation instructions
Diffstat (limited to 'docs/install/x60tablet_unbrick.html')
-rw-r--r-- | docs/install/x60tablet_unbrick.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/install/x60tablet_unbrick.html b/docs/install/x60tablet_unbrick.html index 3623482..14339ae 100644 --- a/docs/install/x60tablet_unbrick.html +++ b/docs/install/x60tablet_unbrick.html @@ -8,14 +8,14 @@ @import url('../css/main.css'); </style> - <title>Unbricking the ThinkPad X60 Tablet</title> + <title>ThinkPad X60 Tablet: Recovery guide</title> </head> <body> <div class="section"> - <h1>Unbricking the ThinkPad X60 Tablet</h1> - <p>This guide will show you how to recover from a bad flash that prevents your ThinkPad X60 Tablet from booting.</p> + <h1>ThinkPad X60 Tablet: Recovery guide</h1> + <p>This section documents how to recover from a bad flash that prevents your ThinkPad X60 Tablet from booting.</p> <p><a href="index.html">Back to previous index</a></p> </div> @@ -142,7 +142,12 @@ POMONA 5250: Connecting the BBB and pomona (in this image, an external 3.3v DC PSU was used):<br/> <img src="images/x60/th_bbb_flashing.jpg" alt="" /> </p> - + + <p> + Flashrom binaries for ARM (tested on a BBB) are distributed in libreboot_util. Alternatively, + libreboot also distributes flashrom source code which can be built. + </p> + <p> SSH'd into the BBB:<br/> # <b>./flashrom -p linux_spi:dev=/dev/spidev1.0,spispeed=512 -w yourrom.rom</b> |