I have a docker application running on Debian:Trixie.
I would like it to run on IMX8MP boards - at first on the EVK.
I would like my application to utlize the VPU/GPU via Gstreamer and also the NPU via the Delegate lib.
I coudn't get it to work with coping the libraries directly into my container, so I though to build a base image of Debian:Trixie out of the IMX8MPEVK.
I found the flexbuild option, but I am struggeling to make it work.
What should be the best way to creaate IMX8 base docker image?
Hi @timorkal
Copying the relevant library files and configuration files is the correct approach. Please carefully review all related files.
If you don't need to run docker, you can use flexbuild to build a Debian rootfs on i.MX8MP.
Best Regards,
Zhiming