Catastrophic HW failure after attempting to stream cameras via RTSP server

After attempting to stream my CSI interface RASPI V2 camera using the test-launch.c script in the gst-rtsp-server example (Followed examples in FAQ and recommendations under this forum post, I received the following output that looked more or less correct (minus the GStreamer-Critical error):


GST_ARGUS: Running with following settings:
   Camera index = 0
   Camera mode  = 2
   Output Stream W = 1920 H = 1080
   seconds to Run    = 0
   Frame Rate = 29.999999
GST_ARGUS: Setup Complete, Starting captures for 0 seconds
GST_ARGUS: Starting repeat capture requests.
CONSUMER: Producer has connected; continuing.
GST_ARGUS: Cleaning up
CONSUMER: Done Success
GST_ARGUS: Done Success

(test-launch:8836): GStreamer-CRITICAL **: 14:12:28.155: gst_element_make_from_uri: assertion 'gst_uri_is_valid (uri)' failed
Opening in BLOCKING MODE
GST_ARGUS: Creating output stream
CONSUMER: Waiting until producer is connected...
GST_ARGUS: Available Sensor modes :
GST_ARGUS: 3264 x 2464 FR = 21.000000 fps Duration = 47619048 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;

GST_ARGUS: 3264 x 1848 FR = 28.000001 fps Duration = 35714284 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;

GST_ARGUS: 1920 x 1080 FR = 29.999999 fps Duration = 33333334 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;

GST_ARGUS: 1280 x 720 FR = 59.999999 fps Duration = 16666667 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;

GST_ARGUS: 1280 x 720 FR = 120.000005 fps Duration = 8333333 ; Analog Gain range min 1.000000, max 10.625000; Exposure Range min 13000, max 683709000;

GST_ARGUS: Running with following settings:
   Camera index = 0
   Camera mode  = 2
   Output Stream W = 1920 H = 1080
   seconds to Run    = 0
   Frame Rate = 29.999999
GST_ARGUS: Setup Complete, Starting captures for 0 seconds
GST_ARGUS: Starting repeat capture requests.
CONSUMER: Producer has connected; continuing.

It is exactly here where I lost communication with my linux kernel and got the following messages on repeat indicating a hw failure:

[0000.025] W> RATCHET: MB1 binary ratchet value 4 is too large than ratchet level 2 from HW fuses.
[0000.034] I> MB1 (prd-version: 1.5.1.3-t194-41334769-d2a21c57)
[0000.039] I> Boot-mode: Coldboot
[0000.042] I> Chip revision : A02P
[0000.045] I> Bootrom patch version : 15 (correctly patc▒▒

I am using a production module NX with the quark carrier board (so it is headless). I don’t understand how a sw command could cause such catastrophic hw damage. I have been working with the nx for many months now without an issue. Is there a way to reverse this or must I purchase a new board? Thanks

Hi,
You may try videotestsrc as source and see if it works. To clarify if it is specific to using RASPI V2 camera as source. And the latest releases are Jetpack 4.6.3 and 5.1.1. If you use previous version, may consider upgrade to latest version and try.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.