« Return to Thread: Can we boot directly from the MMC card

Re: Can we boot directly from the MMC card

by Koen Kooi-3 :: Rate this Message:

Reply to Author | View in Thread

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Michael Thompson schreef:
| All,
| I have been working the WaySmall Basix 200 computer with a 1gb RS-MMC
| card using the serial connection and Windows XP HyperTerminal for
| communications. I would like to know if we can boot directly from the
| MMC card and how I can configure the system to do that. Thanks for your
| help.

If the mmc controller is supported in uboot try:

mmcinit; ext2load mmc 0:1 0x20008000 /uImage; bootm 0x20008000

that should boot 'uImage' from the first (ext2) partition on the mmc
card. It will probably require changing bootargs as well, but the above
should work as a test to see if uboot can use the mmc controller.

regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFHh5+qMkyGM64RGpERAicSAJ9IWtlyx7whPK+IeKVkw25zTcP35ACfbhOf
MtRKhQzgN8yPPzmHWqBDeY8=
=KXKP
-----END PGP SIGNATURE-----


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users

 « Return to Thread: Can we boot directly from the MMC card