I’m experiencing an issue with my Jetson device where it intermittently freezes and then power cycles. The screen goes black, and the device power cycles itself, even when no applications are open. I thought flashing would help, but the issue persists. I’m hoping for guidance on logs or diagnostic steps to help isolate the cause of these crashes.
I used minicom to capture logs after restarting my Jetson and up to the login prompt after the Jetson froze and power cycled. See the attached file.
Thank you minicom_after_restart.txt (80.1 KB)
I do not have another dev kit.
I think it might have something to do with display. The display port was connected to a VGA adapter to work with my old monitor.
I used this script I found from another post:
test_period=4
for i in {1..500}
do
echo "Iteration: $i"
sudo /usr/sbin/rtcwake -m no -s $test_period
sudo systemctl suspend
sleep $test_period
done
I am using a newer monitor which has a display port and ran the same script which did not seem to result in a kernel panic: minicom_dp_to_dp.txt (12.0 KB)
I am going to keep using this new monitor and will give an update on whether the problem persists.