Hi everybody,
We are doning some burning test on AGX devkit, my Jetson AGX Xavier has unexpected self-reboot several times when I was testing pull video stream from a server.
I use my NX pushing video stream to a server and AGX pulling the video stream from server.
Though they actually worked good at first several hours, AGX would self-reboot at sometime meanwhile NX still working good!
NX cmdline: “gst-launch-1.0 -v autovideosrc ! queue ! video/x-raw,width=640,height=480 ! tee name=t ! autovideoconvert ! nvv4l2h264enc ! h264parse ! flvmux name=mux ! queue ! rtmpsink location=rtmp://.../live/myStream alsasrc device=hw:3,0 ! audioconvert ! voaacenc ! queue ! mux. t. ! xvimagesink”
AGX cmdline: “gst-launch-1.0 -v rtmpsrc location=rtmp://.../live/myStream ! flvdemux name=demux ! queue ! h264parse ! nvv4l2decoder ! nvvidconv ! xvimagesink demux. ! queue ! aacparse ! faad ! audioconvert ! audioresample ! pulsesink”.
AGX kernel log is as follow:
kern.log (711.1 KB)
For example, unexpected reboot happens at Feb 11 00:08:30
Feb 11 00:08:30 agx kernel: [ 0.000000] Booting Linux on physical CPU 0x0
the details is in the attached log.
Any idea could this problem be?
Thanks
Jiaheng