Failed to install nrfutil-toolchain-manager (404)

Failed to download package (404 response):

$ nrfutil install toolchain-manager --force
nrfutil-toolchain-manager already installed
Uninstalled nrfutil-toolchain-manager
Error: Failed to install nrfutil-toolchain-manager

Caused by:
0: Could not download package
1: failed to download from `developer.nordicsemi.com/.../nrfutil-toolchain-manager-x86_64-unknown-linux-gnu-0.14.4.tar.gz`
2: failed to get 200 response from `developer.nordicsemi.com/.../nrfutil-toolchain-manager-x86_64-unknown-linux-gnu-0.14.4.tar.gz`, got 404

My machine is able to successfully ping developer.nordicsemi.com

Parents
  • Hi,

    Are you trying to install the newer SDK and Toolchains? (v3.x.x)

    If so, you can do them from VSCode directly and you do not need the Toolchain Manager via the app.

    Please make sure that you have the latest version of nrfutil installed:

    nrfutil --version

    nrfutil self-upgrade

    After that you can install the SDK and Toolchains via the VSCode extension.

    -Priyanka

  • I tried to run "nrfutil self-upgrade" but it also failed with the 404 response:

    $ nrfutil self-upgrade
    Uninstalled nrfutil
    Error: Failed to install nrfutil

    Caused by:
    0: Could not download package
    1: failed to download from `developer.nordicsemi.com/.../nrfutil-x86_64-unknown-linux-gnu-7.11.1.tar.gz`
    2: failed to get 200 response from `developer.nordicsemi.com/.../nrfutil-x86_64-unknown-linux-gnu-7.11.1.tar.gz`, got 404

Reply
  • I tried to run "nrfutil self-upgrade" but it also failed with the 404 response:

    $ nrfutil self-upgrade
    Uninstalled nrfutil
    Error: Failed to install nrfutil

    Caused by:
    0: Could not download package
    1: failed to download from `developer.nordicsemi.com/.../nrfutil-x86_64-unknown-linux-gnu-7.11.1.tar.gz`
    2: failed to get 200 response from `developer.nordicsemi.com/.../nrfutil-x86_64-unknown-linux-gnu-7.11.1.tar.gz`, got 404

Children
No Data
Related