I want to debug pdk driver, like fvid2/osal module, and how to compile pdk library in vision sdk build directory ?
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.
Hi Vance,
PDK is rebuild when "gmake -s -j depend" is run in PROCESSOR_SDK_VISION_03_xx_xx_xx\vision_sdk\build directory.
Regards,
Yordan
HI , Yordan Kamenov
But i cannot see any information when I put a trace message into function Fvid2_registerDriver in fvid2_drvMgr.c, like bellow
GT_0trace(FdmTrace, GT_ERR, " vance Fvid2_registerDriver\r\n"), Why?
I want to debug CAL driver in pdk to test sensor in my custom board associate with TDA2EX17.-EVM, so I want to get more debug information in UART.
Thanks.
Hi,
You need to look at value of FdmTrace to see what all traces have been enabled.
VPS examples print on UART as well as CIO console.
You can refer to PROCESSOR_SDK_VISION_03_07_00_00\ti_components\drivers\pdk_01_10_03_07\packages\ti\drv\vps\examples\dss\displayDss
Regards,
Rishabh