Cpunet not found during build

Hello! I was building a custom board and tried to build the project for my board but it gives an error:

=== child image hci_ipc - CPUNET begin ===
loading initial cache file .../hci_ipc/child_image_preload.cmake
Loading Zephyr default modules (Zephyr base).
-- Application: .../v2.7.0-rc2/zephyr/samples/bluetooth/hci_ipc
-- CMake version: 3.20.5
-- Found Python3: ... found components: Interpreter
-- Cache files will be written to: ...
-- Zephyr version: 3.6.99
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
CMake Error at /opt/nordic/ncs/v2.7.0-rc2/zephyr/cmake/modules/boards.cmake:234 (message):
  Error finding board: myboard_cpunet in
  .../boards/arm/myboard.

  This indicates the board has been removed, renamed, or placed at a new
  location.

  Please run a pristine build.
Call Stack (most recent call first):
  /opt/nordic/ncs/v2.7.0-rc2/zephyr/cmake/modules/zephyr_default.cmake:132 (include)
  /opt/nordic/ncs/v2.7.0-rc2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  /opt/nordic/ncs/v2.7.0-rc2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:5 (find_package)

I know for sure that the files for the cpunet-board are in the folder and it has worked before. I tested it with an example ble-app and the same thing happened. I tried deleting all other build files and started a new workspace. What could be the problem?

Parents Reply Children
Related