All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mats Erik Andersson <mats.andersson64@comhem.se>
To: buildroot@busybox.net
Subject: [Buildroot] Busybox console wont show up
Date: Tue, 15 May 2007 11:57:59 +0200	[thread overview]
Message-ID: <1179223079.3613.12.camel@localhost> (raw)
In-Reply-To: <1b0abb4c0705141717m43eeef65r4e0a593e21dc87e7@mail.gmail.com>

m?n 2007-05-14 klockan 17:17 -0700 skrev Ajay Sharma:
> Hi All,
> I have built successfully kernel and file system  image  for IXP425
> development board. When I try to boot the system, it boots till it
> shows 
> this screen and does not show the Busybox prompt on the screen . 
> I am trying to see that on the Serial Console. 
> I have also changed the line 
> 
> #ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100
> 
> to
> 
> ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100
> 

Somewhat naively on my side, try the conservative convention
of only allowing two letter names for actions in inittab:

S0::respawn:/sbin/getty -L ttyS0 115200 vt100

i.e., replace "ttyS0" by "S0" in the beginning. Some years ago
there was always a recommendation/demand two only use two letters.

Regards,   Mats Erik Andersson

  reply	other threads:[~2007-05-15  9:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-15  0:17 [Buildroot] Busybox console wont show up Ajay Sharma
2007-05-15  9:57 ` Mats Erik Andersson [this message]
     [not found] ` <1179263458.29753.7.camel@localhost>
     [not found]   ` <1b0abb4c0705151426h733d9491xdd5228fe3d980ea@mail.gmail.com>
2007-05-16  1:23     ` Ajay Sharma
2007-05-16  6:57       ` Bernhard Fischer

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=1179223079.3613.12.camel@localhost \
    --to=mats.andersson64@comhem.se \
    --cc=buildroot@busybox.net \
    /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.