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

How can I change the nRF Connect SDK to master with the Toolchain Manager?

Hi!

I have been using and loving the simplicity brought by the Toolchain Manager (TM).

But now I want to use an application available on the master (Connectivity Bridge), but I cannot change the version to master

Can you walk me through it without breaking the TM structure or having to reinstall without the TM?

Thanks!

Parents
  • Hi!

    No, there is no simple way to use the master branch with the toolchain manager, unfortunately. The current master branch of NCS does not work with west versions <0.7, so the west version that comes with the toolchain manager doesn't work on the master branch. 

    However, you can install west and the toolchain separately, and then use the code that comes from the toolchain manager with west. 

    Here is the documentation for how to install west. 

    Best regards,

    Heidi

Reply
  • Hi!

    No, there is no simple way to use the master branch with the toolchain manager, unfortunately. The current master branch of NCS does not work with west versions <0.7, so the west version that comes with the toolchain manager doesn't work on the master branch. 

    However, you can install west and the toolchain separately, and then use the code that comes from the toolchain manager with west. 

    Here is the documentation for how to install west. 

    Best regards,

    Heidi

Children
Related