Fetch Conexio Firmware SDK and Board Definition Files

All the sample applications for the Stratus board can be found in the conexio-firmware-sdkarrow-up-right repository on GitHub. With the introduction of the Hardware Model v2 HWMv2 from NCS v2.7.x, a redesign of the way the Stratus board definition files and sample applications are fetched has been made. The conexio-firmware-sdkarrow-up-right repository now contains both the example applications as well as the HWMv2 board definition files for all the Stratus devices.

1: Fetching Sample Applications for nRF Connect SDK

Check out or clone the main Git repo brancharrow-up-right for the sample applications supported by the nRF SDK v2.9.0 or SDK branch v2.7.0arrow-up-right for NCS v2.7.0 support.

Download the files, extract them, and place the extracted folder into:

/nordic/ncs/v2.7.0 for ncs v2.7.0

or

/nordic/ncs/v2.9.0 for ncs v2.9.0

Your nRF Connect SDK v2.7.0 or v2.9.0 folder structure should now look like this:

v2.7.0/
├─ bootloader/
├─ conexio-firmware-sdk/ <---------- downloaded SDK files directory
├─ mbedtls/
├─ modules/
├─ nrf/
├─ nrfxlib/
├─ test/
├─ toolchain/
├─ tools/
├─ zephyr/

Conexio Stratus Board Definition Files

Inside the /conexio-firmware-sdkyou will find the custom board root directory for Conexio devices. These are the new Hardware Model v2 (HWMv2) for Conexio Stratus Pro nRF9161, nRF9151, and Stratus nRF9160, a redesign of the way Zephyr models boards and SOCs.

2: Patch MCUBoot file for Stratus Pro Devices

Conexio Stratus Pro nRF9161
triangle-exclamation

Download the following two MCUBoot configuration files and place them in the following directory of the nRF Connect SDK (NCS):

ncs/v2.7.0/bootloader/mcuboot/boot/zephyr/boards for ncs v2.7.0

or

ncs/v2.9.0/bootloader/mcuboot/boot/zephyr/boards for ncs v2.9.0

  1. conexio_stratus_pro_nrf9151.conf

  2. conexio_stratus_pro_nrf9161.conf

Stratus Pro nRF9151 MCUBoot configuration file
Stratus Pro nRF9161 MCUBoot configuration file

We have now met all the requirements for compiling applications for the Conexio Stratus boards.

Last updated