Tool/software: Linux
Hello.
I have some am335x-evm board. For work something software I need kernel modules, which are not included to current board software.
I see, that version of kernel is:
root@am335x-evm:~# opkg list-installed | grep kernel-3.12
kernel-3.12.10-ti2013.12.01 - 3.12.10-r21k+gitrAUTOINC+2325bb5680986b6914d8fd0b5d0bdc20081fe8d3-arago6-amsdk2
root@am335x-evm:~#
When I try to install myself prepared (with arago-project.org bitbake) kernel modules I have error:
root@am335x-evm:~# opkg install kernel-module-esp4_3.12.10-r21k+gitrAUTOINC+2325bb5680-arago5.11_am335x_evm.ipk
Installing kernel-module-esp4 (3.12.10-r21k+gitrAUTOINC+2325bb5680-arago5.11) to root...
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kernel-module-esp4:
* kernel-3.12.10-g2325bb5 *
* opkg_install_cmd: Cannot install package kernel-module-esp4.
root@am335x-evm:~#
I see, that there is different kernels VERMAGIC string. Is there a way to prepare (with arago-project.org bitbake or some other way)
kernel modules with right VERMAGIC?