Part Number: TDA2EVM5777
Tool/software: Linux
Hello,
We have an "ASSY 516620 - VAYU VISION APPLICATION BOARD".
Our goal is to build a Linux image that has tidl examples.
In order to build the Linux system - we used the instructions as described in VisionSDK_Linux_DevelopmentGuide.pdf.
The VisionSDK version is 03_06_00_00.
No problems with the Linux image that we built and is up and running.
But, we want to run the tidl examples described here: http://software-dl.ti.com/processor-sdk-linux/esd/docs/latest/linux/Foundational_Components_TIDL.html
The link above is related to Processor SDK 06_00_00_07, and it seems that our board is not in the support list:
- AM5749 (2xEVEs + 2xC66x DSPs)
- AM5746 (2xC66x DSPs)
- AM572x (2xC66x DSPs)
- AM571x (1xC66x DSP)
- AM5706 (1xC66x DSP)
- AM5708 (1xC66x DSP)
The examples we want to run are:
- Imagenet classification
- Segmentation
- SSD_Multibox
- Classifications with Class filterning
- Unit Tests
But, they are not part of the image that we created using VisionSDK version is 03_06_00_00.
Instead, vision_sdk_load.sh and apps.out were provided - but no tidl.
Question:
- Should we use the TI SDK instead of VisionSDK, and repeat the whole buildup process, though the device is not listed? In that case - we need to know which flags and environment variables should be used
-
If not, what should we do in order to import and build theses examples, or the their equivalent on our EVM
Thank you