Hi,

On Sep 29, 2009, at 1:24 AM, Ali Akbar Zarezadeh wrote:


Starting Dropbear SSH server: modprobe: FATAL: Could not
load /lib/modules/2.6.29-rc5/modules.dep: No such file or directory

modprobe: FATAL: Could not load /lib/modules/2.6.29-rc5/modules.dep: No
such file or directory

----------------------------------------------------------------------------------------------------------------------

Considering the log, I have checked the /lib/modules/ directory in my OE and it seems the version is "oe/tmp/rootfs/lib/modules/2.6.24-rc3" and I
guess maybe the problem is the mismatch between the version of Linux
kernel from Xilinx and OE. IF it is the reason, what should be the
solution?


I've seen a similar error message, when building a higher version linux-omap3 recipe, say linux-omap3-2.6.31, and then do a bitbake clear linux-omap3-2.6.31 and build a lower version of the linux- omap3-2.6.29 and create the rootfs, after disabling the linux- omap3-2.6.31 recipe.

The net result is that when the rootfs gets built, the /lib/modules folder contains files from both the v2.6.31 and v2.6.29 recipes, and give me the same version mismatch error message that you're seeing right now.

The solution is to completely delete you OE tmp folder and rebuild again, ensuring that only a single version of the recipe gets built.

Best regards,

Elvis


_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to