Tool/software:
Hi TI Experts,
I used Yocto to crop and build the system image, then used Balena to flash the image to the SD card, and then used Tisdk to build the falcon-mode tispl.bin file for the system in the SD card. Now I have a problem, that is, when running insmod, it prompts that the kernel version does not match. The following is the error content:
+ export SOC=am62a
+ SOC=am62a
+ export DEVICE_NAME[ 1.192909] rpmsg_char: version magic '6.6.44-ti-01478-g541c20281af7-dirty SMP preempt mod_unload aarch64' should be '6.6.58-ti-01497-ga7758da17c28-dirty SMP preempt mod_unload aar'
=AM62A
+ DEVICE_NAME=AM62A
+ insmod /lib/modules/6.6.44-ti-01478-g541c20281af7-dirty/kernel/drivers/rpmsg/rpmsg_char.ko
insmo[ 1.221492] rpmsg_ctrl: version magic '6.6.44-ti-01478-g541c20281af7-dirty SMP preempt mod_unload aarch64' should be '6.6.58-ti-01497-ga7758da17c28-dirty SMP preempt mod_unload aarch64'
d: ERROR: could not insert module /lib/modules/6.6.44-ti-01478-g541c20281af7-dirty/kernel/drivers/rpmsg/rpmsg_char.ko: Invalid module format
+ insmod /lib/modules/6.6.44-ti-01478-g541c20281af7-dirty/kernel/drivers/rpmsg/rpmsg_ctrl.ko
insmod: ERROR: could not insert module /lib/modules/6.6.44-ti-01478-g541c20281af7-dirty/kernel/drivers/rpmsg/rpmsg_ctrl.ko: Invalid module format
+ /sbin/udevd --daemon
Starting systemd-udevd version 255.13^
How should I deal with this version problem?
Regrads,
Meng