I'm trying to test direct XIP in DFU over BT in Matter lamp example on nRF52840 DK using SDK v 2.5.1
In order to test direct XIP I created a project using the sample and added using the same added CONFIG_CHIP_DFU_OVER_BT_SMP=y and CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU=y to prj.conf in order to enable DFU over BT. That worked quite well.
Then I tried to test direct XIP and, following Build configuration additions for MCUboot in the direct-xip mode documentation, I added
|
-- Found partition manager static configuration: C:/nordic/myapps/light_bulb_1/configuration/nrf52840dk_nrf52840/pm_static_dfu.yml $<TARGET_PROPERTY:partition_manager,PM_FACTORY_DATA_ADDRESS> |
Does this example support Direct XIP at all?