i.MX8MQLite emulation

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

i.MX8MQLite emulation

ソリューションへジャンプ
811件の閲覧回数
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 解決策
738件の閲覧回数
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 返信
739件の閲覧回数
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 件の賞賛