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