Where can I download the OMAP 3530 file system for kernel version #2.6.31-rc7-omap1-06331-g757f531 or how can I create one from the source?
File System provided by TI is for kernel version is 2.6.29-rc3-omap1. (based on /lib/modules/).
I built new uImage (kernel) of version # 2.6.31-rc7-omap1-06331-g757f531 and a module (.ko) file so when I tried to insert my module, it complains:
root@omap3evm:~# modprobe -r pci.ko FATAL: Could not load /lib/modules/2.6.31-rc7-omap1-06331-g757f531/modules.dep: No such file or directory
because file system has only folder '2.6.29-rc3-omap1' under /lib/modules.
I tried to insert the module with "-f" or "--force-vermagic" and "--force-modversion", does not work.