Skip to content

Commit 7985f25

Browse files
Fixed path an permissions issue with linux jlink upload script
1 parent 754bc29 commit 7985f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/linux/jlink_upload

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ echo loadbin "$1" , 0x8000000 >> "$1".jlink
55
echo r >> "$1".jlink
66
echo q >> "$1".jlink
77

8-
/opt/SEGGER/JLink_V610e/JLinkExe -device STM32F103C8 -if SWD -speed auto -CommanderScript "$1".jlink
8+
/opt/SEGGER/JLink/JLinkExe -device STM32F103C8 -if SWD -speed auto -CommanderScript "$1".jlink
99

0 commit comments

Comments
 (0)