Nrf5340 DK Page: Difference between revisions
Jump to navigation
Jump to search
Line 20: | Line 20: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
nrfutil toolchain-manager launch --shell | nrfutil toolchain-manager launch --shell | ||
west init -m https://github.com/nrfconnect/sdk-nrf --mr v2.6.1 | |||
west update | |||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 06:57, 4 May 2024
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