No c_patch command

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

No c_patch command

跳至解决方案
1,638 次查看
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


标签 (1)
0 项奖励
回复
1 解答
1,220 次查看
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 项奖励
回复
1 回复
1,221 次查看
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 项奖励
回复