CONFIG_CHIP_DFU_OVER_BT_SMP not work

Hello, 

We use NCS2.9.0 and NRF54L15-DK do the matter development, and we use template demo, just enable CONFIG_CHIP_DFU_OVER_BT_SMP in root prj.conf, then we do the ota test: 

Matter over thread ota is ok, but smp ota cannot work, here is my andriod nrfconnect app log:

Should I config any other params?

Parents Reply
  • Sigurd Hellesvik said:
    Do you set the version for both network and application core?

    Sorry for my confusion here. I thought you were on nRF5340 for a moment. The nRF54L15 of course has only the application core.

    Denghongyan said:
    I just set the version in VERSION file:
    VERSION_MAJOR = 2
    VERSION_MINOR = 3

    To try another thing than version: If you change prints in your application, does the prints update after DFU?

Children
Related