Hello,
I am working with a Jetson Nano Devkit model P3450.
I am running some video processing scripts which load up the components as much as possible. I am running these in normal temperature and inside a heat chamber up to 60C.
During the heat chamber test, I am seeing a strange issue - after about 30-60 minutes of operation, the Jetson reboots itself. It seems to be an overheating issue according to the file var/log/kern.log.
The strange part about this, is that I am monitoring the AO/CPU/GPU temps when this happens. They are hovering at 95/90/89 respectively, which is not hot enough to cause the Jetson to overheat and turn off. The Jetson is not behaving like it should if it overheats: its not just shutting down, but simply rebooting.
Are there other components temps that I should be monitoring?
Are there any other logs that I can check for a more detailed report on the reason for restart?
Here are the entries that I see right before reboot (full log attached):
Jun 16 14:38:28 iza-123456 kernel: [ 1662.727799] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature 2147483647 forced to 127000
Jun 16 14:38:29 iza-123456 kernel: [ 1663.751781] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature 2147483647 forced to 127000
Jun 16 14:38:30 iza-123456 kernel: [ 1664.775772] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature 2147483647 forced to 127000
Jun 16 14:38:31 iza-123456 kernel: [ 1665.799699] tegra_soctherm 700e2000.soctherm: soctherm: trip temperature 2147483647 forced to 127000
Jun 16 14:39:00 iza-123456 kernel: [ 0.000000] Booting Linux on physical CPU 0x0
Jun 16 14:39:00 iza-123456 kernel: [ 0.000000] Linux version 4.9.140-tegra (buildbrain@mobile-u64-2713) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #1 SMP PREEMPT Mon Dec 9 22:47:42 PST 2019
Jun 16 14:39:00 iza-123456 kernel: [ 0.000000] Boot CPU: AArch64 Processor [411fd071]
Jun 16 14:39:00 iza-123456 kernel: [ 0.000000] OF: fdt:memory scan node memory@80000000, reg size 48,
Jun 16 14:39:00 iza-123456 kernel: [ 0.000000] OF: fdt: - 80000000 , 7ee00000
Jun 16 14:39:00 iza-123456 kernel: [ 0.000000] OF: fdt: - 100000000 , 7f200000
IZA_kern.log (1.5 MB)