nxp-imx / meta-nxp-connectivity

The layer files for integrate the Matter and OpenThread into i.MX Yocto Linux
Other
35 stars 18 forks source link

[chip-lighting-app] commissioning failed #10

Open mmt-10 opened 1 year ago

mmt-10 commented 1 year ago

I tried chip-lighting-app. However, commissioning is failed. Please disclose solution.

I got warning message as below. Please refer to 20230306-imx8mnano.txt if you need more detailed information. 20230306-imx8mnano.txt

[1678101304.393393][738:738] CHIP:DMG: Failed to read stored attribute (0, 0x0000_0028, 0x0000_0005: ../../third_party/connectedhomeip/src/platform/Linux/KeyValueStoreManagerImpl.cpp:53: CHIP Error 0x000000A0: Value not found in the persisted storage

and, chip-tool on Ubuntu Linux of Matter SDK v1.0.0.2 got error from chip-lighting-app. Please refer to below log.

2023-03-06-chip-tool.txt

After Moving from state 'kEstablishing' --> 'kActive', chip-tool got error as Type 0001.

[1678068995.176302][4442:4444] CHIP:SC: SecureSession[0x7f36c805e710]: Moving from state 'kEstablishing' --> 'kActive'

[1678068995.176445][4442:4444] CHIP:DMG: SendReadRequest ReadClient[0x7f36c804cc00]: Sending Read Request [1678068995.176574][4442:4444] CHIP:EM: <<< [E:37095i M:159648420] (S) Msg TX to 0:FFFFFFFB00000000 [0000] --- Type 0001:02 (IM:ReadRequest)

Environment

nxp-imx : meta-matter

~/yocto-nano$ repo info
... A new version of repo (2.32) is available.
... You should upgrade soon:
    cp /home/muto/yocto-nano/.repo/repo/repo /home/muto/bin/repo

Manifest branch:
Manifest merge branch: refs/heads/imx-linux-kirkstone
Manifest groups: default,platform-linux
----------------------------
Project: fsl-community-bsp-base
Mount path: /home/muto/yocto-nano/sources/base
Current revision: 60f79f7af60537146298560079ae603260f0bd14
Manifest revision: 60f79f7af60537146298560079ae603260f0bd14
Local Branches: 0
----------------------------
Project: meta-browser
Mount path: /home/muto/yocto-nano/sources/meta-browser
Current revision: e232c2e21b96dc092d9af8bea4b3a528e7a46dd6
Manifest revision: e232c2e21b96dc092d9af8bea4b3a528e7a46dd6
Local Branches: 0
----------------------------
Project: meta-clang
Mount path: /home/muto/yocto-nano/sources/meta-clang
Current revision: c728c3f9168c8a4ed05163a51dd48ca1ad8ac21d
Manifest revision: c728c3f9168c8a4ed05163a51dd48ca1ad8ac21d
Local Branches: 0
----------------------------
Project: meta-freescale
Mount path: /home/muto/yocto-nano/sources/meta-freescale
Current revision: c82d4634e7aba8bc0de73ce1dfc997b630051571

~/yocto-nano/sources/meta-matter$ git log -1
commit 6e3fe1f401653296b3cd2b15a26be3910b5bde86 (HEAD -> master, tag: imx_matter_2023_q1, origin/master, origin/HEAD)

Matter SDK : v1.0.0.2

~/matter/matter-v1.0.0.2$ git log -1
commit 4088a77f557e8571a39338fad51a1d8eb0131d79 (HEAD, tag: v1.0.0.2)