Skip to content

Commit

Permalink
basic test if right script is run
Browse files Browse the repository at this point in the history
  • Loading branch information
grg-haas committed Jun 13, 2024
1 parent 2e7e3ef commit 1523b77
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions scripts/ci/plat/cva6/flash-firmware.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/bash
set -e

# Source global test configuration file
. scripts/ci/test-setup.sh

###########
## Flash ##
###########
set -x

power_on
sleep 10
power_off

exit 1

0 comments on commit 1523b77

Please sign in to comment.