Hello, Bio_TICFSL,
Thank you for your reply! Although the GPU driver is loaded as a module, but it cannot work normally. The /dev/galcore device node cannot be found in the /dev directory,I tried to run the gpuinfo.sh script in the /unit_tests/GPU/ directory, but unfortunately I couldn't get any information about the gpu.
At the same time, when the system starts, systemd will start weston by default. Its backend uses gl-renderer.so, and it is not using gpu driver normally, so weston can't be run as well
I think the current situation may be that although the driver has been loaded into the kernel, it has not successfully matched the gpu device, or the sending error during the matching process may be returned.
here are some infomation, when I run gpuinfo.sh script in console:
root@imx6qsabresd:/unit_tests/GPU# ./gpuinfo.sh
---- Running < gpuinfo.sh > test ----
GPU Info
cat: /sys/kernel/debug/gc/info: No such file or directory
cat: /sys/kernel/debug/gc/meminfo: No such file or directory
CMA memory info
cat: /sys/kernel/debug/gc/allocators/cma/cmausage: No such file or directory
cat: /sys/kernel/debug/gc/idle: No such file or directory
cat: /sys/kernel/debug/gc/clients: No such file or directory
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
cat: /sys/kernel/debug/gc/idle: No such file or directory
Idle percentage:%
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
---- Test < gpuinfo.sh > ended ----