Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

The application and nRF Connect SDK URLs were changedare available as follows:

Make sure to change the remote URLs in existing local repositories accordingly.

The SDK can be also updated via west:

Code Block
Go to ncs/nrf installation subdirectory
git remote set-url origin https://github.com/EmcraftSystems/sdk-nrf.git
git fetch origin
git checkout emcraft-v2.8.0-branch
west update

...

Note that Emcraft maintains forks of the nRF Connect SDK and Zephyr OS on GitHub, where additional improvements are made for the nRF91xx and nRF5340 devices:

...

https://github.com/EmcraftSystems/som-nrf9151-app

Just clone Clone it in the same directory where west was initialized:

...

Code Block
cd som-nrf9151-app/asset_tracker_v2/

The SOM-NRF9151 board is using uses an out-of-tree board configuration, since it’s it is not supported in Zephyr:

https://github.com/EmcraftSystems/som-nrf9151-app/tree/main/boards/emcraft/nrf9151som

Build the application for the nRF9151 on the SOM-NRF9151 using the following command:

Code Block
west build -b nrf9151som/nrf9151/ns

The resulting resultant image is build/merged.hex.