Hi all,
I'm using imx8qm with MEK.
I found NXP supports imx-gst1.0-plugins from Code Aurora git repositories
But I couldn't build it.
Could you guide me how can I build and test it? I want to add customization at imxvideoconvert_g2d plug-in.
I installed meson and ninja in my IMX8QM board.
Thanks,
Dongjin Ha.
已解决! 转到解答。
as my understanding, imx-gst1.0-plugins is a software run in user-space, rather than in kernel.
we can build the kernel standalone. Can we also build the imx-gst1.0-plugins separately?
In fact, we generate the rootfs with Buildroot.But I can't figure out how to build imx-gst1.0-plugins in buildroot. So I hope to build imx-gst1.0-plugins standalone and copy them into the rootfs.
yes, this isn't belong to the kernel, nxp yocto bsp includes this, this is source code link, maybe you can download it and build it
"https://github.com/nxp-imx/imx-gst1.0-plugin/tree/MM_04.07.00_2205_L5.15.y"
thanks @joanxie for your reply.
Do you have any tutorial about how to build https://github.com/nxp-imx/imx-gst1.0-plugin/tree/MM_04.07.00_2205_L5.15.y ?
It seems there is no detail info in its README