Dear Support Team,
To read Apalis TK1 temperature sensors via linux, I got below different thermal zones temperature:
cat /sys/devices/virtual/thermal/thermal_zone*/temp
note: * is from 0-5, totally six temperatures.
And according to below wiki page - link text, from the “type” definition as below, we can find thermal_zone0-3 is sensors inside the K1 SoC; thermal_zone4 and 5 are sensors on Nvdia Jetson board.
ubuntu@tegra-ubuntu:~$ cat /sys/devices/virtual/thermal/thermal_zone0/type
CPU-therm
ubuntu@tegra-ubuntu:~$ cat /sys/devices/virtual/thermal/thermal_zone1/type
GPU-therm
ubuntu@tegra-ubuntu:~$ cat /sys/devices/virtual/thermal/thermal_zone2/type
MEM-therm
ubuntu@tegra-ubuntu:~$ cat /sys/devices/virtual/thermal/thermal_zone3/type
PLL-therm
ubuntu@tegra-ubuntu:~$ cat /sys/devices/virtual/thermal/thermal_zone4/type
Tboard_tegra
ubuntu@tegra-ubuntu:~$ cat /sys/devices/virtual/thermal/thermal_zone5/type
Tdiode_tegra
But on Apalis Tk1 datasheet section 9.6 Thermal Specification, only 2 temperature sensors are mentioned as below:
The Apalis TK1 modules come with 2 temperature sensors - one which measures the temperature of the CPU die and another on the Apalis PCB
So could you help specify the Apalis TK1 temperature sensors definition with corresponded above thermal zone definition?
Thanks and Best Regards
Simon