Skip to content

Commit

Permalink
docs: samples: cellular: mss: Correct board revision formatting
Browse files Browse the repository at this point in the history
At some point, the west util started requiring a slightly different
format for board revision specifying on the command line. Update the
sample's documentation to conform to this.

Signed-off-by: Georges Oates_Larsen <[email protected]>
  • Loading branch information
glarsennordic authored and rlubos committed Jan 5, 2024
1 parent 8a9c927 commit 8fb2214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/cellular/nrf_cloud_multi_service/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ To enable full modem FOTA, add the following parameter to your build command:
Also, specify your development kit version by appending it to the board name.
For example, if you are using an nRF9160 DK version 1.0.1, use the following board name in your build command:

``nrf9160dk_nrf9160_ns@1_0_1``
``nrf9160dk_nrf9160_ns@1.0.1``

This sample also supports placement of the MCUboot secondary partition in external flash for the nRF9161 DK, and for nRF9160 DK version 0.14.0 and higher.
To enable this, add the following parameter to your build command:
Expand Down Expand Up @@ -242,7 +242,7 @@ To enable this, add the following parameter to your build command:
Also, specify your development kit version by appending it to the board name.
For example, if you are using an nRF9160 development kit version 1.0.1, use the following board name in your build command:

``nrf9160dk_nrf9160_ns@1_0_1``
``nrf9160dk_nrf9160_ns@1.0.1``

.. _nrf_cloud_multi_service_remote_at:

Expand Down

0 comments on commit 8fb2214

Please sign in to comment.