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

nRF Connect v3.4.2 - ToolChain Manager fails to install nRF Connect SDK v1.3.0

nRF Connect SDK v1.3.0 using nRF Connect v3.4.2 - ToolChain Manager

I am trying to install nRF Connect SDK v1.3.0 using nRF Connect v3.4.2 - ToolChain Manager using nRF Connect for Desktop(nrfconnectsetup342ia32.exe).

It just installs folder ncs\v1.3.0\toolchain, containing embedded studio and compiler. not syncing any other fodlers at ncs\v1.3.0\  such as  zephyr, nrf, bootloader.

After installation I couldnot see Open IDE button next to nRF Connect SDK v1.3.0

it is not even alerting with any failed installation message.

When i click open bash ,  i got message

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

ncsmgr init-ncs

when I ran command ncsmgr init-ncs, i got below error mentioned in the screen shot

...

nRF Connect SDK v1.2.0 using nRF Connect v3.4.2 - ToolChain Manager

But I could install nRF Connect SDK v1.2.0 using nRF Connect v3.4.2

After installation I could see Open IDE button next to nRF Connect SDK v1.2.0

          Need to try sample application building.

Please suggest on how to resolve this issue so that i can install nRF Connect SDK v1.3.0

Parents Reply Children
  • for V1.3.0 failed installation it is not throwing any error.
    then click open bash , then bash displays message

    "

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

       ncsmgr init-ncs

    "

    when I execute command ncsmgr init-ncs, i got below error in bash:

    ImportError: DLL load failed while importing _socket: The paramter is incorrect


     The link  github.com/.../4855  , says
    as Installing update KB2533623 in Win7x64 host should solve this issue,

    I installed and this issue resolved in my environment.

    Thanks

    Chandra

Related