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.

【RTOS】LCD Display (Lvds) issue on tda2ex

Dear all,

I am using PROCESSOR_SDK_VISION_03_08_00_00

The example I am implementing is : chains_nullSrcDisplay in apps

NullSource -> Dup -> Display

Dup -> Null

But I encountered the following problem message during execution


----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[IPU1-0] 34.667663 s: src/bsp_board.c @ Line 490:
[IPU1-0] 34.667754 s: Invalid device driver ID - devDrvId: 4864 drvInstId: 2!!
[IPU1-0] 34.667846 s: src/bsp_board.c @ Line 524:
[IPU1-0] 34.667937 s: Invalid device driver ID - devDrvId: 4864 drvInstId: 2!!
[IPU1-0] 34.668029 s: src/bsp_board.c @ Line 557:
[IPU1-0] 34.668120 s: Invalid device driver ID!!
[IPU1-0] 34.668334 s: 29715: Assertion @ Line: 257 in src/bsp_deviceI2c.c: (i2cInstId < BSP_DEVICE_I2C_INST_ID_MAX) : failed !!!
[IPU1-1] 34.665253 s: SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1023
[IPU1-1] 34.665405 s: SYSTEM: Heap = LOCAL_DDR @ 0x00000000, Total size = 262144 B (256 KB), Free size = 254984 B (249 KB)
[HOST ] 34.665771 s: SYSTEM: SW Message Box Msg Pool, Free Msg Count = 1023
[HOST ] 34.665771 s: SYSTEM: Heap = LOCAL_DDR @ 0x00000000, Total size = 6291456 B (6144 KB), Free size = 6250736 B (6104 KB)

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

The display interface in the example uses HDMI and we use LVDS

How can I add my own board to bsp_board library?

And solve this problem

Is there any information to refer to or how to set it ?

Thanks!