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

doc: Correct code block on Updating the Thingy:91 X firmware #19656

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ This section describes how you can update the application firmware of the nRF915

.. code-block:: console

nrfutil device program --firmware dfu_application.zip --serial-number <J-Link Serial number> --traits mcuboot --x-family nrf91 --core Application
nrfutil device program --firmware dfu_application.zip --serial-number <Thingy:91 X Serial number> --traits mcuboot --x-family nrf91 --core Application

.. group-tab:: Through external debug probe

Expand All @@ -137,7 +137,7 @@ This section describes how you can update the application firmware of the nRF915

.. code-block:: console

nrfutil device program --firmware <name_of_application_binary.hex> --serial-number <Thingy:91 X Serial number> --traits jlink --x-family nrf91 --core Application
nrfutil device program --firmware <name_of_application_binary.hex> --serial-number <J-Link Serial number> --traits jlink --x-family nrf91 --core Application

.. _update_modem_fw_nRF9151:

Expand Down Expand Up @@ -166,4 +166,4 @@ To update the nRF9151 modem firmware using an external debug probe, complete the

.. code-block:: console

nrfutil device program --firmware <modem.zip> --serial-number <Thingy:91 X Serial number> --traits jlink modem --x-family nrf91
nrfutil device program --firmware <modem.zip> --serial-number <J-Link Serial number> --traits jlink modem --x-family nrf91
Loading