Hi, having some issues with the matter door lock sample for the nRF54L15DK on NCS 3.0.2. I'm getting strange failures on boot when running the default matter door lock sample that result in apple home commissioning failing to find the door lock.
Sample location: nrf/samples/matter/lock
Build command: west build -b nrf54l15dk/nrf54l15/cpuapp -d build_nrf54l15dk
It seems like theres a failure to init the door lock cluster with "RFID users: 86" even though i haven't touched anything by default and it seems like the source code should be initing this to 0. Afterwards it looks like theres failures to update advertised services which appears to prevent the apple home app from finding the devkit during commissioning with the QR code provided in the logs.
*** Booting My Application v3.0.2-89ba1294ac9b *** *** Using nRF Connect SDK v3.0.2-89ba1294ac9b *** *** Using Zephyr OS v4.0.99-f791c49f492c *** I: 225 [DL]BLE address: EA:8C:9F:32:58:C4 I: No users indexes stored I: No stored indexes for credential of type: 1 I: 239 [DL]CHIP task running I: Init CHIP stack I: 244 [DL]OpenThread started: OK I: 248 [DL]Setting OpenThread device type to SLEEPY END DEVICE I: 254 [DL]The device does not support hardware protection against write. I: 260 [SVR]Subscription persistence not supported I: 265 [SVR]Server initializing... I: 268 [TS]Last Known Good Time: 2023-10-14T01:16:48 I: 273 [DMG]AccessControl: initializing I: 276 [DMG]Examples::AccessControlDelegate::Init I: 281 [DMG]AccessControl: setting I: 284 [DMG]DefaultAclStorage: initializing I: 288 [DMG]DefaultAclStorage: 0 entries loaded E: 292 [IN]IPV6_PKTINFO failed: 109 I: 297 [ZCL]Using ZAP configuration... I: 301 [DMG]AccessControlCluster: initializing I: 305 [ZCL]Initiating Admin Commissioning cluster. I: 310 [ZCL]Door Lock server initialized I: 313 [ZCL]Door Lock cluster initialized at endpoint #1 I: 318 [ZCL]0xc8f0c ep 1 clus 0x0000_0101 attr 0x0000_0013 not supported E: 325 [ZCL]Failed to set DoorLock number of RFID users: 86 I: 330 [DIS]Updating services using commissioning mode 0 E: 335 [DIS]Failed to remove advertised services: 3 E: 340 [DIS]Failed to finalize service update: 3 I: 344 [IN]CASE Server enabling CASE session setups I: 349 [SVR]Joining Multicast groups I: 352 [SVR]Server Listening... I: 355 [DL]Device Configuration: I: 358 [DL] Serial Number: 11223344556677889900 I: 362 [DL] Vendor Id: 65521 (0xFFF1) I: 366 [DL] Product Id: 32774 (0x8006) I: 369 [DL] Product Name: not-specified I: 373 [DL] Hardware Version: 0 I: 376 [DL] Setup Pin Code (0 for UNKNOWN/ERROR): 20202021 I: 381 [DL] Setup Discriminator (0xFFFF for UNKNOWN/ERROR): 3840 (0xF00) I: 388 [DL] Manufacturing Date: 2022-01-01 I: 392 [DL] Device Type: 65535 (0xFFFF) I: 395 [SVR]SetupQRCode: [MT:8IXS142C00KA0648G00] I: 400 [SVR]Copy/paste the below URL in a browser to see the QR Code: I: 406 [SVR]https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A8IXS142C00KA0648G00 I: 415 [SVR]Manual pairing code: [34970112332] E: 419 [DL]Long dispatch time: 177 ms, for event type 2
I also tried the above with an nRF52840DK and on NCS 2.9.0 to no avail. Is there some external dependency I'm missing? Like a specific version of gn? Please advise.