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 Bilal

    This is a default setting from the CHIP_LAST_FABRIC_REMOVED_ACTION choice, so it should be automatically enabled in our Matter samples at least, could it be that you just haven't added the common directory to your project, as this is common if you have set up the project from "Create new app from sample" in VS Code, which doesn't copy the common/folders.

    Best regards,

    Simon

Reply
  • Hi Bilal

    This is a default setting from the CHIP_LAST_FABRIC_REMOVED_ACTION choice, so it should be automatically enabled in our Matter samples at least, could it be that you just haven't added the common directory to your project, as this is common if you have set up the project from "Create new app from sample" in VS Code, which doesn't copy the common/folders.

    Best regards,

    Simon

Children
Related