YOCTO : can't insert linux module to the kernel : versions are different

。_饼干妹妹 提交于 2019-12-06 16:18:16

The module is not compiled with the same version as your kernel (on the embedded device).

You need to simply compile the module with the right kernel.

You will need to find your kernel recipe in the meta of Yocto, download it (reset the repository of the downloaded kernel to the SRCREV of the recipe), then build your module.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!