Jetson Xavier Keeps Shutting Down

I’m not sure what exactly is happening, but every few minutes of use (mainly creating and running docker containers) the Xavier appears to shut down suddenly and my ssh connection is broken.

I suspected it may be a fan issue, so I ran sudo sh -c ‘echo 255 > /sys/devices/pwm-fan/target_pwm’, and it still shut down. As I am not physically close to the Xavier I could not determine if it was a heating issue or something else, any ideas?

hello fma,

could you please confirm what’s power-supply you’re used?
you may also track the kernel status by using $ dmesg --follow, check the reason why your platform shutdown.
thanks