Hi
I have a project developed on the nrf52840dk / nrf52840 dongle and am trying to build it for the Laird BL654 dongle. The build fails due to a missing 'runners.yaml' file.
If I take the nrfBlinky example and try to build that for the bl654_usb/nrf52840 target it gives the same build failure.
CMake Error at /opt/nordic/ncs/v2.9.1/nrf/cmake/sysbuild/partition_manager.cmake:338 (file):
file STRINGS file
"/Users/darren/projects/nrfBlinky/build/nrfBlinky/zephyr/runners.yaml"
cannot be read.
Call Stack (most recent call first):
/opt/nordic/ncs/v2.9.1/nrf/cmake/sysbuild/partition_manager.cmake:320 (update_runner)
/opt/nordic/ncs/v2.9.1/nrf/cmake/sysbuild/partition_manager.cmake:634 (partition_manager)
/opt/nordic/ncs/v2.9.1/nrf/sysbuild/CMakeLists.txt:703 (include)
cmake/modules/sysbuild_extensions.cmake:583 (nrf_POST_CMAKE)
cmake/modules/sysbuild_extensions.cmake:583 (cmake_language)
cmake/modules/sysbuild_images.cmake:23 (sysbuild_module_call)
cmake/modules/sysbuild_default.cmake:20 (include)
/opt/nordic/ncs/v2.9.1/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include)
/opt/nordic/ncs/v2.9.1/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
/opt/nordic/ncs/v2.9.1/zephyr/share/sysbuild-package/cmake/SysbuildConfig.cmake:8 (include)
template/CMakeLists.txt:10 (find_package)
A non-sysbuild build does work, but I need to use sysbuild as will be including mcuboot. I have tried with sdk/toolchain 2.9.0 and 2.9.1.
I suspect the problem is in the sdk (nordic/ncs/v2.9.0/zephyr/boards/ezurio/bl654_usb) but I'm at a loss as to how to fix it as I'm fairly new to nrfconnect.
Thanks for any help !