We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ce04b commit 129c78fCopy full SHA for 129c78f
1 file changed
README.md
@@ -72,3 +72,34 @@ pio run -e teensy41 --target upload
72
pio run -e teensy31 --target upload
73
pio run -e teensy36 --target upload
74
```
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
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
100
101
+tio /dev/serial/by-id/usb-Framework_CMSIS-DAP_13993040-if00
102
103
104
+picocom /dev/ttyACM0 -b 115200
105
0 commit comments