Skip to content

Commit d4e84cc

Browse files
committed
README: remove version flag from build commands
The firmware version is set in the `prj.conf` file. Remove the command line flag from the nrf9160dk sample build commands to align with this approach. Signed-off-by: Mike Szczys <[email protected]>
1 parent 7927dd7 commit d4e84cc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,13 @@ Nordic nRF9160 DK
151151

152152
This reference design may be built for the `Nordic nRF9160 DK`_.
153153

154-
Use the following commands to build and program. (Use the same console commands
155-
from above to provision this board after programming the firmware.)
154+
Prior to building, update ``CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION`` in the ``prj.conf`` file to
155+
reflect the firmware version number you want to assign to this build. Then run the following
156+
commands to build and program the firmware onto the device.
156157

157158
.. code-block:: text
158159
159-
$ (.venv) west build -p -b nrf9160dk_nrf9160_ns app -- -DCONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION=\"<your.semantic.version>\"
160+
$ (.venv) west build -p -b nrf9160dk_nrf9160_ns app
160161
$ (.venv) west flash
161162
162163
External Libraries

0 commit comments

Comments
 (0)