How to set the path of sdk.

in my disc, C:\ncs\v3.0.0  is here.
but in nrf extension, weclome page shows the button ("install sdk").  it looks find no sdk.
I need set the path to C:\ncs\v3.0.0 (I do not want to download the ncs sdk from web again and again.)
can I use the existing directory as the sdk?
how to let the vscode or extenstion find the existing sdk? what version is it?  it looks 1.103 cannot do this.

  • Hello,

    This is actually possible.

    If you open a command line terminal (with the toolchain active), you can enter the v3.0.0\nrf folder, and run the command: "west zephyr-export". After this has completed, you need to restart VS Code, or at least reload the plugins by hitting ctrl + shift + p, and use the command "Reload Window". After this, the v3.0.0 SDK should be detected by the plugin.

    Best regards,

    Edvin

Related