Ask Your Question
0

linux kernel 2.6.17.14 with OpenCV

asked 2017-11-21 03:25:09 -0600

ajay_127 gravatar image

Hi Folks,

Please correct me if i got the wrong pointer.

Finally i got an old linux board, but it is running linux kernel 2.6.17.14, does it have any concern that have running OpenCV Library with it??

Regards, Ajay

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2017-11-27 18:25:31 -0600

updated 2017-11-27 18:27:04 -0600

The Linux kernel API is very stable, mostly adding new functionality while removing very little. The dynamically loaded GNU C runtime library (glibc), which provides system calls into the kernel, is designed to operate on a wide variety of kernel versions from 2.6 to whatever was current at the time it was written and compiled. These two things make most Linux application and library binaries able to run across a wide range of Linux versions.

If the old kernel provides adequate function and performance for the devices you are intending to use (like camera drivers, SIMD/vector coprocessors, GPUs), then an old Linux kernel will probably work fine. One typically uses newer Linux versions to fix bugs, support more hardware, exploit higher performance, or be able to better engage community support.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-11-21 03:25:09 -0600

Seen: 251 times

Last updated: Nov 27 '17