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

nRF Connect v3.6.1 - Toolchain Installation SEGGER Studio bug

Im install nRF Connect SDK 1.5.1 trough nRF Connect 3.6.1 Desktop app to learn zephyr RTOS and switch from nrf5 SDK to it but there is some bug and "Configure nRF Connect SDK Project" option do not work:

It just open blank page(I use "blinky example") without errors... Any idea what to check?

  • Some aditional informations if someone can help fix me this issue...

    Computer never had python installed. Only Android Studio for developing android applications. OS is Windows 10 64bit 20H2 build 19042.964, computer have 32GB RAM and NVME SSD. SEGGER Embedded Studio for ARM 5.42b work normaly and without any issue together with NRF5 SDK 17.0.2 . Segger Studio "installed" by  Connect SDK sometime crash(Im also send some crash reports). I can reproduce crash if I iwhen building app open "Configure nRF Connect SDK Project" and configure it but this is not big deal and right now I look to avoid to do that ...

    So now I still have problem with running "Configure nRF Connect SDK Project" or "Run CMAKE ..." in both case I get error "cannot find python version 3 on the path".

    If I run git-bash from toolchain folder I can normaly build and flash with west.

  • The toolchain manager is designed to have multiple instances of SDK versions on your computer and still be able to sandbox your projects with their respective toolchain dependencies.

    I have not seen this problem on the latest versions and i just did a quick try to see if it works on my desk  Check your system paths to see if there are any incompatible python paths appearing first (not sure if that should affect this behavior)

  • Hi,

    Thanks for your reply. It work after installation for few hours and can change then stop working when I change some changes inside "Configure nRF Connect SDK Project" then after few hours of building and work it just produce error when I try save configuration by "Configure nRF Connect SDK Project"...

    There are no python installations and also no python PATH entries.I never didn't use python and install it...

    Yesterday Im add into system PATH "D:\SDK\Nordic\v1.5.1\toolchain\opt\bin\" and It start working and didn't produce errors anymore. Now system Path look like this:

    System variables:

    User variables:

    This is looks like fix for now but this will probably mean that I can use only one SDK at same time(Right now it will use 1.5.1) ... Can I check some logs to see where is this error produced?

  • _Dejan_ said:
    Can I check some logs to see where is this error produced?

     Yes, you can check those errors in the CMakeError.log. If you are opening central_bas example it should be in the path like below

    D:\ncs\v1.5.1\nrf\samples\bluetooth\central_bas\build_nrf21540dk_nrf52840\CMakeFiles

Related