How to use smart card reader on apalis iMX6Q?

i have smart card reader of Advanced Card Systems, Ltd i have used pcsc library for development on desktop but now i want to use smart card reader on apalis iMX6Q ,so please help me how to operate smart card reader on iMX6Q thanks

pcsc-lite package is available in opkg feeds and can be installed as follows

opkg update
opkg install pcsc-lite

Alternatively, one may build a custom image with OpenEmbedded. Setup OpenEmbedded and then add the following to ~oe-core/build/conf/local.conf

IMAGE_INSTALL_append = " pcsc-lite"

and build the image.

MACHINE=apalis-imx6 bitbake angstrom-lxde-image

Note that one would also have to generate the SDK as documented here and cross compile the application for the target while linking to the pcsc library from the SDK.

hello i have tried opkg install pcsc-lite but its not getting install its giving following error
Unknown package ‘pcsc-lite’.
Collected errors:

  • opkg_install_cmd: Cannot install package pcsc-lite
    so how to install pcsc-lite ?

What is the Linux image version? Please provide the output of

cat /etc/issue
uname -a

I have tested with the latest version and it is installable with opkg. Please use the latest image if you are not using the latest.