Skip to content

Commit

Permalink
fix file path and auto shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
grg-haas committed Jun 17, 2024
1 parent e9fc6a3 commit 6f71e1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions 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 @@ -9,7 +9,7 @@ if [[ -z "$KEYSTONE_BITS" ]]; then
exit 1
fi

FIRMWARE_FILENAME="build-cva$KEYSTONE_BITS/buildroot.build/images/fw_payload.bin"
FIRMWARE_FILENAME="build-cva6$KEYSTONE_BITS/buildroot.build/images/fw_payload.bin"

###########
## Flash ##
Expand Down
7 changes: 7 additions & 0 deletions scripts/ci/test-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,10 @@ function stop_record_tty {
screen -XS "$1" quit
screen -wipe
}

#############
## Cleanup ##
#############

# Make sure we turn off the boards if we die early
trap power_off EXIT

0 comments on commit 6f71e1b

Please sign in to comment.