public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: David Hawkins <dwh@ovro.caltech.edu>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Linux kernel ignoring bootargs
Date: Wed, 09 Aug 2006 14:59:11 -0700	[thread overview]
Message-ID: <44DA5AAF.3020104@ovro.caltech.edu> (raw)
In-Reply-To: <44DA5490.9050100@freescale.com>

Timur Tabi wrote:
> I'm trying to boot a Linux 2.6.17 kernel from U-Boot, and 
> it appears that it's ignoring the bootargs variable in U-Boot.

Try clearing bootargs, and then setting it again.

I had a similar issue, and this fixed it. My assumption
was that I'd got a control character in there that made it
appear sane, when in fact it was not. A binary dump of
the arguments area would probably confirm it.

Also you need to watch out for repeated environment
variables, if something is defined twice, it'll pickup
the first, but redefinition will affect the second.
I saw this when updating U-Boot and picking up the
default environment, i.e., a couple of things appeared
to be defined twice ... I figured it was user-error :)

Cheers
Dave

  reply	other threads:[~2006-08-09 21:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-09 21:33 [U-Boot-Users] Linux kernel ignoring bootargs Timur Tabi
2006-08-09 21:59 ` David Hawkins [this message]
2006-08-09 22:08   ` Timur Tabi

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=44DA5AAF.3020104@ovro.caltech.edu \
    --to=dwh@ovro.caltech.edu \
    --cc=u-boot@lists.denx.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox