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?

Parents
  • Now I have another issue. None of samples do not insert log(they use printk) to RTT.

    Im try make some changes in "Configure nRF Connect SDK Project" but I think they do not work because when I click "CONFIGURE" button I get error "cannot find python version 3 on the path":

  • Later yesterday Im remove SDK 1.5.1 from toolchain manager and install SDK 1.5.0. Im try build test app and configure project using "Configure nRF Connect SDK Project" option and it complete without python error. Im also try and build CAN example which with previous SDK has produce me a lot of problems and MCP2515 option didn't show and it didn't build no mather what Im do and manualy change and add to prj.conf ...

    Right now that CAN example fail when it load driver:

    can_dev = device_get_binding(DT_CHOSEN_ZEPHYR_CAN_PRIMARY_LABEL);

    But this is not for that SDK issue and is for some other thread...

Reply
  • Later yesterday Im remove SDK 1.5.1 from toolchain manager and install SDK 1.5.0. Im try build test app and configure project using "Configure nRF Connect SDK Project" option and it complete without python error. Im also try and build CAN example which with previous SDK has produce me a lot of problems and MCP2515 option didn't show and it didn't build no mather what Im do and manualy change and add to prj.conf ...

    Right now that CAN example fail when it load driver:

    can_dev = device_get_binding(DT_CHOSEN_ZEPHYR_CAN_PRIMARY_LABEL);

    But this is not for that SDK issue and is for some other thread...

Children
Related