This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SK-TDA4VM: Edge AI GST Apps HWA VPAC_LDC Fail

Part Number: SK-TDA4VM
Other Parts Discussed in Thread: TDA4VM

Hello,

We are using a gst pipeline to stream camera frames to test our ai models. The pipeline that we used so far was working without any problem but after appending tiovxldc & tiovxmultiscaler to our pipeline we observed some random crushes as attached debug output. Meaning that we run the pipeline several times without any problem and after some point it does not start due to this error (requires reboot to solve). It seems the problem is related to VPAC hwa itself but we couldn't be sure.

Could you please enlighten us regarding the details? What could be the reason behind that? How to solve this issue without rebooting?

The Pipeline: GST_DEBUG_FILE=/run/trace.log GST_DEBUG_NO_COLOR=1 GST_DEBUG="GST_TRACER:7" GST_TRACERS="latency(flags=element)" gst-launch-1.0 v4l2src device=/dev/video2 ! tiovxdlcolorconvert ! video/x-raw, format=NV12 ! tiovxldc dcc-file=/home/root/TDA4VM_mesh_ldc_dcc.bin sensor-name=SENSOR_SONY_IMX390_UB953_D3 ! tiovxmultiscaler name=msc src_0::roi-startx=320 src_0::roi-starty=280 src_0::roi-width=1280 src_0::roi-height=480 target=1 interpolation-method=16385 msc. ! video/x-raw, format=NV12, width=1024, height=384 ! videoconvert ! videoflip method=horizontal-flip ! waylandsink

APP: Init ... !!!
MEM: Init ... !!!
MEM: Initialized DMA HEAP (fd=9) !!!
MEM: Init ... Done !!!
IPC: Init ... !!!
IPC: Init ... Done !!!
REMOTE_SERVICE: Init ... !!!
REMOTE_SERVICE: Init ... Done !!!
  2649.829616 s: GTC Frequency = 200 MHz
APP: Init ... Done !!!
  2649.830750 s:  VX_ZONE_INIT:Enabled
  2649.830778 s:  VX_ZONE_ERROR:Enabled
  2649.830828 s:  VX_ZONE_WARNING:Enabled
  2649.831431 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:116] Added target MPU-0 
  2649.831622 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:116] Added target MPU-1 
  2649.831744 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:116] Added target MPU-2 
  2649.831852 s:  VX_ZONE_INIT:[tivxPlatformCreateTargetId:116] Added target MPU-3 
  2649.831864 s:  VX_ZONE_INIT:[tivxInitLocal:136] Initialization Done !!!
  2649.832407 s:  VX_ZONE_INIT:[tivxHostInitLocal:101] Initialization Done for HOST !!!
Requested pad src_0
  2649.864735 s:  VX_ZONE_ERROR:[ownContextSendCmd:875] Command ack message returned failure cmd_status: -7
  2649.864771 s:  VX_ZONE_ERROR:[ownNodeKernelInit:590] Target kernel, TIVX_CMD_NODE_CREATE failed for node node_109
  2649.864865 s:  VX_ZONE_ERROR:[ownNodeKernelInit:591] Please be sure the target callbacks have been registered for this core
  2649.864899 s:  VX_ZONE_ERROR:[ownNodeKernelInit:592] If the target callbacks have been registered, please ensure no errors are occurring within the create callback of this kernel
  2649.864933 s:  VX_ZONE_ERROR:[ownGraphNodeKernelInit:608] kernel init for node 0, kernel com.ti.hwa.vpac_ldc ... failed !!!
  2649.864992 s:  VX_ZONE_ERROR:[vxVerifyGraph:2159] Node kernel init failed
  2649.865001 s:  VX_ZONE_ERROR:[vxVerifyGraph:2213] Graph verify failed
  2649.865159 s:  VX_ZONE_ERROR:[ownReleaseReferenceInt:598] Invalid reference
  2650.009072 s:  VX_ZONE_ERROR:[vxGetStatus:1020] Reference is NULL

** (gstreamer_example:3100): CRITICAL **: 13:53:40.145: gst_tiovx_simo_process_graph: assertion 'VX_SUCCESS == vxGetStatus ((vx_reference) priv->graph)' failed
  2650.022711 s:  VX_ZONE_WARNING:[vxReleaseContext:1325] Found a reference 0xffff8a499388 of type 00000816 at external count 1, internal count 0, releasing it
  2650.022779 s:  VX_ZONE_WARNING:[vxReleaseContext:1327] Releasing reference (name=user_data_object_102) now as a part of garbage collection
  2650.022970 s:  VX_ZONE_WARNING:[vxReleaseContext:1325] Found a reference 0xffff8a4995b0 of type 00000816 at external count 1, internal count 0, releasing it
  2650.022981 s:  VX_ZONE_WARNING:[vxReleaseContext:1327] Releasing reference (name=user_data_object_103) now as a part of garbage collection
  2650.023073 s:  VX_ZONE_WARNING:[vxReleaseContext:1325] Found a reference 0xffff8a5b1f58 of type 00000813 at external count 1, internal count 0, releasing it
  2650.023083 s:  VX_ZONE_WARNING:[vxReleaseContext:1327] Releasing reference (name=object_array_105) now as a part of garbage collection
  2650.023183 s:  VX_ZONE_WARNING:[vxReleaseContext:1325] Found a reference 0xffff8a4de538 of type 0000080f at external count 1, internal count 0, releasing it
  2650.023194 s:  VX_ZONE_WARNING:[vxReleaseContext:1327] Releasing reference (name=image_106) now as a part of garbage collection
  2650.023255 s:  VX_ZONE_WARNING:[vxReleaseContext:1325] Found a reference 0xffff8a5b2100 of type 00000813 at external count 1, internal count 0, releasing it
  2650.023264 s:  VX_ZONE_WARNING:[vxReleaseContext:1327] Releasing reference (name=object_array_107) now as a part of garbage collection
  2650.023321 s:  VX_ZONE_WARNING:[vxReleaseContext:1325] Found a reference 0xffff8a4de800 of type 0000080f at external count 1, internal count 0, releasing it
  2650.023330 s:  VX_ZONE_WARNING:[vxReleaseContext:1327] Releasing reference (name=image_108) now as a part of garbage collection
MEM: ERROR: Failed to free memory at virt addr = 0xffff7c7cd000 !!!
  2650.023392 s:  VX_ZONE_ERROR:[tivxMemBufferFree:262] Shared ptr mem free failed
  2650.023434 s:  VX_ZONE_ERROR:[ownDestructImage:273] Image buffer free failed!
  2650.023465 s:  VX_ZONE_ERROR:[ownReleaseReferenceInt:578] destructor() returned error.
  2650.023496 s:  VX_ZONE_ERROR:[vxReleaseContext:1360] Failed to destroy external reference objects
  2650.023526 s:  VX_ZONE_ERROR:[vxReleaseContext:1378] Reference 113 not removed
  2650.023621 s:  VX_ZONE_INIT:[tivxHostDeInitLocal:115] De-Initialization Done for HOST !!!
  2650.023673 s:  VX_ZONE_ERROR:[ownObjectDeInit:231] Is image use failed, index: 6
  2650.028065 s:  VX_ZONE_INIT:[tivxDeInitLocal:204] De-Initialization Done !!!
APP: Deinit ... !!!
REMOTE_SERVICE: Deinit ... !!!
REMOTE_SERVICE: Deinit ... Done !!!
IPC: Deinit ... !!!
IPC: DeInit ... Done !!!
MEM: Deinit ... !!!
DDR_SHARED_MEM: Alloc's: 17 alloc's of 38052448 bytes 
DDR_SHARED_MEM: Free's : 17 free's  of 38052448 bytes 
DDR_SHARED_MEM: Open's : 0 allocs  of 0 bytes 
MEM: Deinit ... Done !!!
APP: Deinit ... Done !!!

  • Hello,

    Which SDK version are you using? Based on your pipeline, it seems like you are using the IMX390 sensor which requires three DDC binaries to be included in your pipeline similar to this input pipeline:

    gst-launch-1.0 v4l2src device=/dev/video-imx390-cam0 ! queue leaky=2 ! video/x-bayer, width=1936, height=1100, format=rggb12 ! tiovxisp sink_0::device=/dev/v4l-imx390-subdev0 sensor-name=SENSOR_SONY_IMX390_UB953_D3 dcc-isp-file=/opt/imaging/imx390/linear/dcc_viss.bin sink_0::dcc-2a-file=/opt/imaging/imx390/linear/dcc_2a.bin format-msb=11 ! video/x-raw, format=NV12 ! tiovxldc dcc-file=/opt/imaging/imx390/linear/dcc_ldc.bin sensor-name=SENSOR_SONY_IMX390_UB953_D3 ! video/x-raw, format=NV12, width=1920, height=1080 ! tiovxmultiscaler

    Thanks,

    Fabiana

  • Hello Fabiana, 

    SDK version is 9.2.

    Yes the sensor that we use on our side is IMX390. However, it has its own isp so that the output format is already raw yuyv not bayer rggb. That is why we actually skipped the parts that are related to isp, only for this sensor. 

  • Hi Kaan,

    Thank you for clarifying which IMX390 sensor you are using. We currently do not support IMX390 with built-in ISP so I am unable to test on my end.

    Could you share your previously working pipeline?

    Thank you,

    Fabiana

  • Hello Fabiana,

    I was actually trying to gather all the things together to diagnose better that is why I am replying back a bit late. 

    So I guess the issue is irrelevant to the sensor itself but rather related to gst pipeline termination or hwa. Please find below answer and additional information.

    1. Could you share your previously working pipeline?

    • gst-launch-1.0 v4l2src device=/dev/video2 ! video/x-raw, width=1920, height=1080, format=YUY2, framerate=60/1  ! videoconvert ! waylandsink

    2. Additionally, as mentioned above I have performed lots of test and it seems when I use the command-line  gstreamer application, I don't face with this issue. However, when I use the corresponding  c code which does pretty much the same thing with the command-line args in the same order, after 8 or 9 runs we got the shared error log. Could you please support us regarding what is wrong with the pipeline? Is it an unref problem of one of the elements or termination of the hwa usage kind of thing?

    Thanks,

    Berke

    #include <gst/gst.h>
    #include <iostream>
    
    int main(int argc, char *argv[]) {
        GstElement *pipeline, *v4l2src, *filter1, *tiovxdlcolorconvert, *filter2, *tiovxldc, *tiovxmultiscaler, *filter3, *videoconvert, *waylandsink, *filter4, *flip;
        // GstElement *rate;
        GstCaps *caps1, *caps3, *caps4;
        // GstCaps *caps2;
        GstPad *srcpad, *sinkpad;
        std::cout << "Welcome to TruVision" << std::endl;
    
        // Initialize GStreamer
        gst_init(&argc, &argv);
    
        // Create elements
        pipeline = gst_pipeline_new("pipeline");
        v4l2src = gst_element_factory_make("v4l2src", "v4l2src");
        filter1 = gst_element_factory_make("capsfilter", "filter1");
        // FPS adjustment feature will be added later on! 
        // rate = gst_element_factory_make("videorate", "rate");
        // filter2 = gst_element_factory_make("capsfilter","filter2");
        tiovxdlcolorconvert = gst_element_factory_make("tiovxdlcolorconvert", "tiovxdlcolorconvert");
        filter3 = gst_element_factory_make("capsfilter","filter3");
        tiovxldc = gst_element_factory_make("tiovxldc", "tiovxldc");
        tiovxmultiscaler = gst_element_factory_make("tiovxmultiscaler", "tiovxmultiscaler");
        filter4 = gst_element_factory_make("capsfilter", "filter4");
        videoconvert = gst_element_factory_make("videoconvert", "videoconvert");
        flip = gst_element_factory_make("videoflip","flip");
        waylandsink = gst_element_factory_make("waylandsink", "waylandsink");
    
        // Create the pipeline
        if (!pipeline || !v4l2src || !filter1 || !tiovxdlcolorconvert || !filter3 || !tiovxldc || !tiovxmultiscaler || !filter4 || !videoconvert || !flip || !waylandsink) {
            g_printerr("Not all elements could be created.\n");
            return -1;
        }
    
        // ------------- Set properties -----------
        // Video Src
        g_object_set(G_OBJECT(v4l2src), "device", "/dev/video2", NULL);
    
        // Initial stream filter (Not necessary if there is only one stream type available!)
        caps1 = gst_caps_new_simple("video/x-raw", "width", G_TYPE_INT, 1920, "heigt", G_TYPE_INT, 1080, NULL);
        g_object_set(filter1, "caps", caps1, NULL);
        gst_caps_unref(caps1);
    
        // Required for frame adjustment
        // caps2 = gst_caps_new_simple("video/x-raw", "framerate", GST_TYPE_FRACTION, 15, 1, NULL);
        // g_object_set(filter2, "caps", caps2, NULL);
        // gst_caps_unref(caps2);
    
        // 3. Caps filter for tiovxdl YUY2->NV12
        caps3 = gst_caps_new_simple("video/x-raw", "format", G_TYPE_STRING, "NV12", NULL);
        g_object_set(filter3, "caps", caps3, NULL);
        gst_caps_unref(caps3);
    
        // TIOVXLDC Element Property Set
        g_object_set(G_OBJECT(tiovxldc), "dcc-file", "/home/root/TDA4VM_mesh_ldc_dcc.bin", "sensor-name", "SENSOR_SONY_IMX390_UB953_D3", NULL);
        // TIOVXMULTISCALER Element Property Set
        g_object_set(G_OBJECT(tiovxmultiscaler), "target", 0, "interpolation-method", 16385, NULL);
        
        // Pad Template of Request Pad src_%u of tiovxmultiscaler
        GstPadTemplate *pad_template = gst_element_class_get_pad_template(GST_ELEMENT_GET_CLASS(tiovxmultiscaler), "src_%u");
        if (!pad_template){
            g_print("No Pad Template from src");
        }
        // Pad request wrt its template
        GstPad *requested_pad = gst_element_request_pad(tiovxmultiscaler, pad_template, NULL, NULL);
        if (requested_pad) {
            g_print("Requested pad %s\n", gst_pad_get_name(requested_pad));
    
            // Set properties on the requested pad (To be made parametric)
            g_object_set(requested_pad,
                         "roi-startx", 320,
                         "roi-starty", 280,
                         "roi-width", 1280,
                         "roi-height", 480,
                         NULL);
            // Sink Pad of succeding element to be linked with request src_%u pad of tiovxmultiscaler
            GstPad *sink_pad = gst_element_get_static_pad(filter4, "sink");
            if (gst_pad_link(requested_pad, sink_pad) != GST_PAD_LINK_OK) {
                g_printerr("Failed to link requested pad to sink pad\n");
                gst_object_unref(sink_pad);
                gst_object_unref(pipeline);
                return -1;
            }
        } else {
            g_printerr("Failed to request pad\n");
            gst_object_unref(pipeline);
            return -1;
        }
    
        // Set caps for videoconvert
        caps4 = gst_caps_new_simple("video/x-raw",
                                   "format", G_TYPE_STRING, "NV12",
                                   "width", G_TYPE_INT, 1024,
                                   "height", G_TYPE_INT, 384,
                                   NULL);
        g_object_set(filter4, "caps", caps4, NULL);
        gst_caps_unref(caps4);
    
        // Video flip (method: 4 -> horizontal-flip)
        g_object_set(flip, "method", 4, NULL);  // Horizontal flip
    
        //----- Build the pipeline--------
        gst_bin_add_many(GST_BIN(pipeline), v4l2src, filter1, tiovxdlcolorconvert, filter3, tiovxldc, tiovxmultiscaler, filter4, videoconvert, flip, waylandsink, NULL);
        if (!gst_element_link_many(v4l2src, filter1, tiovxdlcolorconvert, filter3, tiovxldc, tiovxmultiscaler, filter4, videoconvert, flip, waylandsink, NULL)) {
            g_printerr("Elements could not be linked.\n");
            gst_object_unref(pipeline);
            return -1;
        }
    
        // Start playing the pipeline
        gst_element_set_state(pipeline, GST_STATE_PLAYING);
    
    
        // Wait until error or EOS
        GstBus *bus = gst_element_get_bus(pipeline);
        GstMessage *msg = gst_bus_timed_pop_filtered(bus, GST_CLOCK_TIME_NONE, (GstMessageType)(GST_MESSAGE_ERROR | GST_MESSAGE_EOS));
        gst_object_unref(bus);
    
        // Free resources
        if (msg != NULL)
            gst_message_unref(msg);
        gst_element_set_state(pipeline, GST_STATE_NULL);
        gst_object_unref(pipeline);
        return 0;
    }
    

  • Hi Berke,

    Are you using your own IMX390 sensor driver? Could you share the steps you followed to get the ldc binary you are using?

    Thank you,

    Fabiana

  • Hi Fabiana,

    Are you using your own IMX390 sensor driver?

    • If you are referring the ldc binary, yes. 

    Could you share the steps you followed to get the ldc binary you are using?

    Did you have chance to take a glance at the c code whether everything is properly set and unreferenced?

    Thanks, 

    Berke

  • Hi Berke,

    Due to a holiday, please expect a delay in my response.

    Thank you,

    Fabiana

  • Hi Berke,

    If you are using IMX390 with built-in ISP, you will need to make driver changes. Please see the following thread discussing this in detail: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1233573/sk-am62a-lp-debug-about-csi2rx

    As far as your initial query goes, I can help you debug with test GStreamer pipelines but aiding in application development is not something we support. I have looped in our looped in our tuning LDC expert for comment on the LDC error.

    VX_ZONE_ERROR:[ownGraphNodeKernelInit:608] kernel init for node 0, kernel com.ti.hwa.vpac_ldc ... failed !!!

    Thank you,

    Fabiana

  • Hi Fabiana,

    it seems when I use the command-line  gstreamer application, I don't face with this issue.

    It looks like there is no issue in LDC tuning since no failure is observed with command line gstreamer application.

    when I use the corresponding  c code which does pretty much the same thing with the command-line args in the same order, after 8 or 9 runs we got the shared error log.

    This seems suggesting that the gstreamer pipeline in c code missed something in LDC de-initialization or clean-up.

    You may check with a gstreamer expert.

  • Hi Fabiana and Gang,

    The thing is when we use the same c code, in j784s4 board, we don't face with this issue at all. That is why we actually think the problem might be related to TDA4VM SK board. Is there a way to monitor the status of HWA, to see when and why it fails? 

  • Hi Berke,

    Yes, the perf-stats tool gets you the CPU, DDR and HWA loading statistics. More details outlined here: https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-sk-tda4vm/09_02_00/exports/edgeai-docs/common/measure_perf.html#perf-stats-tool

    Please let me know if you run into any issues with using this tool.

    Thank you,

    Fabiana

  • Hi Fabiana,

    I already used this tool actually, to see the performance but what I meant was something that shows the availability of the HWA.

    For instance, if the hwa can not be used because of an error or fail, an indication like HWA is not available for the moment kind of thing.

    Do you have any other suggestions to solve this issue, or how should we proceed on that? Since we don't observe the issue on J784s4, it is a bit confusing for us.

  • Hi Berke,

    Please allow me some time to discuss this with my team. I have shared this issue with our VPAC expert and am waiting to hear back.

    Thank you for your patience.

    - Fabiana

  • Hi Berke,

    It appears that LDC create is failing, so there could be some incorrect parameters. Could you share some logs from mcu2_0?

    Thank you,

    Fabiana

  • Hi Fabiana,

    Do you mean a log from perf-stats? If not, could you please briefly explain how to take a log for mcu2_0?

    Thank you,

    Berke

  • Hi Berke,

    Run run_app_load_test located in /opt/vision_apps directory in parallel with your application.

    Thank you,

    Fabiana

  • Hi Fabiana,

    Please see the attached logs, in the first one I tried to run/stop the application several times until I get the same error in TDA4VM-SK where as in the second one I didn't interrupt the application at all. I hope that works.

    Thanks, 

    Berke

    root@tda4vm-sk:/opt/vision_apps# ./run_app_load_test.sh 
    !Starting App Load Test!
    APP: Init ... !!!
    MEM: Init ... !!!
    MEM: Initialized DMA HEAP (fd=5) !!!
    MEM: Init ... Done !!!
    IPC: Init ... !!!
    IPC: Init ... Done !!!
    REMOTE_SERVICE: Init ... !!!
    REMOTE_SERVICE: Init ... Done !!!
       363.238910 s: GTC Frequency = 200 MHz
    APP: Init ... Done !!!
    core is 2 The load is 0 percent time is 5 seconds
       363.239153 s: REMOTE_SERVICE_TEST: Started load test for CPU c7x_1 load is 0 !!!
    CPU:  c7x_1: TOTAL LOAD =   0. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU:  c7x_1: TOTAL LOAD =   0. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU:  c7x_1: TOTAL LOAD =   0. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
       369.242555 s: REMOTE_SERVICE_TEST: Stopped load test for CPU c7x_1 !!!
    APP: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... Done !!!
    IPC: Deinit ... !!!
    IPC: DeInit ... Done !!!
    MEM: Deinit ... !!!
    DDR_SHARED_MEM: Alloc's: 0 alloc's of 0 bytes 
    DDR_SHARED_MEM: Free's : 0 free's  of 0 bytes 
    DDR_SHARED_MEM: Open's : 0 allocs  of 0 bytes 
    MEM: Deinit ... Done !!!
    APP: Deinit ... Done !!!
    APP IPC TIOVX: Done !!!
    !10 Second Cooldown!
    APP: Init ... !!!
    MEM: Init ... !!!
    MEM: Initialized DMA HEAP (fd=5) !!!
    MEM: Init ... Done !!!
    IPC: Init ... !!!
    IPC: Init ... Done !!!
    REMOTE_SERVICE: Init ... !!!
    REMOTE_SERVICE: Init ... Done !!!
       379.355031 s: GTC Frequency = 200 MHz
    APP: Init ... Done !!!
    core is 2 The load is 50 percent time is 5 seconds
       379.355285 s: REMOTE_SERVICE_TEST: Started load test for CPU c7x_1 load is 50 !!!
    CPU:  c7x_1: TOTAL LOAD =  47. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU:  c7x_1: TOTAL LOAD =  49. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU:  c7x_1: TOTAL LOAD =  49. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
       385.357560 s: REMOTE_SERVICE_TEST: Stopped load test for CPU c7x_1 !!!
    APP: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... Done !!!
    IPC: Deinit ... !!!
    IPC: DeInit ... Done !!!
    MEM: Deinit ... !!!
    DDR_SHARED_MEM: Alloc's: 0 alloc's of 0 bytes 
    DDR_SHARED_MEM: Free's : 0 free's  of 0 bytes 
    DDR_SHARED_MEM: Open's : 0 allocs  of 0 bytes 
    MEM: Deinit ... Done !!!
    APP: Deinit ... Done !!!
    APP IPC TIOVX: Done !!!
    !10 Second Cooldown!
    APP: Init ... !!!
    MEM: Init ... !!!
    MEM: Initialized DMA HEAP (fd=5) !!!
    MEM: Init ... Done !!!
    IPC: Init ... !!!
    IPC: Init ... Done !!!
    REMOTE_SERVICE: Init ... !!!
    REMOTE_SERVICE: Init ... Done !!!
       395.483888 s: GTC Frequency = 200 MHz
    APP: Init ... Done !!!
    core is 2 The load is 100 percent time is 5 seconds
       395.484874 s: REMOTE_SERVICE_TEST: Started load test for CPU c7x_1 load is 100 !!!
    CPU:  c7x_1: TOTAL LOAD =  95. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU:  c7x_1: TOTAL LOAD =  92. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU:  c7x_1: TOTAL LOAD =  91. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
       401.489570 s: REMOTE_SERVICE_TEST: Stopped load test for CPU c7x_1 !!!
    APP: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... Done !!!
    IPC: Deinit ... !!!
    IPC: DeInit ... Done !!!
    MEM: Deinit ... !!!
    DDR_SHARED_MEM: Alloc's: 0 alloc's of 0 bytes 
    DDR_SHARED_MEM: Free's : 0 free's  of 0 bytes 
    DDR_SHARED_MEM: Open's : 0 allocs  of 0 bytes 
    MEM: Deinit ... Done !!!
    APP: Deinit ... Done !!!
    APP IPC TIOVX: Done !!!
    !10 Second Cooldown!
    APP: Init ... !!!
    MEM: Init ... !!!
    MEM: Initialized DMA HEAP (fd=5) !!!
    MEM: Init ... Done !!!
    IPC: Init ... !!!
    IPC: Init ... Done !!!
    REMOTE_SERVICE: Init ... !!!
    REMOTE_SERVICE: Init ... Done !!!
       411.699666 s: GTC Frequency = 200 MHz
    APP: Init ... Done !!!
    core is 4 The load is 0 percent time is 5 seconds
       411.699731 s: REMOTE_SERVICE_TEST: Started load test for CPU mcu2_0 load is 0 !!!
       411.699862 s: REMOTE_SERVICE_TEST: Started load test for CPU mcu2_1 load is 0 !!!
    CPU: mcu2_0: TOTAL LOAD =   4. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_1: TOTAL LOAD =   3. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_0: TOTAL LOAD =   4. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_1: TOTAL LOAD =   3. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_0: TOTAL LOAD =   4. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_1: TOTAL LOAD =   3. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
       417.703373 s: REMOTE_SERVICE_TEST: Stopped load test for CPU mcu2_0 !!!
       417.703553 s: REMOTE_SERVICE_TEST: Stopped load test for CPU mcu2_1 !!!
    APP: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... Done !!!
    IPC: Deinit ... !!!
    IPC: DeInit ... Done !!!
    MEM: Deinit ... !!!
    DDR_SHARED_MEM: Alloc's: 0 alloc's of 0 bytes 
    DDR_SHARED_MEM: Free's : 0 free's  of 0 bytes 
    DDR_SHARED_MEM: Open's : 0 allocs  of 0 bytes 
    MEM: Deinit ... Done !!!
    APP: Deinit ... Done !!!
    APP IPC TIOVX: Done !!!
    !10 Second Cooldown!
    APP: Init ... !!!
    MEM: Init ... !!!
    MEM: Initialized DMA HEAP (fd=5) !!!
    MEM: Init ... Done !!!
    IPC: Init ... !!!
    IPC: Init ... Done !!!
    REMOTE_SERVICE: Init ... !!!
    REMOTE_SERVICE: Init ... Done !!!
       427.894062 s: GTC Frequency = 200 MHz
    APP: Init ... Done !!!
    core is 4 The load is 50 percent time is 5 seconds
       427.894130 s: REMOTE_SERVICE_TEST: Started load test for CPU mcu2_0 load is 50 !!!
       427.894777 s: REMOTE_SERVICE_TEST: Started load test for CPU mcu2_1 load is 50 !!!
    CPU: mcu2_0: TOTAL LOAD =  11. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_1: TOTAL LOAD =   9. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_0: TOTAL LOAD =  17. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_1: TOTAL LOAD =  15. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_0: TOTAL LOAD =  21. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_1: TOTAL LOAD =  19. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
       433.906398 s: REMOTE_SERVICE_TEST: Stopped load test for CPU mcu2_0 !!!
       433.907515 s: REMOTE_SERVICE_TEST: Stopped load test for CPU mcu2_1 !!!
    APP: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... Done !!!
    IPC: Deinit ... !!!
    IPC: DeInit ... Done !!!
    MEM: Deinit ... !!!
    DDR_SHARED_MEM: Alloc's: 0 alloc's of 0 bytes 
    DDR_SHARED_MEM: Free's : 0 free's  of 0 bytes 
    DDR_SHARED_MEM: Open's : 0 allocs  of 0 bytes 
    MEM: Deinit ... Done !!!
    APP: Deinit ... Done !!!
    APP IPC TIOVX: Done !!!
    !10 Second Cooldown!
    APP: Init ... !!!
    MEM: Init ... !!!
    MEM: Initialized DMA HEAP (fd=5) !!!
    MEM: Init ... Done !!!
    IPC: Init ... !!!
    IPC: Init ... Done !!!
    REMOTE_SERVICE: Init ... !!!
    REMOTE_SERVICE: Init ... Done !!!
       444.012606 s: GTC Frequency = 200 MHz
    APP: Init ... Done !!!
    core is 4 The load is 100 percent time is 5 seconds
       444.012864 s: REMOTE_SERVICE_TEST: Started load test for CPU mcu2_0 load is 100 !!!
       444.013076 s: REMOTE_SERVICE_TEST: Started load test for CPU mcu2_1 load is 100 !!!
    CPU: mcu2_0: TOTAL LOAD =  19. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_1: TOTAL LOAD =  17. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_0: TOTAL LOAD =  30. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_1: TOTAL LOAD =  29. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_0: TOTAL LOAD =  39. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_1: TOTAL LOAD =  37. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
       450.019351 s: REMOTE_SERVICE_TEST: Stopped load test for CPU mcu2_0 !!!
       450.019516 s: REMOTE_SERVICE_TEST: Stopped load test for CPU mcu2_1 !!!
    APP: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... Done !!!
    IPC: Deinit ... !!!
    IPC: DeInit ... Done !!!
    MEM: Deinit ... !!!
    DDR_SHARED_MEM: Alloc's: 0 alloc's of 0 bytes 
    DDR_SHARED_MEM: Free's : 0 free's  of 0 bytes 
    DDR_SHARED_MEM: Open's : 0 allocs  of 0 bytes 
    MEM: Deinit ... Done !!!
    APP: Deinit ... Done !!!
    APP IPC TIOVX: Done !!!
    !10 Second Cooldown!
    APP: Init ... !!!
    MEM: Init ... !!!
    MEM: Initialized DMA HEAP (fd=5) !!!
    MEM: Init ... Done !!!
    IPC: Init ... !!!
    IPC: Init ... Done !!!
    REMOTE_SERVICE: Init ... !!!
    REMOTE_SERVICE: Init ... Done !!!
       460.127376 s: GTC Frequency = 200 MHz
    APP: Init ... Done !!!
    core is 5 The load is 0 percent time is 5 seconds
       460.127490 s: REMOTE_SERVICE_TEST: Started load test for CPU c6x_1 load is 0 !!!
       460.127588 s: REMOTE_SERVICE_TEST: Started load test for CPU c6x_2 load is 0 !!!
    CPU:  c6x_1: TOTAL LOAD =   1. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU:  c6x_2: TOTAL LOAD =   1. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU:  c6x_1: TOTAL LOAD =   1. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU:  c6x_2: TOTAL LOAD =   1. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU:  c6x_1: TOTAL LOAD =   1. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU:  c6x_2: TOTAL LOAD =   1. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
       466.129670 s: REMOTE_SERVICE_TEST: Stopped load test for CPU c6x_1 !!!
       466.129769 s: REMOTE_SERVICE_TEST: Stopped load test for CPU c6x_2 !!!
    APP: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... Done !!!
    IPC: Deinit ... !!!
    IPC: DeInit ... Done !!!
    MEM: Deinit ... !!!
    DDR_SHARED_MEM: Alloc's: 0 alloc's of 0 bytes 
    DDR_SHARED_MEM: Free's : 0 free's  of 0 bytes 
    DDR_SHARED_MEM: Open's : 0 allocs  of 0 bytes 
    MEM: Deinit ... Done !!!
    APP: Deinit ... Done !!!
    APP IPC TIOVX: Done !!!
    !10 Second Cooldown!
    APP: Init ... !!!
    MEM: Init ... !!!
    MEM: Initialized DMA HEAP (fd=5) !!!
    MEM: Init ... Done !!!
    IPC: Init ... !!!
    IPC: Init ... Done !!!
    REMOTE_SERVICE: Init ... !!!
    REMOTE_SERVICE: Init ... Done !!!
       476.240803 s: GTC Frequency = 200 MHz
    APP: Init ... Done !!!
    core is 5 The load is 50 percent time is 5 seconds
       476.241144 s: REMOTE_SERVICE_TEST: Started load test for CPU c6x_1 load is 50 !!!
       476.241278 s: REMOTE_SERVICE_TEST: Started load test for CPU c6x_2 load is 50 !!!
    CPU:  c6x_1: TOTAL LOAD =  51. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU:  c6x_2: TOTAL LOAD =  51. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU:  c6x_1: TOTAL LOAD =  52. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU:  c6x_2: TOTAL LOAD =  52. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU:  c6x_1: TOTAL LOAD =  52. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU:  c6x_2: TOTAL LOAD =  52. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
       482.243698 s: REMOTE_SERVICE_TEST: Stopped load test for CPU c6x_1 !!!
       482.244770 s: REMOTE_SERVICE_TEST: Stopped load test for CPU c6x_2 !!!
    APP: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... Done !!!
    IPC: Deinit ... !!!
    IPC: DeInit ... Done !!!
    MEM: Deinit ... !!!
    DDR_SHARED_MEM: Alloc's: 0 alloc's of 0 bytes 
    DDR_SHARED_MEM: Free's : 0 free's  of 0 bytes 
    DDR_SHARED_MEM: Open's : 0 allocs  of 0 bytes 
    MEM: Deinit ... Done !!!
    APP: Deinit ... Done !!!
    APP IPC TIOVX: Done !!!
    !10 Second Cooldown!
    root@tda4vm-sk:/opt/vision_apps# ./run_app_load_test.sh 
    !Starting App Load Test!
    APP: Init ... !!!
    MEM: Init ... !!!
    MEM: Initialized DMA HEAP (fd=5) !!!
    MEM: Init ... Done !!!
    IPC: Init ... !!!
    IPC: Init ... Done !!!
    REMOTE_SERVICE: Init ... !!!
    REMOTE_SERVICE: Init ... Done !!!
       198.302585 s: GTC Frequency = 200 MHz
    APP: Init ... Done !!!
    core is 2 The load is 0 percent time is 5 seconds
       198.302851 s: REMOTE_SERVICE_TEST: Started load test for CPU c7x_1 load is 0 !!!
    CPU:  c7x_1: TOTAL LOAD =   0. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU:  c7x_1: TOTAL LOAD =   0. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU:  c7x_1: TOTAL LOAD =   0. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
       204.304583 s: REMOTE_SERVICE_TEST: Stopped load test for CPU c7x_1 !!!
    APP: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... Done !!!
    IPC: Deinit ... !!!
    IPC: DeInit ... Done !!!
    MEM: Deinit ... !!!
    DDR_SHARED_MEM: Alloc's: 0 alloc's of 0 bytes 
    DDR_SHARED_MEM: Free's : 0 free's  of 0 bytes 
    DDR_SHARED_MEM: Open's : 0 allocs  of 0 bytes 
    MEM: Deinit ... Done !!!
    APP: Deinit ... Done !!!
    APP IPC TIOVX: Done !!!
    !10 Second Cooldown!
    APP: Init ... !!!
    MEM: Init ... !!!
    MEM: Initialized DMA HEAP (fd=5) !!!
    MEM: Init ... Done !!!
    IPC: Init ... !!!
    IPC: Init ... Done !!!
    REMOTE_SERVICE: Init ... !!!
    REMOTE_SERVICE: Init ... Done !!!
       214.540705 s: GTC Frequency = 200 MHz
    APP: Init ... Done !!!
    core is 2 The load is 50 percent time is 5 seconds
       214.541073 s: REMOTE_SERVICE_TEST: Started load test for CPU c7x_1 load is 50 !!!
    CPU:  c7x_1: TOTAL LOAD =  47. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU:  c7x_1: TOTAL LOAD =  49. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU:  c7x_1: TOTAL LOAD =  49. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
       220.543585 s: REMOTE_SERVICE_TEST: Stopped load test for CPU c7x_1 !!!
    APP: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... Done !!!
    IPC: Deinit ... !!!
    IPC: DeInit ... Done !!!
    MEM: Deinit ... !!!
    DDR_SHARED_MEM: Alloc's: 0 alloc's of 0 bytes 
    DDR_SHARED_MEM: Free's : 0 free's  of 0 bytes 
    DDR_SHARED_MEM: Open's : 0 allocs  of 0 bytes 
    MEM: Deinit ... Done !!!
    APP: Deinit ... Done !!!
    APP IPC TIOVX: Done !!!
    !10 Second Cooldown!
    APP: Init ... !!!
    MEM: Init ... !!!
    MEM: Initialized DMA HEAP (fd=5) !!!
    MEM: Init ... Done !!!
    IPC: Init ... !!!
    IPC: Init ... Done !!!
    REMOTE_SERVICE: Init ... !!!
    REMOTE_SERVICE: Init ... Done !!!
       230.752968 s: GTC Frequency = 200 MHz
    APP: Init ... Done !!!
    core is 2 The load is 100 percent time is 5 seconds
       230.753049 s: REMOTE_SERVICE_TEST: Started load test for CPU c7x_1 load is 100 !!!
    CPU:  c7x_1: TOTAL LOAD =  86. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU:  c7x_1: TOTAL LOAD =  87. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU:  c7x_1: TOTAL LOAD =  88. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
       236.755751 s: REMOTE_SERVICE_TEST: Stopped load test for CPU c7x_1 !!!
    APP: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... Done !!!
    IPC: Deinit ... !!!
    IPC: DeInit ... Done !!!
    MEM: Deinit ... !!!
    DDR_SHARED_MEM: Alloc's: 0 alloc's of 0 bytes 
    DDR_SHARED_MEM: Free's : 0 free's  of 0 bytes 
    DDR_SHARED_MEM: Open's : 0 allocs  of 0 bytes 
    MEM: Deinit ... Done !!!
    APP: Deinit ... Done !!!
    APP IPC TIOVX: Done !!!
    !10 Second Cooldown!
    APP: Init ... !!!
    MEM: Init ... !!!
    MEM: Initialized DMA HEAP (fd=5) !!!
    MEM: Init ... Done !!!
    IPC: Init ... !!!
    IPC: Init ... Done !!!
    REMOTE_SERVICE: Init ... !!!
    REMOTE_SERVICE: Init ... Done !!!
       246.895012 s: GTC Frequency = 200 MHz
    APP: Init ... Done !!!
    core is 4 The load is 0 percent time is 5 seconds
       246.895071 s: REMOTE_SERVICE_TEST: Started load test for CPU mcu2_0 load is 0 !!!
       246.895287 s: REMOTE_SERVICE_TEST: Started load test for CPU mcu2_1 load is 0 !!!
    CPU: mcu2_0: TOTAL LOAD =   5. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_1: TOTAL LOAD =   5. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_0: TOTAL LOAD =   5. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_1: TOTAL LOAD =   5. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_0: TOTAL LOAD =   5. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_1: TOTAL LOAD =   5. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
       252.898490 s: REMOTE_SERVICE_TEST: Stopped load test for CPU mcu2_0 !!!
       252.899358 s: REMOTE_SERVICE_TEST: Stopped load test for CPU mcu2_1 !!!
    APP: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... Done !!!
    IPC: Deinit ... !!!
    IPC: DeInit ... Done !!!
    MEM: Deinit ... !!!
    DDR_SHARED_MEM: Alloc's: 0 alloc's of 0 bytes 
    DDR_SHARED_MEM: Free's : 0 free's  of 0 bytes 
    DDR_SHARED_MEM: Open's : 0 allocs  of 0 bytes 
    MEM: Deinit ... Done !!!
    APP: Deinit ... Done !!!
    APP IPC TIOVX: Done !!!
    !10 Second Cooldown!
    APP: Init ... !!!
    MEM: Init ... !!!
    MEM: Initialized DMA HEAP (fd=5) !!!
    MEM: Init ... Done !!!
    IPC: Init ... !!!
    IPC: Init ... Done !!!
    REMOTE_SERVICE: Init ... !!!
    REMOTE_SERVICE: Init ... Done !!!
       263.102023 s: GTC Frequency = 200 MHz
    APP: Init ... Done !!!
    core is 4 The load is 50 percent time is 5 seconds
       263.103279 s: REMOTE_SERVICE_TEST: Started load test for CPU mcu2_0 load is 50 !!!
       263.103610 s: REMOTE_SERVICE_TEST: Started load test for CPU mcu2_1 load is 50 !!!
    CPU: mcu2_0: TOTAL LOAD =  12. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_1: TOTAL LOAD =   9. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_0: TOTAL LOAD =  18. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_1: TOTAL LOAD =  15. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_0: TOTAL LOAD =  23. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_1: TOTAL LOAD =  19. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
       269.108439 s: REMOTE_SERVICE_TEST: Stopped load test for CPU mcu2_0 !!!
       269.109363 s: REMOTE_SERVICE_TEST: Stopped load test for CPU mcu2_1 !!!
    APP: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... Done !!!
    IPC: Deinit ... !!!
    IPC: DeInit ... Done !!!
    MEM: Deinit ... !!!
    DDR_SHARED_MEM: Alloc's: 0 alloc's of 0 bytes 
    DDR_SHARED_MEM: Free's : 0 free's  of 0 bytes 
    DDR_SHARED_MEM: Open's : 0 allocs  of 0 bytes 
    MEM: Deinit ... Done !!!
    APP: Deinit ... Done !!!
    APP IPC TIOVX: Done !!!
    !10 Second Cooldown!
    APP: Init ... !!!
    MEM: Init ... !!!
    MEM: Initialized DMA HEAP (fd=5) !!!
    MEM: Init ... Done !!!
    IPC: Init ... !!!
    IPC: Init ... Done !!!
    REMOTE_SERVICE: Init ... !!!
    REMOTE_SERVICE: Init ... Done !!!
       279.303042 s: GTC Frequency = 200 MHz
    APP: Init ... Done !!!
    core is 4 The load is 100 percent time is 5 seconds
       279.307015 s: REMOTE_SERVICE_TEST: Started load test for CPU mcu2_0 load is 100 !!!
       279.307330 s: REMOTE_SERVICE_TEST: Started load test for CPU mcu2_1 load is 100 !!!
    CPU: mcu2_0: TOTAL LOAD =  17. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_1: TOTAL LOAD =  17. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_0: TOTAL LOAD =  27. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_1: TOTAL LOAD =  28. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_0: TOTAL LOAD =  34. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
    CPU: mcu2_1: TOTAL LOAD =  37. 0 % ( HWI =   0. 0 %, SWI =   0. 0 % )
       285.316447 s: REMOTE_SERVICE_TEST: Stopped load test for CPU mcu2_0 !!!
       285.318411 s: REMOTE_SERVICE_TEST: Stopped load test for CPU mcu2_1 !!!
    APP: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... !!!
    REMOTE_SERVICE: Deinit ... Done !!!
    IPC: Deinit ... !!!
    IPC: DeInit ... Done !!!
    MEM: Deinit ... !!!
    DDR_SHARED_MEM: Alloc's: 0 alloc's of 0 bytes 
    DDR_SHARED_MEM: Free's : 0 free's  of 0 bytes 
    DDR_SHARED_MEM: Open's : 0 allocs  of 0 bytes 
    MEM: Deinit ... Done !!!
    APP: Deinit ... Done !!!
    APP IPC TIOVX: Done !!!
    !10 Second Cooldown!
    

  • Hi Berke,

    Thank you for the data. Could you also share the logs from running the vision apps init script located in the same directory?

    Thanks,

    Fabiana