Hello,
I just want to check how to enable temp monitoring in imx7d?
I have a custom im7d board and I cant seem to find where to enable temp monitoring in /sys/class/thermal
In my menuconfig, I can confirm that below is enabled.
Device Drivers > Generic Thermal sysfs driver >Temperature sensor driver for i.MX SoCs
However, after loading the kernel no thermal zone was loaded in sysfs.
root@myboard:~# ls /sys/class/thermal/
root@myboard:~#
I'm expecting something like below (based from my imx7dsabresd board)
root@imx7dsabresd:~# ls /sys/class/thermal/
cooling_device0/ cooling_device1/ thermal_zone0/
root@imx7dsabresd:~#
BTW, I'm using Yocto Zeus.
Thanks
Javer