Hi,
I have the same issue,
I had to mix kernel :
lec-imx6 4.1.31-1.2.0+g77f6154 (which is from jethro yocto)
my GPU version:
root@imx6qsabresd:~# dmesg | grep 5.0.1
[ 3.554771] Galcore version 5.0.11.41671
with root filesystem :
NXP i.MX Release Distro 4.9.11-1.0.0 (morty yocto!)
Now, my question is if this issue will happens only with examples, and not with my developed qt project.
If yes - I am happy :smileyhappy: , If not - how can I fix this ? I tried to build kernel 4.9.11 version, but the uImage does not start on board :smileysad: , not sure why (I use same defconfig from 4.1.31, and same dts/dtb )
I also noticed the following recipes in the newer version:
./meta-freescale/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p8.6+fslc.bb
./meta-freescale/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_5.0.11.p8.6.bb
while in the older kernel:
kernel-module-imx-gpu-viv_5.0.11.p7.4+fslc.bb
Do you think I should try replace the older with the newer recipes , and re-compile kernel module (it is just a module, the kernel probably need no change) ?
Thank you very much,
Ran