Skip to content

Commit

Permalink
ensure logfiles exist
Browse files Browse the repository at this point in the history
  • Loading branch information
grg-haas committed Jun 18, 2024
1 parent 57d1c36 commit f54a705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci/plat/cva6/flash-firmware.sh.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ set -x

## ROM phase
TTYDEV=$(find_tty 0)
touch "$LOGFILE"
start_record_tty "$TTYDEV" 115200 "$LOGFILE" cva6-tty

# Wait for bootrom break
Expand Down
1 change: 1 addition & 0 deletions scripts/ci/plat/cva6/flash-os.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ get_platform_var BOARD_IP
set -x

TTYDEV=$(find_tty 0)
touch "$LOGFILE"
start_record_tty "$TTYDEV" 115200 "$LOGFILE" cva6-tty

power_on
Expand Down

0 comments on commit f54a705

Please sign in to comment.