Hi everyone,
I am facing the following problem shown in the screenshot attached
The statements like "[ 309.253067] mali 11840000.gpu: __pm_clk_enable: failed to enable clk 00000000aa4c0935, error -108" keeps arriving on screen even if left for 1 minute ideal
Even after login its coming continuously
Please help me to solve it
Please let me know if you need any information
Kind regards,
Joita Mitra
Hi Joita,Please share more details about your issue.How did you build the image?Using Yocto? Is it a weston image?Did you follow the instructions to build the RZ MPU Graphics Library Evaluation Version for RZ/V2 ?It seems like there is not any kernel log. Are you using custom kernel bootargs?Kind Regards.
HI,
Here are the details:
I followed the instruction given in the following pdf:
r01us0617ej0100-rz-v(Linux Start-up Guide RZV2L).pdf
Yes I used Yocto and the image is core-image-weston
Yes I did u-boot configuration as:
CONFIG_USE_BOOTARGS =y
CONFIG_BOOTARGS = "quiet"
and then set environment variable bootargs as 'root=/dev/mmcblk1p2 rootwait quiet'
one more thing when I have connected the HDMI screen then only this is happenning else without HDMI screen few kernel logs are also coming and this problem is not happenning
Maybe try and remove the power-domains properties in the Device Tree for the Mali GPU node.
That has worked for others.
yeah it worked !!
thanks