Hi All,
I am working on AM62xx processor custom board. Iam trying to read current temperature from Sensor which compatible with "ti, tmp100" on AM62xx target board (custom board) with below command,
cat /sys/class/thermal/thermal_zone0/temp
cat /sys/class/thermal/thermal_zone1/temp
*********************************************************************************************
root@am62xx-onecontrol-lrd:~# cat /sys/class/thermal/thermal_zone0/temp
49042
root@am62xx-onecontrol-lrd:~# cat /sys/class/thermal/thermal_zone0/temp
48819
root@am62xx-onecontrol-lrd:~# cat /sys/class/thermal/thermal_zone0/temp
49266
root@am62xx-onecontrol-lrd:~# cat /sys/class/thermal/thermal_zone0/temp
48146
root@am62xx-onecontrol-lrd:~# cat /sys/class/thermal/thermal_zone0/temp
48371
root@am62xx-onecontrol-lrd:~# cat /sys/class/thermal/thermal_zone0/temp
49042
root@am62xx-onecontrol-lrd:~# cat /sys/class/thermal/thermal_zone0/temp
48819
********************************************************************************************************
following the below link for data sheet:
Expecting the room temperature here.
Please let me know any suggestions.
May I know how to read the current temperature from the target board to get the correct temperature.
Regards,
Padmalatha