Nrf5340 DK Page
Introduction
This page is for information regarding the Nordic NRF5340-DK
Development Setup
- You can download mrf-command-line-tools_10.24.2_amd64.deb from here
- You then download nrfutil and move it to /usr/local/bin and set permissions
Install the toolchain manager with
nrfutil install toolchain-manager
List the available SDKS and install
nrfutil toolchain-manager search
nrfutil toolchain-manager install --ncs-version v2.6.1
Next start some wrapper for git I needed to fix this first with
sudo ln -s /usr/lib/x86_64-linux-gnu/libunistring.so.5 /usr/lib/x86_64-linux-gnu/libunistring.so.2
nrfutil toolchain-manager launch --shell
west init -m https://github.com/nrfconnect/sdk-nrf --mr v2.6.1
west update
west zephyr-export