11-29-2019, 03:14 AM
Maybe it's the power supply instead of heat. Sounds a little like a classic Raspberry Pi on a marginal power supply problem.
You can try: cat /sys/devices/virtual/thermal/thermal_zone0/temp but it's weird, maybe it's not a temperature sensor. On a Raspberry Pi you look at /sys/class/thermal/thermal_zone0/temp. Divide the number by 1000 for degrees Celsius.
You can try: cat /sys/devices/virtual/thermal/thermal_zone0/temp but it's weird, maybe it's not a temperature sensor. On a Raspberry Pi you look at /sys/class/thermal/thermal_zone0/temp. Divide the number by 1000 for degrees Celsius.