All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paulo Marques <pmarques@grupopie.com>
To: govind raj <agovinda04@hotmail.com>
Cc: roland@topspin.com, linux-kernel@vger.kernel.org
Subject: Re: Customized 2.6.10 kernel on a Compact Flash
Date: Thu, 17 Feb 2005 15:03:49 +0000	[thread overview]
Message-ID: <4214B255.2090008@grupopie.com> (raw)
In-Reply-To: <BAY10-F340B43C6A61C2D47ECC913D66C0@phx.gbl>

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)

  parent reply	other threads:[~2005-02-17 15:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-16 20:48 Customized 2.6.10 kernel on a Compact Flash govind raj
2005-02-16 21:02 ` Roland Dreier
2005-02-16 21:08   ` govind raj
2005-02-16 21:12     ` Roland Dreier
2005-02-16 21:47       ` govind raj
2005-02-16 21:52         ` Roland Dreier
2005-02-16 22:15         ` Rahul Karnik
2005-02-17 15:03         ` Paulo Marques [this message]
2005-02-18  0:58       ` run_init_process problem govind raj
2005-02-16 21:25 ` Customized 2.6.10 kernel on a Compact Flash linux-os
2005-02-16 21:39   ` Atul Bhouraskar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4214B255.2090008@grupopie.com \
    --to=pmarques@grupopie.com \
    --cc=agovinda04@hotmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=roland@topspin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.