We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fe496 commit a5f1f0bCopy full SHA for a5f1f0b
Dockerfile
@@ -87,7 +87,7 @@ RUN curl -sLO -d ${JLINK_POST} -X POST ${JLINK_URL} && \
87
rm $(basename "${JLINK_URL}")
88
# Workaround for JFlash not starting correctly, see:
89
# 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' {} +
+RUN find ${JLINK_INSTALL_DIR} -name "J*" -exec sh -c 'for f in $@; do ln -Tsf $f /usr/bin/$(basename "$f"); done' {} +
91
92
# Add dialout group for non-root debugger access
93
RUN usermod -aG dialout vscode
0 commit comments