Hello iuro uiro,
Please make sure that the Kernel image and the Kernel module are from the same build.
Please rebuild Linux Kernel and the module with the following procedure.
$ bitbake virtual/kernel -c cleansstate
$ bitbake virtual/kernel -c configure
Go to the folder build_<platform>-64b/tmp/work/<platform>_64b-fsl-linux/linux-qoriq/4.1-r0/build, run the following command to configure Linux Kernel to support the Kernel module.
$ make ARCH=powerpc menuconfig
Go to the build folder to rebuild Linux Kernel.
$ bitbake virtual/kernel -c compile
$ bitbake virtual/kernel
Please build the Kernel module to include the Linux Kernel PATH in build_<platform>-64b/tmp/work/<platform>_64b-fsl-linux/linux-qoriq/4.1-r0/build.
Please boot up the target board with the new built Kernel image and copy and insert latest built Kernel module.
Have a great day,
TIC
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------