Skip to content

Commit

Permalink
more verbose and keystone ip
Browse files Browse the repository at this point in the history
  • Loading branch information
grg-haas committed Jun 13, 2024
1 parent df604ca commit cf15a0c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci/plat/generic/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
set -e
set -x

# Source global test configuration fileA
. scripts/ci/test-setup.sh
Expand Down
1 change: 1 addition & 0 deletions scripts/ci/plat/mpfs/flash-firmware.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
set -e
set -x

# Source global test configuration file
. scripts/ci/test-setup.sh
Expand Down
1 change: 1 addition & 0 deletions scripts/ci/plat/mpfs/flash-os.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
set -e
set -x

# Source global test configuration file
. scripts/ci/test-setup.sh
Expand Down
3 changes: 3 additions & 0 deletions scripts/ci/plat/mpfs/test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
set -e
set -x

# Source global test configuration file
. scripts/ci/test-setup.sh
Expand All @@ -19,6 +20,8 @@ chmod 600 build-mpfs64/buildroot.build/target/root/.ssh/id-rsa
# Start the board
export KEYSTONE_PLATFORM=mpfs
export KEYSTONE_BITS=64
get_platform_var BOARD_IP
export KEYSTONE_IP="$BOARD_IP"

TTYDEV=$(find_tty 1)
start_record_tty "$TTYDEV" 115200 "$LOGFILE" mpfs-tty
Expand Down

0 comments on commit cf15a0c

Please sign in to comment.