1
我想通過modprobe加載一個內核模塊。我正在使用yocto項目來構建內核。當我嘗試在我的自定義硬件中加載內核時,出現以下錯誤。下面內核模塊版本魔術錯誤
modprobe g_serial
configfs: version magic '3.14.38-6UL_ga+ge4944a5 SMP preempt mod_unload modversions ARMv7 p2v8 ' should be '3.14.38-6UL_ga+ge4944a5 SMP preempt mod_unload ARMv6 p2v8 '
modprobe: can't load module configfs (kernel/fs/configfs/configfs.ko): invalid module format
是dmesg的日誌
configfs: version magic '3.14.38-6UL_ga+ge4944a5 SMP preempt mod_unload modversions ARMv7 p2v8 ' should be '3.14.38-6UL_ga+ge4944a5 SMP preempt mod_unload ARMv6 p2v8 '