Hi,
I'm trying to combine OpenThread, MCUBoot and LittleFS in a sample in nRF Connect SDK v1.5.1, but I'm getting the following error:
I have checked the file, and it seems to suggest that combining NVS (used by OpenThread/settings module for storing network data) with LittleFS is not supported:
I can reproduce this issue by adding the following configs to the Zephyr LittleFS sample prj.conf file:
Is there any ways I can successfully combine these modules?