Part Number: TDA4VM
Other Parts Discussed in Thread: DRA829
Hi Team,
We are trying to display the images on 4k monitor using display port on the TDA4x board using QNX OS.
For that I have made changes in \vision_apps\apps\basic_demos\app_tirtos\common\app_init.c
For 4k support I have following changes
prm.timings.width = 3840U;
prm.timings.height = 2160U;
prm.timings.hFrontPorch = 88U;
prm.timings.hBackPorch = 148U;
prm.timings.hSyncLen = 44U;
prm.timings.vFrontPorch = 4U;
prm.timings.vBackPorch = 36U;
prm.timings.vSyncLen = 5U;
prm.timings.pixelClock = 148500000ULL;
Whether I need to change any other parameter to support 4k display .
Note :While executing the application, tivxDisplayNode does not throw any errors. but not be able to see images on the screen.
Please tell me what I need to check further .
On the TDA4x board, we have used the following packages listed below.
QNX SDP7.1 BSP for Texas instrument Jacinto 7 J721E (DRA829/TDA4xM )
QNX Software Development platform 7.1
ti-processor-sdk-qnx_j721e_07_03_00.tar.gz
ti-processor-sdk-rtos-j721e-evm-07_03_00_07.tar.gz