Versions Compared

Key

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

...

2. Preparing Host

2.1. Installing the nRF Connect SDK

Info

The application and nRF Connect SDK URLs were changed:

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

2.1. Installing the nRF Connect SDK

Set up the nRF Connect SDK on a Linux PC as described in the Nordic documentation for the corresponding version. The instruction for v2.8.0 nRF Connect SDK can be found here:

...