看了不少相关文章,最后总结下做了什么,能够识别acr122u设备运行nfc相关工具的。


apt-get install -y debhelper libtool
apt-get install libusb-dev
git clone https://github.com/nfc-tools/libnfc.git
cd libnfc
git checkout libnfc-1.7.1
git clean -d -f -x
#rm ../libnfc*.deb
git remote|grep -q anonscm||git remote add anonscm git://anonscm.debian.org/collab-maint/libnfc.git
git fetch anonscm
git checkout remotes/anonscm/master debian
git reset
dpkg-buildpackage -uc -us -b

试试是否成功:nfc-list

好像少了点什么 下次再确认