Dears,
we’ve been doing thermal tests on our product that mounts the Verdin AM62 Solo 512MB WB IT V1.2A, running a Yocto image compiled with BSP version 7.5.0.
We ‘ve monitored the behavior of the SoM at high temperatures, logging the thermal zones used to monitor the junction temperature that, as per documentation, shall perform an automatic power cut off at 105 degrees.
The values have been logged by reading the following data continuously during the test:
cat /sys/class/thermal/thermal_zone1/temp
cat /sys/class/thermal/thermal_zone2/temp
We verified that the trip points for both zones is set at 95° for passive and 105° for critical:
root@verdin-am62:/sys/class/thermal/thermal_zone1# cat trip_point_0_hyst
2000
root@verdin-am62:/sys/class/thermal/thermal_zone1# cat trip_point_0_temp
95000
root@verdin-am62:/sys/class/thermal/thermal_zone1# cat trip_point_0_type
passive
root@verdin-am62:/sys/class/thermal/thermal_zone1# cat trip_point_1_hyst
2000
root@verdin-am62:/sys/class/thermal/thermal_zone1# cat trip_point_1_temp
105000
root@verdin-am62:/sys/class/thermal/thermal_zone1# cat trip_point_1_type
critical
root@verdin-am62:/sys/class/thermal/thermal_zone2# cat trip_point_0_hyst
2000
root@verdin-am62:/sys/class/thermal/thermal_zone2# cat trip_point_0_temp
95000
root@verdin-am62:/sys/class/thermal/thermal_zone2# cat trip_point_0_type
passive
root@verdin-am62:/sys/class/thermal/thermal_zone2# cat trip_point_1_hyst
2000
root@verdin-am62:/sys/class/thermal/thermal_zone2# cat trip_point_1_temp
105000
root@verdin-am62:/sys/class/thermal/thermal_zone2# cat trip_point_1_type
critical
We did a fast test by heating artificially very fastly the SoM up to 105° of junction temperature and the thermal power off protection occurred instantly as expected:
But, on the long run in thermal chamber set at 55°, we observed that the junction temperature reached 95° and kept that value for a long time (around one hour) and then the thermal protection occurred:
We are trying to understand why the thermal cutoff occurred even if the board was able to “contain” the junction temperature thanks to the effect of the govern when reaching the first “passive” threshold of 95°.
It was a “test to fail” so we just wanted to reach the limit of the hardware, but anyway we would like to have an explanation on this shutdown intervention.
Do you have any clue about this behavior?
Thanks,
Andrea

