nRF91xx Modem Firmware (MFW) Update via SWD Port
Conexio Stratus Pro comes with the latest version of the nRF91xx SiP hardware, preloaded with the latest modem firmware, and with a sample application that blinks the device LED and prints the output to the terminal.
Updating the Modem Firmware
Downgrading the modem firmware is not recommended for the Stratus device.
If needed, one can update Modem Firmware (MFW) or flash the application imageusing an external programmer and a 10-pin SWD cable using either nRF5340 or nRF91xx development kit, following the steps outlined below.

First, download the latest nRF91xx LTE SiP modem firmware from the Nordic Semiconductor website under the download firmware section.
Connect the Conexio Stratus dev kit to the nRFxx development kit via the SWD cable. Then connect the nRF Dev kit to the laptop with a USB cable.

Make sure the direction of the SWD cable on the Stratus Pro kit is as indicated in Green in the above image. Reversing this can damage the board due to reverse polarity.
Connect either the LiPo battery or USB power to power the Stratus Pro device.
Next, to program the latest modem firmware, issue the following command. This requires that you have nrfutil tool installed on your machine. Refer to the nrfutil documentation for more.
nrfutil 91 modem-firmware-upgrade --firmware mfw_nrf91x1_2.0.1.zip --serial-number serial_number_of_your_nrf_dev_kit
Flashing an Application Image using SWD port
To flash an application image to Stratus Pro over the SWD port, follow these steps:
Compile the application firmware using the nRF Connect Plugin for VSCode as outlined here.
Then open the nRF Terminal from an application within VSCode as shown below:

Connect the Conexio Stratus dev kit to the nRFxx development kit via the SWD cable as outlined above. Then connect the nRF Dev kit to the laptop with a USB cable. You should now see the device recognized under Connected Devices in the nRF Connect Plugin.
Next issue the following west flash command in the terminal:
west flash --recover
-- west flash: rebuilding
[0/10] Performing build step for 'mcuboot'
ninja: no work to do.
[1/10] Performing build step for 'multi_sensor'
[0/14] Performing build step for 'tfm'
ninja: no work to do.
[8/10] cd /opt/nordic/ncs/v2.9.0/conexio-firmware-sdk/samples/conexio_stratus/multi_sensor/build/_sysbuild && /opt/nordic/ncs/toolchains/b8efef2ad5/Cellar/cmake/3.21.0/bin/cmake -E true
-- west flash: using runner nrfjprog
-- runners.nrfjprog: reset after flashing requested
Using board 1051274754
-- runners.nrfjprog: Recovering and erasing all flash memory.
Recovering device. This operation might take 30s.
Restored application UICR.HFXOSRC and UICR.HFXOCNT.
Erasing user code and UICR flash areas.
Writing image to disable ap protect.
-- runners.nrfjprog: Flashing file: /opt/nordic/ncs/v2.9.0/conexio-firmware-sdk/samples/conexio_stratus/multi_sensor/build/merged.hex
[ #################### ] 3.738s | Erase file - Done erasing
[ #################### ] 0.914s | Program file - Done programming
[ #################### ] 0.878s | Verify file - Done verifying
Applying pin reset.
-- runners.nrfjprog: Board with serial number 1051274754 flashed successfully.
Once the command starts executing, one should see the above logs in the terminal window, where the nrf programmer (nrfjprog) will rebuild the app and then automatically flash it to the Stratus device.
Once successfully flashed, the pin reset will be triggered.
That's it.
Last updated
Was this helpful?