This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Nrf Sdk installation error. No boards available/ PermissionError: [WinError 5]

I have installed the sdk v 1.4.0 via the toolchain manager (nrf connect 3.6.0). I am using windows 10. 

Here are my problems : 

First I dont have the launch ide button after the install :


When I open the git bach from the toolchain manager window this is prompted: 

    NCS repositories are not yet cloned here. To do so run the following command:

    ncsmgr init-ncs

And when I run the previous command I got this error:

Moreover I have the following error when I try to run  "west init -m github.com/.../sdk-nrf --mr v1.4.0 "  in the ncs/V1.4.0 folder where I previously removed the nrf and .west folders :

Did someone already encounter this issue ? How to fix it ?

Parents
  • Hi,

    First, are you using VPN? If so, try to disable the VPN while installing NCS.

    Could you try to delete the NCS folder, and try again?

    Do you have NCS installed already, or is this your first NCS installation?

    If you have another NCS installation, make sure that you are not in a child folder of the previous NCS installation.

    You caould also try to change the folder used by the Toolchain Manager, to e.g. C:\ncs.

    Best regards,

    Didrik

Reply
  • Hi,

    First, are you using VPN? If so, try to disable the VPN while installing NCS.

    Could you try to delete the NCS folder, and try again?

    Do you have NCS installed already, or is this your first NCS installation?

    If you have another NCS installation, make sure that you are not in a child folder of the previous NCS installation.

    You caould also try to change the folder used by the Toolchain Manager, to e.g. C:\ncs.

    Best regards,

    Didrik

Children
Related