|
Your error is often due to the inconsistency between the current driver module and the kernel version, that is to say, the source code you used to compile this module is not the kernel version, so it does not match.
Try to use the kernel source code of your compiled module, recompile a kernel, re-burn to the board, and try insmod again, it should be fine. |
|