VPU on i.MX6 SOLO problems+

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

VPU on i.MX6 SOLO problems+

671 Views
sebaseba
Contributor II

Hello.

I am trying to use h264 encoder that is implemented in VPU of i.MX6.

I am using debian 3.14.79-fslc-imx6-sr. I have downloaded libvpuapi0 and libvpuapi-dev packages but I have linker error "ld returned 1 exit status" or "can not find -llibvpu" I think it is due to bad linking to vpu library. I found in /usr/lib/ a file named "libvpu.so.4" I think I should link against it but I can't.

What should I do to correct link my project with this library ?

Or is the VPU supported on i.MX6Solo ?

I also suspect that the vpu driver is not running - it is not present in lsmodule list even if I set the support for it in menuconfig and then build the modules again.

Labels (3)
0 Kudos
1 Reply

515 Views
igorpadykov
NXP Employee
NXP Employee

Hi Seba

linux 3.14.79-fslc is not supported by NXP, please try NXP official BSPs described on

http://www.nxp.com/products/software-and-tools/software-development-tools/i.mx-software-and-tools/i....

for test use imx-test package (folder /mxc_vpu_test)

www.nxp.com/lgfiles/NMG/MAD/YOCTO/imx-test-5.3.tar.gz

issues with 3.14.79-fslc may be posted on meta-fsl-arm mailing list, so that someone

familiar with it could try to assist you.
https://lists.yoctoproject.org/listinfo/meta-freescale

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos