summaryrefslogtreecommitdiff
path: root/cts/common/board.py
diff options
context:
space:
mode:
Diffstat (limited to 'cts/common/board.py')
-rw-r--r--cts/common/board.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cts/common/board.py b/cts/common/board.py
index d3db78b792..7714179c41 100644
--- a/cts/common/board.py
+++ b/cts/common/board.py
@@ -11,7 +11,7 @@ import shutil
import subprocess as sp
-OCD_SCRIPT_DIR = '/usr/local/share/openocd/scripts'
+OCD_SCRIPT_DIR = '/usr/share/openocd/scripts'
OPENOCD_CONFIGS = {
'stm32l476g-eval': 'board/stm32l4discovery.cfg',
'nucleo-f072rb': 'board/st_nucleo_f0.cfg',