From ff51d6efb2bef97c87446a1634388cd16448defd Mon Sep 17 00:00:00 2001 From: Gregor Haas Date: Wed, 12 Jun 2024 18:00:13 -0700 Subject: [PATCH] more verbose and keystone ip --- scripts/ci/plat/generic/test.sh | 1 + scripts/ci/plat/mpfs/flash-firmware.sh | 1 + scripts/ci/plat/mpfs/flash-os.sh | 1 + scripts/ci/plat/mpfs/test.sh | 3 +++ 4 files changed, 6 insertions(+) diff --git a/scripts/ci/plat/generic/test.sh b/scripts/ci/plat/generic/test.sh index 40a8fface..bab0f8555 100755 --- a/scripts/ci/plat/generic/test.sh +++ b/scripts/ci/plat/generic/test.sh @@ -1,5 +1,6 @@ #!/bin/bash set -e +set -x # Source global test configuration fileA . scripts/ci/test-setup.sh diff --git a/scripts/ci/plat/mpfs/flash-firmware.sh b/scripts/ci/plat/mpfs/flash-firmware.sh index 5a65a148d..2e7345344 100755 --- a/scripts/ci/plat/mpfs/flash-firmware.sh +++ b/scripts/ci/plat/mpfs/flash-firmware.sh @@ -1,5 +1,6 @@ #!/bin/bash set -e +set -x # Source global test configuration file . scripts/ci/test-setup.sh diff --git a/scripts/ci/plat/mpfs/flash-os.sh b/scripts/ci/plat/mpfs/flash-os.sh index 7f34f7f15..d7955db18 100755 --- a/scripts/ci/plat/mpfs/flash-os.sh +++ b/scripts/ci/plat/mpfs/flash-os.sh @@ -1,5 +1,6 @@ #!/bin/bash set -e +set -x # Source global test configuration file . scripts/ci/test-setup.sh diff --git a/scripts/ci/plat/mpfs/test.sh b/scripts/ci/plat/mpfs/test.sh index a117f66a6..1c7545edf 100755 --- a/scripts/ci/plat/mpfs/test.sh +++ b/scripts/ci/plat/mpfs/test.sh @@ -1,5 +1,6 @@ #!/bin/bash set -e +set -x # Source global test configuration file . scripts/ci/test-setup.sh @@ -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