Building The Sensor Driver For Extended Function (Linux Version) - Fujitsu PalmSecure SDK V02 Installation Manual

Table of Contents

Advertisement

Chapter6 Installing the Sensor Driver for Extended Function (Linux Version)
Building the Sensor Driver for
6.1
Extended Function (Linux Version)
The Sensor driver for extended function for Linux is provided as the source code.
Modify and build the source code for the Senor driver for extended function
for Linux before installing on the target hardware.
Kernel configuration
!Caution
The driver does not support kernels which are configured to
automatically assign minor numbers to USB devices.
Do not set the CONFIG_USB_DYNAMIC_MINORS macro when
implementing the kernel.
The following steps describe how to modify and build the source code for the
Sensor driver for extended function for Linux.
O
p
e
r
a
t
O
p
e
r
a
t
Install the kernel-devel package of the target kernel version.
Step1
This step is not required if you have already installed.
Enter the full path to the folder where Makefile of the kernel is stored to
Step2
the following line within Makefile.
Example) CentOS6.4 with the kernel version "2.6.32-358.el6.i686".
Modify the source code "fjveincam.c" and "fjveincam.h" as required.
Step3
Build the source code.
Step4
The module"fjveincam.ko" of the Sensor driver is created.
★Tip
i
o
n
i
o
n
KERNDIR = # Set your target kernel source path.(Full path)
Enter the path here
KERNDIR = /usr/src/kernels/2.6.32-358.el6.i686
Checking if the Sensor driver module"fjveincam.ko"
is created
You can check using the ls -l command.
-rw-rw-r-- 1 palmsec palmsec XXXXX Jan 23 16:09 fjveincam.ko
XXXXX: File size
54

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents