Skip to content

Commit 6cf1b40

Browse files
authored
Fixed CORE-V-MCU deploy.sh scripts (#32) (#33)
1 parent aee8b6b commit 6cf1b40

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

OpenHW/CORE-V-MCU/cli-test/scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ OPENOCD_PID=""
4949
OPENOCD_TIMEOUT=10
5050

5151
DEFAULT_ELF="${PROJECT_DIR}/build/core_v_mcu_cli_test.elf"
52-
DEFAULT_CFG="${PROJECT_DIR}/../../libs/threadx/ports/risc-v32/gnu/example_build/core_v_mcu/openocd-nexys-Ashling-Opella-LD.cfg"
52+
DEFAULT_CFG="${PROJECT_DIR}/../../../libs/threadx/ports/risc-v32/gnu/example_build/core_v_mcu/openocd-nexys-Ashling-Opella-LD.cfg"
5353

5454
OPT_BUILD=0
5555
OPT_DEBUG=0

OpenHW/CORE-V-MCU/slideshow/scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ OPENOCD_PID=""
4949
OPENOCD_TIMEOUT=10
5050

5151
DEFAULT_ELF="${PROJECT_DIR}/build/core_v_mcu_slideshow.elf"
52-
DEFAULT_CFG="${PROJECT_DIR}/../../libs/threadx/ports/risc-v32/gnu/example_build/core_v_mcu/openocd-nexys-Ashling-Opella-LD.cfg"
52+
DEFAULT_CFG="${PROJECT_DIR}/../../../libs/threadx/ports/risc-v32/gnu/example_build/core_v_mcu/openocd-nexys-Ashling-Opella-LD.cfg"
5353

5454
OPT_BUILD=0
5555
OPT_DEBUG=0

0 commit comments

Comments
 (0)