T2080 usdpaa-apps build

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

T2080 usdpaa-apps build

761 次查看
hanm0826
Contributor I

I run fra  because I need test srio doorbell fuction,and I need modify some code of fra,but when I build fra by the command:"bitbake -c compile -f usdpaa-apps or  bitbake usdpaa-apps",I can't get the modified fra excutalbe file,it just the one unmodified .The problem is also happened when I modifed SRA and usdpaa code.

so ,Is the build command not right ? or does the usdpaa and usdpaa-apps deny any modifies ?

 

0 项奖励
2 回复数

757 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Please refer to the following procedure.

$ bitbake usdpaa-apps -c cleansstate

$ bitbake usdpaa-apps -c patch

Go to folder build_t2080rdb/tmp/work/t2080rdb-fsl-linux/usdpaa-apps/git-r0/git/src/ to modify usdpaa-apps source code.

Then rebuild usdpaa-apps

$ bitbake usdpaa-apps

You will get the binaries in build_t2080rdb/tmp/work/t2080rdb-fsl-linux/usdpaa-apps/git-r0/image/

 

0 项奖励

732 次查看
hanm0826
Contributor I

Thank you for your reply, it help me

0 项奖励