I am trying to do the segger development for the 9160 lte ble gateway. When I do the setup info for segger I keep getting a popup saying it can't find the .emproject file. I don't see an emproject file in any of the samples?
I am trying to do the segger development for the 9160 lte ble gateway. When I do the setup info for segger I keep getting a popup saying it can't find the .emproject file. I don't see an emproject file in any of the samples?
Found my issue. The following commands had failed during the setup. Once this was resolved I was able to load the project file.
pip3 install --user -r zephyr/scripts/requirements.txt
pip3 install --user -r nrf/scripts/requirements.txt
Nice .. what's the Windows magic? :-)
Hi.
Did you try the same as wesaymorning did?
pip3 install -r zephyr/scripts/requirements.txt pip3 install -r nrf/scripts/requirements.txt
Best regards,
Andreas
Hi Andreas,
Yes, I attempted this but it didn't make a difference.
wesaymorning - what happens now that you got it fixed, does it create a build directory when you click ok?
Brian
Brian,
Also check that the commands listed in Tools -> Options -> nRF Connect are valid. I also found that the path I had listed for cmake on my setup was invalid. Once this was fixed, the application was able to create a valid project file.