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