Fetch Conexio Firmware SDK and Board Definition Files
All the sample applications for the Stratus board can be found in the conexio-firmware-sdk 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-sdk 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 v2.7.x
Check out or clone the main Git repo branch for the sample applications supported by the nRF SDK v2.7.x. Download the files, extract them, and place the extracted folder into: /nordic/ncs/v2.7.x
Your nRF Connect SDK v2.7.x folder structure should now look like this:
Conexio Stratus Board Definition Files
Inside the /conexio-firmware-sdk
you 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
Stratus Pro nRF9151 and nRF9161 use MCUBOOT as the main bootloader to properly execute and bootup applications. So make sure not to miss or ignore this step.
Download the following two MCUBoot configuration files and place them in the following directory of the nRF Connect SDK (NCS):
ncs/v2.7.x/bootloader/mcuboot/boot/zephyr/boards
conexio_stratus_pro_nrf9151.conf
conexio_stratus_pro_nrf9161.conf
We have now met all the requirements for compiling applications for the Conexio Stratus boards.
Last updated