Re: Customized 2.6.10 kernel on a Compact Flash
From: Paulo Marques
Date: Thu Feb 17 2005 - 10:14:04 EST
govind raj wrote:
Thanks for all the pointers.
We had taken the /sbin/init from the existing Linux installation from
where we had created the customized image.
Usually distro binaries are dynamically linked (as they should be) so
you also need to provide the libraries they request.
As a first cut, use bash as your init (so that you have a prompt to test
stuff). Do a "ldd bash" to check the libraries necessary for this to
work and create a "/lib" dir on your target system with those. Then copy
the bash binary to /sbin/init.
I hope this helps,
--
Paulo Marques - www.grupopie.com
All that is necessary for the triumph of evil is that good men do nothing.
Edmund Burke (1729 - 1797)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/