BigW Consortium Gitlab

Commit 71e54b44 by Thibaut

Clean content

parent 20d5c7d4
...@@ -12,8 +12,8 @@ http://www.youtube.com/watch?v=KCNrq1hb99U ...@@ -12,8 +12,8 @@ http://www.youtube.com/watch?v=KCNrq1hb99U
[国内用户:] http://www.tudou.com/programs/view/rJd1TwZzRZk/ [国内用户:] http://www.tudou.com/programs/view/rJd1TwZzRZk/
How to Integrate the Linux Kernel Driver in the Kernel build operation How to Integrate the Driver in the Kernel build operation
====================================================================== =========================================================
1) Copy the content of linux-driver folder in your kernel source (ideally in a new folder called robopeak inside the drivers/video folder) 1) Copy the content of linux-driver folder in your kernel source (ideally in a new folder called robopeak inside the drivers/video folder)
2) Replace the Makefile file by the NewMakefile one 2) Replace the Makefile file by the NewMakefile one
3) Edit the Kconfig file of the drivers/video file and insert the line 3) Edit the Kconfig file of the drivers/video file and insert the line
...@@ -124,7 +124,9 @@ Once you had deployed the kernel driver and all of its dependencies, you can ask ...@@ -124,7 +124,9 @@ Once you had deployed the kernel driver and all of its dependencies, you can ask
modprobe rp_usbdisplay modprobe rp_usbdisplay
By default the frame per seconds is set to 16. You can change it with the fps option when you load the driver : By default the frame per seconds is set to 16. You can change it with the fps option when you load the driver :
modprobe rp_usbdisplay fps=25 modprobe rp_usbdisplay fps=25
In this case the frame per seconds is set to 25. In this case the frame per seconds is set to 25.
If you want to let the kernel load the driver automatically each time when the system starts, you can added the following line into the file /etc/modules: If you want to let the kernel load the driver automatically each time when the system starts, you can added the following line into the file /etc/modules:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment