Skip to content

Commit

Permalink
sdk-nrf-toolchain: Bump JLink version to v8.10f
Browse files Browse the repository at this point in the history
Bump JLink version to v8.10f

Signed-off-by: Jan Gałda <[email protected]>
  • Loading branch information
jangalda-nsc committed Jan 16, 2025
1 parent d5cd914 commit ce797c0
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit ce797c0

Please sign in to comment.