i.MX8MQLite emulation

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.MX8MQLite emulation

Jump to solution
787 Views
torus1000
Contributor V

Hi,

I would like to emulate and evaluate i.MX8MQLite performance with MCIMX8M-EVK.

How can I disable VPU?

I checked defconfig but nothing found.
https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/configs/defconfig?h=imx_4.14.98...

For instance, is it OK to play video with software decoder plugin instead of VPU plugin?

Can anybody help me?

Labels (1)
Tags (2)
0 Kudos
1 Solution
714 Views
joanxie
NXP TechSupport
NXP TechSupport

you don't need to disable vpu, if you need use software decoding, you can use libav(open source), but I don't know why you use software deocoding since imx8M has hardware decoding?

for how to install the libav, pls refer to the steps as below:

The following steps show how to install gstreamer1.0-libav into a rootfs image.
1. Add the following lines into the configuration file conf/local.conf.
IMAGE_INSTALL_append = " gstreamer1.0-libav"
LICENSE_FLAGS_WHITELIST = "commercial"
2. Build gstreamer1.0-libav.
$ bitbake gstreamer1.0-libav
3. Build the rootfs image.
$ bitbake
$ <image_name>

View solution in original post

0 Kudos
1 Reply
715 Views
joanxie
NXP TechSupport
NXP TechSupport

you don't need to disable vpu, if you need use software decoding, you can use libav(open source), but I don't know why you use software deocoding since imx8M has hardware decoding?

for how to install the libav, pls refer to the steps as below:

The following steps show how to install gstreamer1.0-libav into a rootfs image.
1. Add the following lines into the configuration file conf/local.conf.
IMAGE_INSTALL_append = " gstreamer1.0-libav"
LICENSE_FLAGS_WHITELIST = "commercial"
2. Build gstreamer1.0-libav.
$ bitbake gstreamer1.0-libav
3. Build the rootfs image.
$ bitbake
$ <image_name>

0 Kudos