We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638eb47 commit ecd241fCopy full SHA for ecd241f
scripts/flash_manual_ec.sh
@@ -14,6 +14,12 @@
14
# If the adapter shows up at a different port, set it in an environment variable:
15
# env FLASHUART=ttyUSB1 ./flash_manual_ec.sh ~/Downloads/sunflower/
16
# 4. Press and release EC reset button to boot EC again
17
+#
18
+# Useful to combine with the gh command
19
+# > gh run download -R FrameworkComputer/ec -D temp
20
+# > ./flash_manual_ec.sh temp/
21
+# Or with chromium chroot build
22
+# > ./flash_manual_ec.sh ~/chromiumos/src/platform/ec/build/zephyr/marigold/output/
23
24
FLASHUART=ttyUSB0
25
0 commit comments