mirror of
https://github.com/stacksmashing/pico-tpmsniffer.git
synced 2026-01-30 18:28:38 +03:00
Update readme
This commit is contained in:
19
Readme.md
19
Readme.md
@@ -0,0 +1,19 @@
|
||||
# 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
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Just connect to the serial port, boot your machine, and push against the card connector!
|
||||
|
||||
Reference in New Issue
Block a user