Skip to content

Commit ecd241f

Browse files
committed
flash_manual_ec: Add some samples
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 638eb47 commit ecd241f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/flash_manual_ec.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
# If the adapter shows up at a different port, set it in an environment variable:
1515
# env FLASHUART=ttyUSB1 ./flash_manual_ec.sh ~/Downloads/sunflower/
1616
# 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/
1723

1824
FLASHUART=ttyUSB0
1925

0 commit comments

Comments
 (0)