Skip to content

Commit a5f1f0b

Browse files
Fixed incomplete list of symlinks to JLink executables
1 parent d4fe496 commit a5f1f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ RUN curl -sLO -d ${JLINK_POST} -X POST ${JLINK_URL} && \
8787
rm $(basename "${JLINK_URL}")
8888
# Workaround for JFlash not starting correctly, see:
8989
# https://forum.segger.com/thread/8238-solved-j-flash-v7-54d-error-could-not-open-flash-device-list-file/?postID=30359#post30359
90-
RUN find ${JLINK_INSTALL_DIR} -name "J*Exe" -exec sh -c 'for f in $@; do ln -Tsf $f /usr/bin/$(basename "$f"); done' {} +
90+
RUN find ${JLINK_INSTALL_DIR} -name "J*" -exec sh -c 'for f in $@; do ln -Tsf $f /usr/bin/$(basename "$f"); done' {} +
9191

9292
# Add dialout group for non-root debugger access
9393
RUN usermod -aG dialout vscode

0 commit comments

Comments
 (0)