SDK installation failed and package unzipped can not find

I‘m try to download v2.6.0 SDK to update.But the terminal output as follow,I guess it related to bad network also I try with VPN

[12:11:35] Command failed: west init -m https://github.com/nrfconnect/sdk-nrf --mr v2.6.0
Cloning into 'c:\ncs\v2.6.0\.west\manifest-tmp'...
error: RPC failed; curl 28 OpenSSL SSL_read: Connection was reset, errno 10054
fatal: expected flush after ref listing
FATAL ERROR: command exited with status 128: git clone --branch v2.6.0 https://github.com/nrfconnect/sdk-nrf 'c:\ncs\v2.6.0\.west\manifest-tmp'

So that I try to pack v2.6.0 from another computer that lucky to install v2.6.0 successfully.And I unzipped it in the folder that saving the toolchains.

But the tool that nRF Connect for VS Code can not find it,only the old one version be find.

Whether this way is accept?Or I must to download in github?How can I resolve it?

  • Hello, 

    This sounds like a firewall issue.  Are able to test on another network? 

    But the tool that nRF Connect for VS Code can not find it,only the old one version be find.

    Could you please provide more information? Are you able to see and download NCS versions prior to v2.6.0?

    Kind regards,
    Øyvind

  • Hi,

    I can use the personal hotspot,if it can be used?There was another version v2.2.0,but I delete it yesterday.Now it see like this.

    When I try install SDK,it see like this.

    The last zip file named v2.6.0 is packed in another computer.I'm trying download v2.6.0 now,so the folder v2.6.0 is installing.

    They are different.

    But yesterday,I unzipped the zip file and restart my VS code.But the Manage SDKs be clicked,the option look like the picture one.

    I remeber the way is okay that unzipped file from other computer.

  • Using your personal hotspot should be OK. 

    Chaoyue Ying said:
    When I try install SDK,it see like this.

    This looks correct. Does it install correctly? And you are able to build a project with this?

    Chaoyue Ying said:
    But yesterday,I unzipped the zip file and restart my VS code.But the Manage SDKs be clicked,the option look like the picture one.

    Should work I believe if you have placed it in the same folder as your screenshot above i.e. C:\ncs

Related