Files
pico-tpmsniffer/Readme.md

24 lines
580 B
Markdown
Raw Permalink Normal View History

2024-02-03 18:57:06 +01:00
# Pico TPMSniffer
> This is experimental software and hardware. It's not ready to use for professional or production use.
The board (in /hardware/) is compatible with the "Debug Card" connector found on some Lenovo laptops. The firmware currently only supports LPC, not SPI TPMs.
## Building
```
export PICO_SDK_PATH=path to your Pico-SDK
mkdir build
cd build
cmake ..
make
```
2024-02-13 21:42:05 +01:00
## Hardware
The board files are in `hardware/`, the Pogo pins used are of the type: P50-B1-16mm
2024-02-03 18:57:06 +01:00
## Usage
Just connect to the serial port, boot your machine, and push against the card connector!