Hey All:
I'm trying to install V2.0.0 of the NRF Connect SDK on a fresh Ubuntu 22.04 VM, and the whole thing seems broken.
Here's my steps:
- install the nRF command line tools and verify nrfjprog is in PATH
- install nRF Connect for Desktop
- install the Toolchain Manager
- install nRF Connect SDK 2.0.0 from the toolchain manager
- install the VS Code extension pack
- open VS Code
The SDK install doesn't actually install the SDK, just the toolchain.
I'm also not sure why it can't find nrfjprog.
I opened the Troubleshooting page for the bottom error, and this is the recommended fix:
Shell initialization conflicts nRF Connect terminal profile
This issue may occur when opening the internal terminal with the nRF Connect profile, which sets the shell environment for the configured SDK and toolchain, but the shell initialization script (e.g. .bashrc) overrides the environment. This can happen if the ZEPHYR_BASE environment variable is set in .bashrc. If there is no need for external terminals to use this variable, we suggest removing this from .bashrc, otherwise it can be moved to .bash_profile or an equivalent script that is only loaded by login shells.
Problem is, I don't even have Zephyr installed yet.
Any help would be much appreciated.
Thanks.
-Erik