Skip to content

Commit

Permalink
brom-dump: spft-replay: explain project structure in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arzam16 committed Dec 1, 2023
1 parent 9cb6847 commit 61083f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions brom-dump/spft-replay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@ Usually old Mediatek devices from the mt65xx family do not enforce digital signa
* mt6582 / mt8382
* mt6589 / mt8389

### Project structure
`spft-replay.py` is the entry point of `spft-replay` program. It sets up a DeviceManager (`src/manager.py`) that executes a specified scenario ("identify", "send payload") for a specific platform (`src/platform.py`) using the Mediatek BROM protocol (`src/brom.py`) over some transport (`src/transport.py`).

![Project structure diagram](../../images/spft-replay-001.png)

### License
MIT.
Binary file added images/spft-replay-001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 61083f3

Please sign in to comment.