Hi, I installed the nRF connect SDK, but get the following problem when trying to open the asset tracker project:
If I press ok, I see this:
Any ideas about what it's about and how I can fix the problem?
Hi, I installed the nRF connect SDK, but get the following problem when trying to open the asset tracker project:
If I press ok, I see this:
Any ideas about what it's about and how I can fix the problem?
Hi.
Did you follow the Getting Started Assistant in nRF Connect?
And did you get any errors or other indications that something was wrong?
Can you try to run "west list mbedtls--format={posixpath}" from the asset_tracker folder and share the result?
Best regards,
Didrik
Hi.
Did you follow the Getting Started Assistant in nRF Connect?
And did you get any errors or other indications that something was wrong?
Can you try to run "west list mbedtls--format={posixpath}" from the asset_tracker folder and share the result?
Best regards,
Didrik
Hi,
yes I followed the guide and everything was "verified" and showing green.
C:\Nordic\ncs\nrf\applications\asset_tracker>west list mbedtls --format={posixpath}
C:/Nordic/ncs/mbedtls
But, the thing is that the file is checking for mbedtls-nrf which I don't have:
C:\Nordic\ncs\nrf\applications\asset_tracker>west list mbedtls-nrf
FATAL ERROR: Unknown project name/path mbedtls-nrf (available projects: unity, segger, fw-nrfconnect-tinycbor, fw-nrfconnect-mcumgr, nffs, cmock, fw-nrfconnect-mcuboot, nrfxlib, mbedtls, fw-nrfconnect-zephyr, nrf)
Which tag are you using?
You should be using v1.0.0.
You can change tag be writing "git checkout v1.0.0" in the nrf directory, and then doing a "west update".
Ah, thanks. I was using the right tag, but maybe missed the west update during installation.
The project loads fine now and the build works!
Thanks!