there nothing in the toolchain manager v1.0.0

i use the ubuntu20.04 and open  nrfconnect-3.11.1-x86_64.appimage through proxy successfully

 

~/Desktop$ ./nrfconnect-3.11.1-x86_64.appimage --proxy-server=192.168.0.112:8888

then  i install and open the toochain manager ,  there is not include  NCS 2.0.0 

 

Parents Reply Children
  • Hi,

    My bad, I misunderstood what you were looking for. I will have to inquire the tool developers for this and will return as soon as I hear from them.

    Kind regards,
    Andreas

  • Hi,

    It is possible to do this using a cli installer directly. This is available as a part of the toolchain manager installation and is available for the supported OSes (win10, macOS11 and ubuntu20.04, should work on macOS12 as well). The cli utility will be made available as a separate tool once the distribution mechanism is implemented, hopefully within a few months. For using this you have to get hold of the relevant toolchain bundle. They are located here: http://developer.nordicsemi.com/.pc-tools/toolchain-v2/

    Once downloaded you execute the following command line from your home dir (linux showed, assuming toolchain bundle v2.0.0 downloaded to the Downloads dir): ./.nrfconnect-apps/node_modules/pc-nrfconnect-toolchain-manager/resources/nrfutil-toolchain-manager/linux/nrfutil-toolchain-manager.exe install --toolchain-bundle ./Downloads/ncs-toolchain-linux-x86_64-v2.0.0-20220602T091954-9389261.tar.gz

    FYI: The "install from other source" feature in the toolchain manager gui does not currently work for NCS v2.0.0, only for v1.x. This will be added in later releases and the the CLI line can be replaced by using the GUI feature for offline installs

    Kind regards,
    Andreas

Related