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.
Tool/software: Code Composer Studio
Hi.
I have installed Code Composer Studio, Processor SDK and Processor SDK RTOS.
I was able to compile a sample with SDK RTOS but I am not able to compile with processor SDK.
Basically I want to use V4L2 api in order to use the camera.
What I need to do in order to compile apps with the SDK and then run on the EVM ?
Best regards,
Efrain
Hi Eric,
SDK RTOS version is 05_00_00_15.
CCS version is 8.1.0.00011
I entered to this EVM using minicom terminal and created a symnlink to the camera (/dev/video0). This made work the camera example on the EVM.
I know that creating an application using video4linux library. will work on the EVM. I am compiling using the terminal and firstly running environement_setup script.
The thing is I need to debug this app directly on the EVM with CCS. But I am not able to set up all libraries and compiler with CCS.
Best regards,
Efrain