nrf5340 dk in Matter How to turn off OTA and burn the program into the internal flash without relying on external flash How should I configure it?

I tried adding the following settings to prj.config

CONFIG_CHIP_OTA_REQUESTOR=n

CONFIG_CHIP_QSPI_NOR=n

I've also tried to modify the Devicetree to be the qspi part in any of the routines in nrf's matter, no matter how I modify it, it compiles fine but it doesn't respond to burning the firmware to the development board.

How do I set it up to run the 5340dk without using external flash, or are there any relevant routines I can learn from?

Related