i.MX8MQLite emulation

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

i.MX8MQLite emulation

跳至解决方案
1,924 次查看
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?

标签 (1)
标记 (2)
0 项奖励
回复
1 解答
1,851 次查看
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 项奖励
回复
1 回复
1,852 次查看
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 项奖励
回复