C:/ncs/ZB_for290_R23_031/ncs-zigbee/subsys/osif/zb_nrf_pwr_mgmt.c:9:10: fatal error: zboss_api.h: No such file or directory 9 | #include <zboss_api.h> | ^~~~~~~~~~~~~ compilation terminated.
-
Hardware: nRF54L15 Development Kit
-
SDK: nRF Connect SDK with Zigbee R23 add-on (ZB_for290_R23_031)
-
Build system: West/CMake
-
Created a basic Zigbee R23 project that builds successfully without bootloader
-
Added MCUboot configuration through sysbuild.conf with
SB_CONFIG_BOOTLOADER_MCUBOOT=y
-
Created configuration files in the sysbuild directory to disable components that shouldn't be needed for the bootloader:
-
Added mcuboot.conf with
CONFIG_SERIAL=n
,CONFIG_SPI=n
,CONFIG_SPI_NOR=n
, etc. -
Attempted to disable Zigbee components in the bootloader with
CONFIG_ZIGBEE=n
,CONFIG_ZIGBEE_ADD_ON=n
-