T2080 usdpaa-apps build

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

T2080 usdpaa-apps build

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

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

720 Views
hanm0826
Contributor I

Thank you for your reply, it help me

0 Kudos