Skip to content

Commit 34f7374

Browse files
mrodgers-witekiokartben
authored andcommitted
boards: bl654_usb: update flashing instructions
Update flashing instructions using built-in bootloader to use latest version of tool for packaging and uploading images. Signed-off-by: Matt Rodgers <[email protected]>
1 parent a269aa2 commit 34f7374

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

boards/ezurio/bl654_usb/doc/bl654_usb.rst

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,10 @@ The board supports programming using the built-in bootloader.
106106
The board is factory-programmed with a Ezurio variation of Nordic's
107107
open bootloader from Nordic's nRF5x SDK. With this option, you'll use
108108
Nordic's `nrfutil`_ program to create firmware packages supported by this
109-
bootloader and flash them to the device. Make sure ``nrfutil`` is installed
110-
before proceeding. These instructions were tested with version 6.1.0.
109+
bootloader and flash them to the device. Before proceeding, make sure:
110+
111+
* ``nrfutil`` is installed.
112+
* The ``nrf5sdk-tools`` command is installed within ``nrfutil``.
111113

112114
#. With the adapter plugged in, reset the board into the bootloader by pressing
113115
the RESET button.
@@ -132,16 +134,19 @@ before proceeding. These instructions were tested with version 6.1.0.
132134

133135
.. code-block:: console
134136
135-
nrfutil pkg generate --hw-version 52 --sd-req=0x00 \
136-
--application build/zephyr/zephyr.hex \
137-
--application-version 1 blinky.zip
137+
nrfutil nrf5sdk-tools pkg generate \
138+
--hw-version 52 \
139+
--sd-req=0x00 \
140+
--application build/zephyr/zephyr.hex \
141+
--application-version 1 \
142+
blinky.zip
138143
139144
#. Flash it onto the board. Note :file:`/dev/ttyACM0` is for Linux; it will be
140145
something like ``COMx`` on Windows, and something else on macOS.
141146

142147
.. code-block:: console
143148
144-
nrfutil dfu usb-serial -pkg blinky.zip -p /dev/ttyACM0
149+
nrfutil nrf5sdk-tools dfu usb-serial -pkg blinky.zip -p /dev/ttyACM0
145150
146151
When this command exits, observe the blue LED on the board blinking.
147152

0 commit comments

Comments
 (0)