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.

DVSDK components

Hi All, 

I have an DM365 application which was working fine with the DVSDK 2_10_00_08. I tried to upgrade to the newer 2_10_00_14 but I got some errors. 

1. I found that the framework components directory in the erstwhile 2_10_00_08 was framework_components_2_23_00_03; whilst the one in the newer SDK is framework_components_2_23_00_02. Is this correct or do I seem to have some wrong installations?

2. I get the error "ti.sdo.fc.rman" along the path when I use the framework_components_2_23_00_02; but it does not give any errors when I use the framework_components_2_23_00_03.

3. After a successful build with the framework_components_2_23_00_03 component + application + DVSDK 2_10_00_14, my application crashes saying that 

++++++

EDMA Error: init: major version mismatch between interface and driver.

EDMA Error:     needs driver version 0x1100000, got 0x1000000

Encode Error: Failed to open video encode algorithm: h264enc (0x0)

++++
I derive that this is some mismatch of the EDMA driver that I seem to be running on the board and the kernel that I compiled; but I did not understand the codec engine error.
Can anyone please help me point out what I am doing wrong?
Thanx!