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.

How to get ethernet logs from radar sdk ?

Hi TI team,

I wanted to know how to get ethernet logs from radar sdk ?  I wanted to know what are the modules involved in this process ? 

Is there any folder structure included in Radar sdk package shared by TI ?

with Best Regards,

Hari.

  • Hi, Hari,

    I have forwarded your question to an expert.

    Regards,
    Mariya
  • Hi Hari,

    The Processor SDK Radar Directory Structure is highlighted in the Section 1.2 of the PROCESSOR_SDK_RADAR\vision_sdk\docs\Radar\ProcessorSDKRadar_UserGuide.pdf

    For Ethernet logs, it would be great if you could help us understand what are the kind of logs you would want to be generating from TDA?

    The components required for this is ti_components/networking. This has been included in the Processor SDK Radar 2.11 package.

    Networking on a given CPU core can be enabled by configuring the vision_sdk/configs/<your config name>/cfg.mk

    # Supported values: ipu1_0 ipu1_1 a15_0 none
    NDK_PROC_TO_USE=ipu1_1

    Having said this, we are enabling official support the following networking features in the future Processor SDK Radar 2.12 release :

    o Enabled networking tools in build
    o Enabled Tda3xx QSPI flashing via network
    o Added ability to redirect printf and getchar over network

    We can work together, if you face issues enabling network in the Processor SDK Radar 2.11 package.

    Thanks and Regards,
    Piyali