Fix: Reference on thinkpad post

This commit is contained in:
Tobias Manske 2021-02-12 02:06:51 +01:00
parent 304298e3f5
commit 3ba5c2aa16
Signed by: tobias
GPG Key ID: D5914DC71F2F9352
1 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,7 @@ During the series, I will use the following tools:
- a 500°C tested working surface
- Reading and writing to the chip
- Chinese SOIC8 test clip
- Raspberry Pi[ref]You can use any other SPI programmer which is supported by flashrom, or even write your own program and use unsupported programmers. The protocol is not that complex.[/ref]
- Raspberry Pi[^spi]
- flashrom --- software to flash and read over SPI
- Some really tiny copper cables and some jumper wires
- soldering iron
@ -324,3 +324,4 @@ setting up coreboot write a message below, or use the contact buttons to the rig
[^uefi]: I know it's actually UEFI based, but I'll keep calling it BIOS as the search term is more common.
[^spi]: You can use any other SPI programmer which is supported by flashrom, or even write your own program and use unsupported programmers. The protocol is not that complex.