All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ralph Siemsen <rsiemsen@rossvideo.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Flawed ATAG passing
Date: Wed, 28 Jul 2004 14:34:41 -0400	[thread overview]
Message-ID: <4107F1C1.8090308@rossvideo.com> (raw)
In-Reply-To: <20040728164601.GA19459@stud4.tuwien.ac.at>

Christian Kapeller wrote:

> Machine: Intel DBPXA250 Development Platform (aka Lubbock)
> parse_tags number of tags: 5
> parsing tag: 0x54410001
> parse_tag: tag 0x54410001 
> parse_tag_core
> parsing tag: 0x54410002
> parse_tag: tag 0x54410002 
> parse_tag_mem32 start 0xa0000000 size 0x01000000

So your bootloader is passing fine the tags to kernel.

> Kernel command line: root=/dev/ram console=ttyS0,115200

Here you are telling it to boot from ramdisk (maj 1, minor 0)

> Kernel panic: VFS: Unable to mount root fs on unknown-block(1,0)

Your kernel fails to mount the ramdisk, since you have RAMDISK driver 
etc, then the next most likely reason is you are missing the filesystem 
support in your kernel.  For exampel if your ramdisk in in ext2 format 
then make sure your kernel has ext2 support compiled in (not as a module).

-R

  parent reply	other threads:[~2004-07-28 18:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-28 16:46 [U-Boot-Users] Flawed ATAG passing Christian Kapeller
2004-07-28 17:29 ` Wolfgang Denk
2004-07-28 18:34 ` Ralph Siemsen [this message]
2004-07-28 19:16   ` Wolfgang Denk

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=4107F1C1.8090308@rossvideo.com \
    --to=rsiemsen@rossvideo.com \
    --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 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.