video code

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,630件の閲覧回数
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,417件の閲覧回数
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,418件の閲覧回数
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,417件の閲覧回数
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,417件の閲覧回数
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 件の賞賛
返信