Skip to content

Commit 129c78f

Browse files
committed
README: Document usage
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 90ce04b commit 129c78f

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,34 @@ pio run -e teensy41 --target upload
7272
pio run -e teensy31 --target upload
7373
pio run -e teensy36 --target upload
7474
```
75+
76+
### EC Serial
77+
78+
```sh
79+
# For example with tio
80+
tio /dev/serial/by-id/usb-Framework_CMSIS-DAP_13993040-if04
81+
82+
# Or picocom/minicom/screen
83+
picocom /dev/ttyACM2 -b 115200
84+
```
85+
86+
### Flashing EC firmware
87+
88+
Run the script for your target platform
89+
90+
```sh
91+
./scripts/flash_tgl_ec.sh
92+
./scripts/flash_adl_ec.sh
93+
```
94+
95+
### Teensy Control Serial
96+
97+
Only for advanced usage, you can probably ignore this.
98+
99+
```sh
100+
# For example with tio
101+
tio /dev/serial/by-id/usb-Framework_CMSIS-DAP_13993040-if00
102+
103+
# Or picocom/minicom/screen
104+
picocom /dev/ttyACM0 -b 115200
105+
```

0 commit comments

Comments
 (0)