Documentation: update references to nrfjprog

nrfjprog is no longer maintained. Change all nrfjprog commands
to equivalent nrfutil commands

Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
raiden00pl 2026-05-13 11:39:51 +02:00 committed by Xiang Xiao
parent ba4f774d8c
commit 944a653e67
2 changed files with 10 additions and 7 deletions

View file

@ -167,19 +167,21 @@ Flashing locked device
1. Unlock the network core::
nrfjprog --recover --coprocessor CP_NETWORK
nrfutil device recover --core network
2. Unlock the application core::
nrfjprog --recover
nrfutil device recover --core application
3. Flash the network core::
nrfjprog --coprocessor CP_NETWORK --program nuttx_net.hex --verify --chiperase
nrfutil device erase --core network
nrfutil device program --firmware nuttx_net.hex --core network
4. Flash the application core::
nrfjprog --program nuttx_app.hex --verify --chiperase
nrfutil device erase --core application
nrfutil device program --firmware nuttx_app.hex --core application
Supported Boards

View file

@ -113,13 +113,14 @@ To get this configuration working with miniboot bootloader follow these steps:
#. flash bootloader::
nrfjprog --program build_boot/nuttx.hex --chiperase --verify
nrfutil device erase
nrfutil device program --firmware build_boot/nuttx.hex
#. flash modem image::
nrfjprog --program build_modem/nuttx.hex
nrfutil device program --firmware build_modem/nuttx.hex
#. reset chip::
nrfjprog --reset
nrfutil device reset