How to compile my own USDPAA application without Yocto?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to compile my own USDPAA application without Yocto?

846件の閲覧回数
jorhai
Contributor II

I want to add on usdpaa process to my own application. But I could only compile some simple usdpaa demos in yocto using bitbake.

Is there any way to compile it without yocto.

0 件の賞賛
2 返答(返信)

589件の閲覧回数
tuyendinh
Contributor II

please correct link!!

0 件の賞賛

589件の閲覧回数
bpe
NXP Employee
NXP Employee

A USDPAA process is a normal Linux (optionally multithreaded) task.

It is created and built in the same way as any other Linux application:

write your code,  build and run/debug it. You can use an external

(with respect to the SDK) toolchain or you can instruct Yocto

to build a standalone toolchain for you:

http://www.freescale.com/infocenter/topic/QORIQSDK/3069706.html

More information on the existing USDPAA support and re-usable

libraries can be found here:

http://www.freescale.com/infocenter/topic/QORIQSDK/2918191.html

http://www.freescale.com/infocenter/topic/QORIQSDK/3842808.html


Have a great day,
Platon

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛