Suddenly, for no apparent reason, my ODROID shuts down due to thermal issues. It does not feel hot at all, but adding a 120mm fan nearby on high seems to allow it to run longer before failing.
It has the passive cooled HSF with the blue fan. Kernel is 4.14.55-133.
Code: Select all
Linux odroid 4.14.55-133 #1 SMP PREEMPT Sat Jul 14 18:18:06 UTC 2018 armv7l armv7l armv7l GNU/Linux
Here is a section of that output before it shutdown again. The last entry is the last line shown before shutdown. Honestly, how does a temp sensor go from 52 Celsius to 119 Celsius in one second?? Or 40 to 95??? Below this is the kernel log. I will include the whole thing if needed.
Right now my usually VERY stable ODROID is completely unusable. I hope there is a fix. With the passive HSF set to 100% manually to always be on AND a 120mm 12vdc cooling fan blowing on it at max RPM's, I am at a loss as what else I can do. Also, using CPUFREQ, the governor is set to conservative.

Code: Select all
2019-02-03 16:04:54 30000 33000 37000 32000 31000
2019-02-03 16:04:55 31000 34000 48000 35000 31000
2019-02-03 16:04:56 36000 36000 42000 45000 33000
2019-02-03 16:04:57 37000 37000 43000 46000 34000
2019-02-03 16:04:58 38000 38000 45000 47000 34000
2019-02-03 16:04:59 39000 38000 45000 47000 35000
2019-02-03 16:05:00 38000 38000 45000 49000 35000
2019-02-03 16:05:01 47000 39000 45000 42000 36000
2019-02-03 16:05:02 50000 41000 48000 52000 38000
2019-02-03 16:05:03 47000 41000 48000 47000 38000
2019-02-03 16:05:04 52000 43000 50000 47000 39000
2019-02-03 16:05:05 119000 41000 47000 43000 38000
2019-02-03 16:05:06 53000 39000 49000 45000 36000
2019-02-03 16:05:07 48000 39000 45000 44000 36000
2019-02-03 16:05:08 43000 37000 43000 40000 35000
2019-02-03 16:05:09 37000 37000 44000 38000 35000
2019-02-03 16:05:10 37000 37000 43000 38000 35000
2019-02-03 16:05:11 37000 37000 44000 38000 34000
2019-02-03 16:05:12 37000 37000 42000 38000 34000
2019-02-03 16:05:13 37000 36000 42000 38000 34000
2019-02-03 16:05:14 37000 36000 41000 38000 34000
2019-02-03 16:05:15 37000 37000 45000 39000 34000
2019-02-03 16:05:16 35000 37000 46000 41000 34000
2019-02-03 16:05:17 38000 37000 44000 38000 35000
2019-02-03 16:05:18 40000 37000 43000 42000 35000
2019-02-03 16:05:19 95000 40000 47000 43000 35000
Code: Select all
Feb 3 15:45:30 odroid kernel: [ 6123.131341] mmc_host mmc0: Bus speed (slot 0) = 88888889Hz (slot req 52000000Hz, actual 44444444HZ div = 1)
Feb 3 15:45:30 odroid kernel: [ 6123.131922] mmc_host mmc0: Bus speed (slot 0) = 200000000Hz (slot req 200000000Hz, actual 200000000HZ div = 0)
Feb 3 15:45:30 odroid kernel: [ 6123.133241] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 52000000Hz, actual 50000000HZ div = 0)
Feb 3 15:45:30 odroid kernel: [ 6123.133659] mmc_host mmc0: Bus speed (slot 0) = 266666666Hz (slot req 200000000Hz, actual 133333333HZ div = 1)
Feb 3 16:05:20 odroid kernel: [ 7312.972927] thermal thermal_zone0: critical temperature reached (116 C), shutting down
Feb 3 16:15:42 odroid kernel: [ 0.000000] Booting Linux on physical CPU 0x100
Feb 3 16:15:42 odroid kernel: [ 0.000000] Linux version 4.14.55-133 (root@1604_builder_armhf) (gcc version 5.4.1 20160904 (Ubuntu/Linaro 5.4.1-2ubuntu1~16.04)) #1 SMP PREEMPT Sat Jul 14 18:18:06 UTC 2018
Feb 3 16:15:42 odroid kernel: [ 0.000000] CPU: ARMv7 Processor [410fc073] revision 3 (ARMv7), cr=10c5387d
Code: Select all
Feb 3 16:15:42 odroid kernel: [ 3.734149] thermal thermal_zone0: failed to read out thermal zone (-22)
Feb 3 16:15:42 odroid kernel: [ 3.740363] thermal thermal_zone1: failed to read out thermal zone (-22)
Feb 3 16:15:42 odroid kernel: [ 3.747032] thermal thermal_zone2: failed to read out thermal zone (-22)
Feb 3 16:15:42 odroid kernel: [ 3.753706] thermal thermal_zone3: failed to read out thermal zone (-22)
Feb 3 16:15:42 odroid kernel: [ 3.760430] thermal thermal_zone4: failed to read out thermal zone (-22)