blob: b5b16dadc2938c32e6923fe3b793ec9368fefeb6 [file] [log] [blame]
#!/usr/bin/env bash
# Examples only run on a NRF52DK board
set -eux
yes 0|tockloader uninstall --jtag --arch cortex-m4 --board nrf52-dk --jtag-device nrf52 --app-address 0x20000 || true
./run_example.sh hardware_test_server --dont-clear-apps
./run_example.sh hardware_test --dont-clear-apps