...
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
|
...
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
.