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

  • Hi,

    Unfortunately I already tried everything that you mention.

    I am outside my company network without the vpn. I tried to Install the toolchain to C:\ncs, to update git, python, to launch git bash in admin mode, nothing changed.

    This was the first time that I installed NCS.

    I fell like the problem is coming from the fact that I have an other toolchain installed on my computer 
    (platformio) that can build zephyr applications .

    Those have probably messed up some global vars or something like that.

Reply
  • Hi,

    Unfortunately I already tried everything that you mention.

    I am outside my company network without the vpn. I tried to Install the toolchain to C:\ncs, to update git, python, to launch git bash in admin mode, nothing changed.

    This was the first time that I installed NCS.

    I fell like the problem is coming from the fact that I have an other toolchain installed on my computer 
    (platformio) that can build zephyr applications .

    Those have probably messed up some global vars or something like that.

Children
Related