video code

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

video code

Jump to solution
878 Views
carmilili
Contributor III

Hello,everybody

     Now,I evaluate the MCIMX6Q-SDB .The code is LTIB.I want to code video application,and hope to get the code ofimx_vpu_test instance.I have the imx_vpu_test executable file,but I can't find imx_vpu_test code.How can I get it?

     Can you help me.

Thank you.

Labels (3)
0 Kudos
1 Solution
665 Views
rogerio_silva
NXP Employee
NXP Employee

You can extract the unit tests source code using the command:

./ltib -p imx-test -m prep

The source code will be extracted at <ltib folder>/rpm/BUILD/imx-test<version>

If you want to build and install, use:

./ltib -p imx-test -m scbuild

./ltib -p imx-test -m scdeploy

rgds

Rogerio

View solution in original post

0 Kudos
3 Replies
666 Views
rogerio_silva
NXP Employee
NXP Employee

You can extract the unit tests source code using the command:

./ltib -p imx-test -m prep

The source code will be extracted at <ltib folder>/rpm/BUILD/imx-test<version>

If you want to build and install, use:

./ltib -p imx-test -m scbuild

./ltib -p imx-test -m scdeploy

rgds

Rogerio

0 Kudos
665 Views
carmilili
Contributor III

     Thank you for your reply.Your answer is right.

     How can I realize more command about ./ltib.I  analyse your reply by ./ltib -h.Do you have a file tell more detail information about this or other command. 

0 Kudos
665 Views
rogerio_silva
NXP Employee
NXP Employee

No, unfortunately we don't have a document that shows in details all ltib options. You will need to check on ltib help (-h option).

If you're starting a new project, I would recommend you to use Yocto in replacement of Ltib. Yocto is more complete in terms of packages, much more updated and more documented.

You can start by reading this page:

https://community.freescale.com/docs/DOC-94849

You'll be able to generate an image in a a few steps.

Rgds

Rogerio

0 Kudos