PN544 with Android porting

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

PN544 with Android porting

1,410 次查看
jamesko
Contributor I

Hi,

I have a question regarding PN544 (or PN532).

I am working on "AN11690 NXPNCI Android Porting Guidelines" and I get an error and ask for help.


Page 10,  3.2.1 Step 1: retrieving NXP-NCI NFC delivery
"$ wget https://raw.githubusercontent.com/NXPNFCLinux/nxpnfc_android_lollipop/master/nxpnfc_manifest.xml"

This will download the nxpnfc_manifest.xml file in the current directory.

Next, when you run this part
"& mv nxpnfc_manifest.xml  {ANDROID_BUILD_TOP} /. repo / local_manifests/"

"&" syntax error occurred.

With the exception of  "&"

"mv nxpnfc_manifest.xml {ANDROID_BUILD_TOP} /. Repo / local_manifests"

Error message  "There is no such file or folder"

What is the problem?

Thank you in advance for your help.

Regards,

James

 

标签 (1)
0 项奖励
1 回复

634 次查看
Kan_Li
NXP TechSupport
NXP TechSupport

Hi James Ko,

If you have downloaded nxpnfc_manifest.xml, the problem might be there is no folder named as "{ANDROID_BUILD_TOP} /. Repo / local_manifests", Have you already setup your PC for Android build? If not, you might have to do it at first. Please kindly refer to Establishing a Build Environment | Android Open Source Project for details.


Hope that helps,
Have a great day,
Kan

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励