Implementation of matter protocol on i.MX8M Plus Solidrun Board

Hi,

I wish to use the i.MX8M Plus Solidrun board to develop a matter protocol. However, I couldn’t find anything on this board’s matter protocol.

After looking through the link below, I learned that they support the i.MX93 EVK, i.MX8M Mini EVK, i.MX6ULL EVK, and i.MX8ULP EVK, which are the four i.MX MPU platforms.

Link: meta-nxp-connectivity/README.md at master · nxp-imx/meta-nxp-connectivity · GitHub

I would like to know if the i.MX8M Plus board will support the matter implementation.

Regards

1 Like

Yes, you can just add their meta-layer onto our standard build. There is nothing board specific needed to support matter. If you also want to support thread then you will need a radio that supports like which can be added via USB or our MikroBus header.

Hi Jnettlet,

I inserted the meta layer given there after following the meta-nxp-connectivity link.
And I get the following problem when I try to bitbake imx-image-multimedia.

So, would you kindly assist me with this?

ERROR: imx-gst1.0-plugin-4.7.2+gitAUTOINC+3a0250b983-r0 do_patch: Applying patch ‘0001-MATTER-1573-Modify-gplay2-to-support-Matter-media.patch’ on target directory ‘/home/manoj/imx-yocto/build-xwayland-imx8mpsolidrun/tmp/work/armv8a-mx8mp-poky-linux/imx-gst1.0-plugin/4.7.2+gitAUTOINC+3a0250b983-r0/git’
CmdError(‘quilt --quiltrc /home/manoj/imx-yocto/build-xwayland-imx8mpsolidrun/tmp/work/armv8a-mx8mp-poky-linux/imx-gst1.0-plugin/4.7.2+gitAUTOINC+3a0250b983-r0/recipe-sysroot-native/etc/quiltrc push’, 0, 'stdout: Applying patch 0001-MATTER-1573-Modify-gplay2-to-support-Matter-media.patch
patching file tools/gplay2/gplay2.c
Hunk #1 succeeded at 39 (offset -1 lines).
Hunk #2 succeeded at 113 (offset -2 lines).
Hunk #3 succeeded at 1021 (offset -9 lines).
Hunk #4 FAILED at 1047.
Hunk #5 succeeded at 1043 with fuzz 1 (offset -14 lines).
Hunk #6 succeeded at 1092 (offset -14 lines).
Hunk #7 succeeded at 1116 (offset -14 lines).
Hunk #8 succeeded at 1137 (offset -14 lines).
Hunk #9 succeeded at 1151 (offset -14 lines).
Hunk #10 succeeded at 1234 (offset -14 lines).
Hunk #11 succeeded at 1501 (offset -14 lines).
Hunk #12 succeeded at 1512 (offset -14 lines).
Hunk #13 succeeded at 1555 (offset -14 lines).
Hunk #14 FAILED at 1611.
Hunk #15 FAILED at 1619.
Hunk #16 succeeded at 1636 (offset -14 lines).
Hunk #17 succeeded at 1656 (offset -14 lines).
3 out of 17 hunks FAILED – rejects in file tools/gplay2/gplay2.c
patching file tools/gplay2/meson.build
Patch 0001-MATTER-1573-Modify-gplay2-to-support-Matter-media.patch does not apply (enforce with -f)

stderr: ')
ERROR: Logfile of failure stored in: /home/manoj/imx-yocto/build-xwayland-imx8mpsolidrun/tmp/work/armv8a-mx8mp-poky-linux/imx-gst1.0-plugin/4.7.2+gitAUTOINC+3a0250b983-r0/temp/log.do_patch.1561961
ERROR: Task (/home/manoj/imx-yocto/sources/meta-imx/meta-bsp/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb:do_patch) failed with exit code ‘1’

Regards

Hi Jnettlet,

Can i get any support on this?

Regards

I have some time scheduled to look at this in the next couple of days. I will keep you updated.

Hi Jnettlet,

Thanks for the update. I’m also awaiting your next update.

Regards

May I know the update on this.