video code

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

video code

跳至解决方案
1,219 次查看
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.

标签 (3)
0 项奖励
回复
1 解答
1,006 次查看
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 项奖励
回复
3 回复数
1,007 次查看
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 项奖励
回复
1,006 次查看
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 项奖励
回复
1,006 次查看
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 项奖励
回复