From: Robert Schuster <theBohemian@gmx.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: outstanding avr32 issues (and their workarounds)
Date: Tue, 12 Aug 2008 09:44:52 +0200 [thread overview]
Message-ID: <48A13F74.2050909@gmx.net> (raw)
In-Reply-To: <48A13D3B.6040302@gmx.net>
[-- Attachment #1: Type: text/plain, Size: 899 bytes --]
Hi,
Robert Schuster schrieb:
> 5) linux
> This is only important if you want to boot from SD/MCC like me. The
> defconfig should say that ext2 or 3 (or both) is built-in. Otherwise you
> cannot boot from such a filesystem.
Just in case someone wants to know how to do this. I use these commands:
mmcinit
ext2load mmc 0:1 0x10300000 /boot/uImage
set bootargs console=ttyS0 root=/dev/mmcblk0p1 rootdelay=1
bootm 0x10300000
"rootdelay=1" is important because otherwise the mmc card is not yet
available.
One can save a lot of typing by putting the above commands into a
variable and run them later.
Enter "askenv mmcboot"
Paste the commands:
mmcinit;ext2load mmc 0:1 0x10300000 /boot/uImage;set bootargs
console=ttyS0 root=/dev/mmcblk0p1 rootdelay=1;bootm 0x10300000
(<Enter>)
Run "saveenv".
Later on run the commands by entering "run mmcboot".
Regards
Robert
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 268 bytes --]
next prev parent reply other threads:[~2008-08-12 7:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-12 7:35 outstanding avr32 issues (and their workarounds) Robert Schuster
2008-08-12 7:44 ` Robert Schuster [this message]
2008-08-12 7:58 ` Robert Schuster
2008-08-13 11:14 ` Koen Kooi
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=48A13F74.2050909@gmx.net \
--to=thebohemian@gmx.net \
--cc=openembedded-devel@lists.openembedded.org \
/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.