This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SMP_SVR cannot build with overlay-bt.conf

Hello!

I am currently working on doing the smp_svr sample:

I have done these commands so far (on created from sample application):

west build -b nrf52dk_nrf52832 -d build_mcuboot bootloader/mcuboot/boot/zephyr
west flash -d build_mcuboot
west build -b nrf52dk_nrf52832 -p

The next step for me is to to this command:

west build -- -DOVERLAY_CONFIG=overlay-bt.conf

But I get these two errors (the first one is with .conf and second one is without):

CMake Error: The source directory "C:/Users/marku/Documents/nrfworkspace/smp_svr/.conf" does not exist.
File not found: C:/Users/marku/Documents/nrfworkspace/smp_svr/overlay-bt

How do I fix this and move on?

PS. I am trying to follow this example: devzone.nordicsemi.com/.../smp_srv-example-works-but-my-project-gives-e-image-in-the-secondary-slot-is-not-valid

Parents Reply Children
No Data
Related