File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -72,3 +72,34 @@ pio run -e teensy41 --target upload
7272pio run -e teensy31 --target upload
7373pio 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+ ```
You can’t perform that action at this time.
0 commit comments