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.

Compiler/TDA2EX17EVM: yuv video driver and display

Part Number: TDA2EX17EVM


Tool/software: TI C/C++ Compiler

Hi,

I have a tda2ex17 development board, I use the vsdk308 development kit, and the compiler choice is MAKECONFIG=tda2ex_17x17_evm_linux_all, the system has been started. The sd card is used to start.

I am not particularly familiar with the vsdk architecture. Currently we refer to the products designed by the tda2ex17 board,Regarding the video input and output changes, the approximate changes are as follows

1、About the video input section

The front end of the camera uses a 913 serializer, and the data stream is in yuv format,Linked to it on the cpu board is ti's 914 deserializer.

2、Video output section

Output via DS90UB921.

I have the following question:

I want to add yuv camera driver and display output driver, I should look at that part, this seems to be different from the driver under pure linux system.

Thanks!