IRC log of #cubox of Sat 09 Jan 2016. All times are in CET < Back to index

20:33 vpeter What is the relationship with Linux kernel version and fsl binary libraries (imx-gpu-viv, imx-lib, libfslvpuwrap and others)? Is there some recipe which version should be used with some specific kernel version (like 4.1.13).
20:35 Catwich vpeter: its magic
20:35 Catwich the kernel-part of freescale gpu driver (galcore) has a version
20:35 Catwich and that way you can match the gpu userspace
20:35 Catwich the others (ipu, vpu) seem to be pretty stable
20:35 Catwich I am not aware of specific corresponding versions there
20:36 Catwich vpeter: what do you plan to do?
20:41 vpeter I'm building openelec with 4.1.13 kernel from xbian. And now I need those packages too.
20:42 vpeter If I understand correctly xbian uses with this kernel xserver-xorg-video-imx-viv-3.10.17-1.0.0 and nothing else.
20:42 vpeter But openelec doesn't use xserver.
20:42 Catwich omg 3.10.17?
20:42 Catwich thats stoneage
20:43 Catwich but thats your version then
20:43 Catwich 3.10.17-1.0.0
20:43 Catwich or so I'd hope
20:43 Catwich what you want to know is version of gpu-viv-bin
20:44 vpeter Then I can use same version of gpu-viv-bin.
20:44 vpeter This is what is currently used with 3.14 kernel.
20:45 Catwich weird
20:45 Catwich the 3.14.54 kernel uses imx-gpu-viv-5.0.11p4.5
20:45 Catwich or so
20:46 vpeter Yes, I have this written somewhere.
20:47 Catwich if your 4.1 kernel has same version of galcore as 3.14.54
20:47 Catwich you can use same gpu package
20:47 Catwich simple
20:50 vpeter Yes, msut ask mk01 but he is not available for a few days.
20:52 Catwich you can check in source
20:52 Catwich kernel source
20:54 Catwich drivers/gpu/galcore/inc/gc_hal_version.h
21:00 vpeter Seems I missed something wrong before. In this file I see 5.0.11.p4.25762.
21:01 vpeter Thank you Catwich. Now I know I must looking something else.
21:01 Catwich 762?
21:01 Catwich that means you could use my packages
21:01 Catwich ore whatever xbian provides
21:02 vpeter Catwich: And where are yours? So can compare.
21:03 vpeter I'm just doing some reversed enginereed work :)
21:03 Catwich https://repo.solid-build.xyz/debian/jessie/bsp-imx6/
21:06 Catwich and you will need https://repo.solid-build.xyz/obs/BSP:/IMX6:/Stubs/Debian_Jessie/armhf/galcore-dummy-v5_1_armhf.deb
21:06 Catwich because the gpu package depends on my kernel package
21:13 vpeter Catwich: Thanks again. Good night.