quic / sample-apps-for-robotics-platforms

Other
121 stars 50 forks source link

Fixing of device info for RB5 linux kernel 5.x and ubuntu 20.04 LU2.0 #103

Closed Abhinav0002 closed 7 months ago

Abhinav0002 commented 7 months ago

In the file for device-info for the RB5 , linux kernel 5.x ubuntu 20.04 image, the details for GPU for the following line:

define FILE_GPUINFO "/sys/devices/platform/soc/5900000.qcom,kgsl-3d0/devfreq/5900000.qcom,kgsl-3d0/%s"

Should be changed to:

define FILE_GPUINFO "/sys/devices/platform/soc/3d00000.qcom,kgsl-3d0/devfreq/3d00000.qcom,kgsl-3d0/%s"

rb5