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.

How to create x64P server using l64P file

Last couple days I am going through xDM/xDAIS stuffs and I am confused about *.l64P and *.a64P files.

What is the differece between .l64P and .a64P file? I know that .a64P file is the codec engine library which will be used by codec server.

How can I make codec server (.x64P) using .l64P file? is there any documents?

How can I get .a470MV file from .l64P file as I want it to run on my MV Linux platform (DM6446)?

I appreciate your feedback.

 

  • HI .l64P and .a64P both are same. Normally production release will be in .l64P format.  And one QualiTI rule also expecting codec lib in .l64P format.

    So to build server(.x64P) from .l64P you have to same procedure as you used for .a64P case, just change name to .l64P in packaging file.

    .a470MV is ARM side library and .l64P is DSP side lib.

    hope this helps you