Integration Manual

Table Of Contents
NORA-B1 series - System integration manual
UBX-20027617 - R04 Flashing application software Page 23 of 61
C1-Public
At the command line, the west tool provided by the nRF Connect SDK provides a simple method of
programming both cores of the NORA-B1 module in one step. After building the project, open a
command prompt or terminal window, navigate to the build folder, and enter:
west flash
An alternate method is to use the nRF Command Line Tools [22]. Open a command prompt and
execute the following commands to erase the NORA-B1:
nrfjprog -f NRF --coprocessor CP_NETWO --eraseall
nrfjprog -f NRF --eraseall
Navigate to the build folder of the network sample and execute the following command to program
the network core:
nrfjprog -f NRF --coprocessor CP_NETWO --program zephyr/zephyr.hex
Then navigate to the build folder of the application sample and enter the following command to
program the application core:
nrfjprog -f NRF --program zephyr/zephyr.hex
Finally, reset the NORA-B1 module with:
nrfjpr --pinreset
External SEGGER J-Link debuggers work with NORA-B1 modules.
The EVK-NORA-B1 evaluation kit incorporates an onboard debugger and can therefore be
flashed without any external debugger.
The EVK-NORA-B1 evaluation kit onboard debugger can also be used to program custom
hardware with Nordic Semiconductor-based u-blox modules during development. The
debugger is not intended for use in production environments.