Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nRF Cloud Utils to west manifest #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions doc/provisioning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,19 @@ Prerequisites
Before you start provisioning, make sure that the following prerequisites are fulfilled:

* `nRF Connect SDK is installed <Installing the nRF Connect SDK>`_.
* `nRF Cloud utils`_ is installed in :file:`~/ncs/nrf_cloud_utils`.
* You have an `nRF Cloud <nRF Connect for Cloud_>`_ account.

Provisioning by certificate
***************************

The following section refers to the APIs and procedures from the `nRF Cloud Utilities documentation`_.

1. Make sure the required python packages are installed:
1. Make sure that `nRF Cloud utils`_ and its required python packages are installed:

.. code-block::

west config manifest.path sdk-softbank-fota
west update
cd ~ncs/nrf_cloud_utils/python/modem-firmware-1.3+/
pip install -r requirements.txt

Expand Down
6 changes: 6 additions & 0 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ manifest:
remotes:
- name: ncs
url-base: https://github.com/nrfconnect
- name: nRFCloud
url-base: https://github.com/nRFCloud

projects:
- name: nrf
remote: ncs
repo-path: sdk-nrf
revision: v2.8.0
import: true
- name: nrf_cloud_utils
remote: nRFCloud
repo-path: utils
revision: 13378ebe0f7d7ad9da2678086eb19673b988c275
Loading