Following the tutorial, Get an error trying to install the SDK

Im following the following tutorial to just get the Blinky sketch going. https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-1-nrf-connect-sdk-introduction/topic/exercise-1-1/

The problem comes when trying to install the SDK I get the following error.

No issues were detected with the toolchain.
[16:21:51] Command failed: west init -m github.com/.../sdk-nrf --mr v2.6.0
Cloning into '/home/plakkies/ncs/v2.6.0/.west/manifest-tmp'...
error: 475 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
FATAL ERROR: command exited with status 128: git clone --branch v2.6.0 github.com/.../sdk-nrf /home/plakkies/ncs/v2.6.0/.west/manifest-tmp

Im running Ubuntu 22.04, All steps before was followed without error. I have double checked this.

Did I miss something? Please help me. Im trying Nordic products for the first time. Im very used to STM and Microchip, This looks like it would be easier but im not so sure now.

Parents
  • Hello,

    Are you installing the SDK via the toolchain manager app, terminal, or via the VS code extension? Either way, please try to delete the 'v2.6.0' folder an reapeat the installation step. The error messages suggests that there was a problem with the internet connection.

    Best regards,

    Vidar

  • Hello, I am Installing via VS code extension. I have followed you recommendation. I have tried this at home a few times as well as from an AP on my phone. At the office as well. I find that it gives different numbers with bytes of body are still expected. I tried multiple times with the different connections. Today at the office it did something different It starting doing a few things and I let it run. However it has been going for almost 2 hours now and it says Updating matter repository. In the output window it is showing the following.

    [west]: See "git help gc" for manual housekeeping.
    [west]: Auto packing the repository in background for optimum performance.
    [west]: See "git help gc" for manual housekeeping.
    [west]: Auto packing the repository in background for optimum performance.
    [west]: See "git help gc" for manual housekeeping.
    [west]: Auto packing the repository in background for optimum performance.
    [west]: See "git help gc" for manual housekeeping.
    [west]: Auto packing the repository in background for optimum performance.
    [west]: See "git help gc" for manual housekeeping.
    [west]: Auto packing the repository in background for optimum performance.
    [west]: See "git help gc" for manual housekeeping.
    [west]: Auto packing the repository in background for optimum performance.
    [west]: See "git help gc" for manual housekeeping.
    [west]: Auto packing the repository in background for optimum performance.
    [west]: See "git help gc" for manual housekeeping.
    [west]: Auto packing the repository in background for optimum performance.
    [west]: See "git help gc" for manual housekeeping.
Reply
  • Hello, I am Installing via VS code extension. I have followed you recommendation. I have tried this at home a few times as well as from an AP on my phone. At the office as well. I find that it gives different numbers with bytes of body are still expected. I tried multiple times with the different connections. Today at the office it did something different It starting doing a few things and I let it run. However it has been going for almost 2 hours now and it says Updating matter repository. In the output window it is showing the following.

    [west]: See "git help gc" for manual housekeeping.
    [west]: Auto packing the repository in background for optimum performance.
    [west]: See "git help gc" for manual housekeeping.
    [west]: Auto packing the repository in background for optimum performance.
    [west]: See "git help gc" for manual housekeeping.
    [west]: Auto packing the repository in background for optimum performance.
    [west]: See "git help gc" for manual housekeeping.
    [west]: Auto packing the repository in background for optimum performance.
    [west]: See "git help gc" for manual housekeeping.
    [west]: Auto packing the repository in background for optimum performance.
    [west]: See "git help gc" for manual housekeeping.
    [west]: Auto packing the repository in background for optimum performance.
    [west]: See "git help gc" for manual housekeeping.
    [west]: Auto packing the repository in background for optimum performance.
    [west]: See "git help gc" for manual housekeeping.
    [west]: Auto packing the repository in background for optimum performance.
    [west]: See "git help gc" for manual housekeeping.
Children
Related