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.

TDA2HV: How to build Ti-DL with PSDK on Linux ?

Part Number: TDA2HV
Other Parts Discussed in Thread: TDA2

Hi, I found Ti-DL source code in Ti-DL . and I am using PROCESSOR_SDK_LINUX for TDA2. I unzipped the PSDK package and its has following arch:

cd PROCESSOR_SDK_VISION_03_07_00_00/

ls

Index.html  Processor_SDK_Vision_manifest.html  ti_components  uninstall  uninstall.dat  vision_sdk  VisionSDK_Getting_Started_Guide.pdf

When I want to build Ti-DL code on my Linux, it tell me (in tidl-api/0makefile) : 

# makefile for building from the tidl-api git repo
# Cross-compilation requires TARGET_ROOTDIR to be set.
# E.g.
# PSDK_LINUX=<path to Processor Linux SDK install>
# TARGET_ROOTDIR=$PSDK_LINUX/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi

My questions are : 

1. what is PSDK , isn't my PROCESSOR_SDK_VISION_03_07_00_00 folder? 

2. how to get one "PSDK"

3. if Ti-DL is in PSDK source code , how can I build it ? 

  • Hi @

    TIDL is included as part of VisionSDK, please check the document "PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/docs/FeatureSpecificUserGuides/VisionSDK_UserGuide_TI_DeepLearning.pdf".

    The library itself is located in folder "PROCESSOR_SDK_VISION_03_07_00_00/ti_components/algorithms/REL.TIDL.01.01.03.00".

    You may need first to look at "PROCESSOR_SDK_VISION_03_07_00_00/vision_sdk/docs/UserGuides/VisionSDK_UserGuide_TDA2xx.pdf" first to get familiar how to set up and build the SDK.

    Regards,

    Yordan