All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jun Sun <jsun@mvista.com>
To: Prashant Viswanathan <vprashant@echelon.com>
Cc: "'linux-mips@linux-mips.org'" <linux-mips@linux-mips.org>,
	jsun@mvista.com
Subject: Re: configuring console to use a different UART
Date: Wed, 4 Feb 2004 15:01:04 -0800	[thread overview]
Message-ID: <20040204150104.G26726@mvista.com> (raw)
In-Reply-To: <5375D9FB1CC3994D9DCBC47C344EEB59383A13@miles.echelon.com>; from vprashant@echelon.com on Wed, Feb 04, 2004 at 02:42:13PM -0800

On Wed, Feb 04, 2004 at 02:42:13PM -0800, Prashant Viswanathan wrote:
> Hi,
> 
> How can I change the kernel so that it uses the UART I specify for the
> console instead of the first available one? I dont want to pass this on the
> bootline but want to compile this into vmlinux.
> 

With 2.6, set CONFIG_CMDLINE with something like:

console=ttyS1,38400

With 2.4, add (strcpy or strcat) the above string to your arcs_cmdline 
defined by your specific board code.

Jun

      reply	other threads:[~2004-02-04 23:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-04 22:42 configuring console to use a different UART Prashant Viswanathan
2004-02-04 23:01 ` Jun Sun [this message]

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=20040204150104.G26726@mvista.com \
    --to=jsun@mvista.com \
    --cc=linux-mips@linux-mips.org \
    --cc=vprashant@echelon.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.