No c_patch command

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

No c_patch command

Jump to solution
1,637 Views
stevenwoo
Contributor I

Dear all:

I am using Ubuntu 12.04. Follow the i.MX Android R10.3 User Guide section 2.2:

$ ./ and_patch.sh

$ help

But there is no 'c_patch'.

Thanks for help!

Steven


Labels (1)
0 Kudos
Reply
1 Solution
1,219 Views
daiane_angolini
NXP Employee
NXP Employee

Assume you had unzipped i.MX Android release package to /opt/imx-android-r10.3/.   

$ cd ~/myandroid   

$ . /opt/imx-android-r10.3/code/r10.3/and_patch.sh   

$ help   

Now you should see "c_patch" function is available for you

Please, notice that you need to type dot space slash, and not dot slash space

Or, you can try it:

$ source /opt/imx-android-r10.3/code/r10.3/and_patch.sh 

View solution in original post

0 Kudos
Reply
1 Reply
1,220 Views
daiane_angolini
NXP Employee
NXP Employee

Assume you had unzipped i.MX Android release package to /opt/imx-android-r10.3/.   

$ cd ~/myandroid   

$ . /opt/imx-android-r10.3/code/r10.3/and_patch.sh   

$ help   

Now you should see "c_patch" function is available for you

Please, notice that you need to type dot space slash, and not dot slash space

Or, you can try it:

$ source /opt/imx-android-r10.3/code/r10.3/and_patch.sh 
0 Kudos
Reply