summaryrefslogtreecommitdiff
path: root/tester/rtems
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-10-07 18:57:24 +1100
committerChris Johns <chrisj@rtems.org>2017-10-07 18:57:24 +1100
commit9580804ae56c9d428a4dc922a71ef33728b0966b (patch)
tree0390db872c5542d1b8c7ada64efa72318f5360af /tester/rtems
parent68cbfc35c626289fa114c30aa8a37e759ecb8a5f (diff)
Add a target start and target reset to manage boards that do not boot cleanly.
Rename the reset regex as start regex to detect a board has started. Add a reset regex to detect if a board has failed to boot cleanly and needs to be reset. The Microzed I have can fail to boot. The PHY does not initalise. I do not know if it is the board, the design or u-boot.
Diffstat (limited to 'tester/rtems')
-rw-r--r--tester/rtems/testing/bsps/xilinx_zynq_zedboard.mc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tester/rtems/testing/bsps/xilinx_zynq_zedboard.mc b/tester/rtems/testing/bsps/xilinx_zynq_zedboard.mc
index 5e457a4..2718640 100644
--- a/tester/rtems/testing/bsps/xilinx_zynq_zedboard.mc
+++ b/tester/rtems/testing/bsps/xilinx_zynq_zedboard.mc
@@ -54,5 +54,6 @@ xilinx_zynq_zedboard: none, none, '%{_rtscripts}/tftp.cfg'
xilinx_zynq_zedboard_arch: none, none, 'arm'
test_restarts: none, none, '3'
target_reset_command: none, none, 'wemo-reset CSEng1 3'
-target_reset_regex: none, none, '^U-Boot SPL .*'
+target_reset_regex: none, none, '^No ethernet found.*|BOOTP broadcast 9.*'
+target_start_regex: none, none, '^U-Boot SPL .*'
bsp_tty_dev: none, none, 'tuke:30005'