How to compile my own USDPAA application without Yocto?

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

How to compile my own USDPAA application without Yocto?

827 Views
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 Kudos
2 Replies

570 Views
tuyendinh
Contributor II

please correct link!!

0 Kudos

570 Views
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 Kudos