CPU Temperature
Reading the SOC Temperature
Section titled “Reading the SOC Temperature”The NXP i.MX8QM SOC has an internal temperature sensor that can be read. The temperature is reported in millidegrees Celsius:
root@neuralplex:~# cat /sys/class/thermal/thermal_zone0/temp43000
Thermal Setpoints
Section titled “Thermal Setpoints”The Linux kernel will throttle the CPU and GPU based on setpoints configured in the Linux device tree.
The following demonstrates how to read the setpoints for the NeuralPlex:
root@neuralplex:~# cat /sys/class/thermal/thermal_zone0/trip_point_0_temp110000root@neuralplex:~# cat /sys/class/thermal/thermal_zone0/trip_point_1_temp125000