Thread
:
[DEV] Kernel & module development
View Single Post
javispedro
2012-03-13 , 22:58
Posts: 2,355 | Thanked: 5,249 times | Joined on Jan 2009 @ Barcelona
#
8
Originally Posted by
nieldk
So, I dont think it is a mix up of versions between kernel and compiled modules
I did not say _version_. I said _build_. A kernel build produces both modules and an image (zImage). To keep things simple,
you always have to use those modules with that image
and not any other image, and any other image will not be able to load those modules.
Yes, there are exceptions. If the version string matches, AND all of the symbols the module uses match (versions, structure sizes, ...), and if MODVERSIONS is enabled OR the checksum of a bunch of files match, .... then you might use a module with a different image.
But this is not the case here.
Build a kernel, build the modules, install the modules, and flash the kernel.
Quote & Reply
|
The Following 3 Users Say Thank You to javispedro For This Useful Post:
Andre Klapper
,
YavkatA
javispedro
View Public Profile
Send a private message to javispedro
Visit javispedro's homepage!
Find all posts by javispedro