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 ?