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

Toolchain fails to install SDK v1.6.0

I am trying to install nRF Connect SDK v1.6.0. For some reason the download speed is extremely slow, and even fails without the ability to resume automatically. On two occasions Toolchain Manager v0.9.3 claimed it had successfully installed the SDK but I couldn't locate boards, projects, or even zephyr root folder in SEGGER, as if the download was incomplete. Is there a way I can manually download the necessary files and feed them to the Toolchain?

Parents
  • Hello Iman,

    the installation of the toolchain itself went through, but the download of the repositories from GitHub which are necessary for the nRF Connect SDK has probably been blocked by your Antivirus or an open VPN connection.

    So what I suggest you to try now is the following:

    • Click on the down arrow key on the right-hand side of “Next steps to build” and then “Open bash”. This should open a terminal where you can type the following commands:

    west init

    followed by

    west update

    The first one should give you a notification that the repository already has been initialised.

    • After the west update has gone through, you can close and re-open nRF Connect and the Toolchain Manager and then you should see the “Open IDE” button.

    Regards,

    Markus

Reply
  • Hello Iman,

    the installation of the toolchain itself went through, but the download of the repositories from GitHub which are necessary for the nRF Connect SDK has probably been blocked by your Antivirus or an open VPN connection.

    So what I suggest you to try now is the following:

    • Click on the down arrow key on the right-hand side of “Next steps to build” and then “Open bash”. This should open a terminal where you can type the following commands:

    west init

    followed by

    west update

    The first one should give you a notification that the repository already has been initialised.

    • After the west update has gone through, you can close and re-open nRF Connect and the Toolchain Manager and then you should see the “Open IDE” button.

    Regards,

    Markus

Children
No Data
Related