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

How to run older release of nRF Connect SDK in nRF Connect Toolchain Manager

Hi,

I recently installed nRF Connect SDK v1.6.0 through the Toolchain Manager of nRF Connect. Previously v1.5.0 was installed, and was what I have been developing using. See below:

Although I plan on developing in v1.6.0 moving forward, I was hoping I would still be able to develop in v1.5.0, with the understanding that code changes may be different between the two as Zephyr libraries change.

I opened the command prompt via the dropdown next to v1.5.0, but am unable to build using that sdk version. I followed the instructions here in the specific version's sdk nrf folder to no avail. I've confirmed I'm able to build successfully using the command line with the v1.6.0 terminal, but get the following CMake error when attempting to use the same build command with v1.5.0:

As you can see, it seemingly is still trying to build with v1.6.0, not v1.5.0.

Any help would be appreciated!

Related