public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Joey Oravec <joravec@drewtech.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] CONFIG_MMC: mapping the device to physicalmemoryfor sharp ZAURUS
Date: Thu, 21 Jun 2007 13:33:04 -0400	[thread overview]
Message-ID: <f5ecoo$d0l$1@sea.gmane.org> (raw)
In-Reply-To: 56457.87841.qm@web57305.mail.re1.yahoo.com

"my lists" <lists_my@yahoo.com> wrote in message 
news:56457.87841.qm at web57305.mail.re1.yahoo.com...
> What would I then need to use in the
> CONFIG_BOOTCOMMAND
> to boot from a kernel in MMC filesystem ?

I'm calling bootmmc, and my definitions look like:

bootmmc = run initcard getmmckernel runsdram;
initcard = mmcinit;
getmmckernel = fatload mmc 6 $(kernel_in_ram) uImage;
runsdram = bootm $(kernel_in_ram);

Notice that I'm use the run command so it won't try to run a subsequent 
command if initcard fails.

> I was also wondering if I can get ext2 filesystem support for MMC ...

There's a common/cmd_ext2.c so there must be some support. I have no idea 
because I have never used it, so you're on your own there.

-joey 

  reply	other threads:[~2007-06-21 17:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-20 20:32 [U-Boot-Users] CONFIG_MMC: mapping the device to physical memory for sharp ZAURUS my lists
2007-06-21 13:00 ` [U-Boot-Users] CONFIG_MMC: mapping the device to physical memoryfor " Joey Oravec
2007-06-21 16:18   ` my lists
2007-06-21 17:33     ` Joey Oravec [this message]
2007-06-25 21:57     ` [U-Boot-Users] pxa255: ZAURUS boards my lists

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='f5ecoo$d0l$1@sea.gmane.org' \
    --to=joravec@drewtech.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox