On Sat, Jul 4, 2015 at 6:39 AM, Manusha Wijekoon <[email protected]> wrote: > Hi > > I want to get hardware video decoder working in wandboard quad. > I installed fedora 22 following instructionfound here: > https://fedoraproject.org/wiki/Architectures/ARM/F22/Installation > > However the installed fedora did not seem to contain freescale libraries > that support VPU, so I had to compile them and install them manually > according to instructions here: > https://www.chrillomat.net/dokuwiki/doku.php?id=wandboard:xbmc > > I used the version 3.10.17-1.0.0_ga release for the install. > > While compiling imx-lib-3.10.17-1.0.0, I got few compile errors for missing > kernel headers - which are freescale specific. These errors came from pxp > and ipu sub-modules in imx_lib, so I removed them and compiled the rest > successfully. > > When I try to do video decoding now, I get this error from vpu_lib. > /dev/mxc_vpu not found
imx-lib is the very first package you're going to build, so wait for a lot of more trouble building it manually. One suggestion is to review the recipes available in meta-fsl-arm. We collected there all the tricks to build the packages. I would forget about manual build and use yocto to generate rpm packages to be installed. Daiane > > > What could be the cause for this? > > Thank you > /M > > > > -- > _______________________________________________ > meta-freescale mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-freescale > -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
