If driver is installed, it will autoload when appropriate device is connected. Once the driver is loaded, and a device is present, it will be available at/dev/fpreader0. Get into the project directory:cd ft9201-
FT9201 linux kernel module. Contribute to banianitc/ft9201-fingerprint-driver development by creating an account on GitHub.
banianitc/ft9201-fingerprint-driver projects banianitc/ft9201-fingerprint-driverPublic NotificationsYou must be signed in to change notification settings Fork5 Star52 No open projects
Initialize the driver with./ft9201_util /dev/fpreader0 Capture a fingerprint:cat /dev/fpreader0 > fingeprint.rawimg Convert raw image data into png with imagemagick:convert -size 64x80 -depth 8 gray:./fingerprint.rawimg fingerprint.png Installation Driver make make install If you don...
Get into the project directory:cd ft9201-fingerprint-driver/ Compile the driver:make Either disableSecure Bootor follow below steps to sign and enroll MOK key: Generate Private key and Certificate: openssl req -new -x509 -newkey rsa:2048 -keyout MOK.priv -outform DER -out MOK.der -nodes ...