CONFIG_CHIP_LAST_FABRIC_REMOVED_ERASE_AND_REBOOT Not Working

nRF connect SDK 2.7.0 CONFIG_CHIP_LAST_FABRIC_REMOVED_ERASE_AND_REBOOT KConfig option is not working, it is not erasing nvs and not rebooting device. Although I have enabled it like this:
CONFIG_CHIP_LAST_FABRIC_REMOVED_ERASE_AND_REBOOT=y in prj.conf file. 

Also it still says device is already commissioned. 

Parents
  • Hi

    Since the CONFIG_CHIP_LAST_FABRIC_REMOVED_ERASE_AND_REBOOT is a config that should be enabled by default our devs also find this very strange. Can you try building the application in-tree. If you open the existing application at samples/matter/light_bulb for example to see if it build as expected there.

    Best regards,

    Simon

Reply
  • Hi

    Since the CONFIG_CHIP_LAST_FABRIC_REMOVED_ERASE_AND_REBOOT is a config that should be enabled by default our devs also find this very strange. Can you try building the application in-tree. If you open the existing application at samples/matter/light_bulb for example to see if it build as expected there.

    Best regards,

    Simon

Children
Related