Hi,
I recently followed the instructions to install nRF Connect on Visual Studio by completing Exercise 1 of the nRF Connect SDK Fundamentals course:
Exercise 1-1
I noticed that the SDK seems to be actively updated. A few days ago, the latest version was 3.1.0, but now it is 3.1.1. Additionally, the installation process has changed—Toolchain and SDK are now bundled together.
When I try to flash my project using the VS Code flash button, the west flash command runs, but I encounter the following error:
-- west flash: rebuilding
[0/5] Performing build step for 'tag_v0_1_0'
ninja: no work to do.
[4/5] cmd.exe /C "cd /D Path_to_proj\build\_sysbuild && C:\ncs\toolchains\c1a76fddb2\opt\bin\cmake.exe -E true"
-- west flash: using runner nrfjprog
-- runners.nrfjprog: mass erase requested
-- runners.nrfjprog: reset after flashing requested
FATAL ERROR: required program nrfjprog not found; install it or add its location to PATH
It seems that nrfjprog was part of the nRF Command Line Tool, which is now deprecated.
Could you please advise me on how to resolve this issue?
Best regards,
Luca