S3c2410-linux to achieve network video monitoring functions-Linux Enterprise Application-Linux server application information, the following is read details. I have been working on a network video monitoring project for the past two days. I implemented it on the X86 platform two days ago. I have been thinking about how to port it to the s3c2410 Development Board since yesterday. Because all the information on this board is lost, it would be troublesome to port all the stuff such as u-boot and kernel from the beginning. Finally, I would like to find a simple method: the kernel version on the board is 2.4.18-rmk7-pxa1, I went online to a 2.4.18 kernel and a for arm patch, by compiling the kernel to generate your own camera driver module, copy the driver module to the Development Board and load the module.
Load camera driver
Download kernel patch and camera driver patch http://ftp.linux.org.uk/pub/linu... tch-2.4.18-rmk7.bz2 (kernel patch) http://mxhaard.free.fr/spca50x/e... 31LE06.patch.tar.gz (camera driver spca5xx patch)
Modify the kernel patch version to open the patch-2.4.18-rmk7 file
+ EXTRAVERSION =-rmk7
Change
+ EXTRAVERSION =-rmk7-pxa1
We have already said that the kernel version number on the board is-rmk7-pxa1, so we need to change it here, otherwise the kernel version number is inconsistent when loading the module
Linux Kernel Patch cd linux-2.4.18
Patch-p1 <../patch-2.4.18-rmk7
Camera driver patch cd linux-2.4.18/drivers/usb
Patch-p1 <.../usb-2.4.31.patch
Two errors will occur here. The solution is as follows:
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.