Skip to content

Commit

Permalink
dont accidentaly send newline
Browse files Browse the repository at this point in the history
  • Loading branch information
grg-haas committed Jun 17, 2024
1 parent 178fcd5 commit 73fbac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/plat/cva6/flash-firmware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ start_record_tty "$TTYDEV" 115200 "$LOGFILE" cva6-tty
# Wait for bootrom break
power_on
./scripts/ci/utils/wait_for.py "$LOGFILE" "Hit any key to enter update mode"
echo 'a' > "$TTYDEV"
echo -n 'a' > "$TTYDEV"
sleep 1

# Send size
Expand Down

0 comments on commit 73fbac4

Please sign in to comment.