Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sdk-nrf-toolchain: Bump JLink version to v8.10f #19945

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN nrfutil toolchain-manager install --toolchain-bundle-id $VERSION \
# Prepare JLink to be installed when user accepts license agreement
COPY --chmod=0555 jlink/ /jlink
RUN wget --post-data="accept_license_agreement=accepted&submit=Download+software" -O /jlink/JLink_Linux.deb \
https://www.segger.com/downloads/jlink/JLink_Linux_V794i_x86_64.deb
https://www.segger.com/downloads/jlink/JLink_Linux_V810f_x86_64.deb

# Add interactive-setup.sh which is called at the beginning of bash session, only if session is interactive
# interactive-setup.sh is saved as bashrc file in root's home folder (/opt)
Expand Down