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 start with simple example.

Part Number: TDA2HV
Other Parts Discussed in Thread: SYSBIOS

Hello!

CCS: 9.3
SDK: PROCESSOR_SDK_VISION_03_08_00_00
Device: TDA2HV

I followed the steps for the VisionSDK_UserGuide_TDA2xx document. The gmake -s -j8 depend command completed successfully, the gmake -s -j8 command completed with errors

Archiving tda2xx-evm: ipu1_0: release: video_sensor_libs
Invoking configuro ...
No mapping was made between usernames and security identifiers.
gmake [6]: *** [xdc_configuro] Error 1332
gmake [5]: *** [apps_eve1] Error 2
gmake [4]: ​​*** [apps] Error 2
gmake [3]: *** [apps] Error 2
gmake [2]: *** [apps_exe] Error 2
gmake [1]: *** [apps] Error 2
gmake: *** [vision_sdk] Error 2

Q1: Should gmake -s -j8 run for more than 5 minutes? Are the errors received critical?

Q2: What are the next steps to get started with TDA2HV. For example, how to create a program on C66xx core using SYSBIOS with Idle loop, Clock and Task? Place the counters and look in the CCS with debugging tools how its counts.

Is there a guide somewhere with step-by-step instructions on how to develop your app with the provided drivers?

George

  • Q1: Build will take more than 30 min for a clean build. You shouldn't see any error message. You have to look closely at the full build log to find exactly what cause the build error.

    Q2: Please take a look at ~/vision_sdk/docs/Index.htm. You can find the link to Vision SDK Development guide and also various training materials to get you started. PDK developer guide has more low-level driver examples you can follow.