Skip to content

Commit 5f7c5bd

Browse files
committed
wip
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 840ae75 commit 5f7c5bd

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Here's a short list:
1414
* PD SWD
1515
* SOC SPI Flash (BIOS)
1616

17+
### Scripts
18+
19+
See [./scripts](./scripts) folder for scripts to capture logs, flash EC, ...
20+
1721
## CCD (Closed Case Debug)
1822

1923
EC & CPU UARTs can be accessed without opening the DUT (Device Under Test,

scripts/buspirate_ctrl.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
process can use it at a time. To control GPIO while a PTY bridge is
1010
running, use signals (see below) or combinable flags.
1111
12+
Initial setup:
13+
git submodule update --init
14+
pip install -r BusPirate-BPIO2-flatbuffer-interface/python/requirements.txt
15+
1216
Wiring:
1317
BP5 IO3 --> EC VCC1_RST (reset, active low)
1418
BP5 IO4 (TX) --> EC CR_SIN1 (UART RX)

0 commit comments

Comments
 (0)