Problem while booting form SD Card

Hi,
   I formated my MMC/SD Card for FAT32 File System and
copied MLO, u-boot.bin, u-boot-f.bin, ramdisk.gz, uImage.bin,
boot.scr, x-load.bin.ift, normal.scr onto MMC in the same order as the
names given. Then I inserted the SD card into SD slot on the Beagle
Board, but in the terminal am getting like this
/
***************************************************************************/
Texas Instruments X-Loader 1.4.2 (Feb 19 2009 - 12:01:24)
Reading boot sector
Loading u-boot.bin from mmc

U-Boot 2009.06-rc2 (Jun 05 2009 - 10:19:13)

OMAP3530-GP ES3.0, CPU-OPP2 L3-165MHz
OMAP3 Beagle board + LPDDR/NAND
DRAM: 256 MB
NAND: 256 MiB
*** Warning - bad CRC or NAND, using default environment

In: serial
Out: serial
Err: serial
Board revision C
Die ID #66e000030000000004013f790401c010
Hit any key to stop autoboot: 0
OMAP3 beagleboard.org #

Texas Instruments X-Loader 1.4.2 (Feb 19 2009 - 12:01:24)
Reading boot sector
Loading u-boot.bin from mmc

U-Boot 2009.06-rc2 (Jun 05 2009 - 10:19:13)

OMAP3530-GP ES3.0, CPU-OPP2 L3-165MHz
OMAP3 Beagle board + LPDDR/NAND
DRAM: 256 MB
NAND: 256 MiB
*** Warning - bad CRC or NAND, using default environment

In: serial
Out: serial
Err: serial
Board revision C
Die ID #66e000030000000004013f790401c010
Hit any key to stop autoboot: 0
mmc1 is available
reading boot.scr

4077 bytes read
Running bootscript from mmc ...
## Executing script at 82000000
Wrong image format for "source" command
OMAP3 beagleboard.org #

/
**************************************************************************/

Does anyone has a solution for this?

Regards,
Raghunath

Have you loaded the
http://www.angstrom-distribution.org/demo/beagleboard/Angstrom-Beagleboard-d
emo-image-glibc-ipk-2009.X-stable-20090612--beagleboard.rootfs.tar.bz2

Into the linux partition? And then uncompressed it.

See the beginners section on setting up the MMC card.
http://elinux.org/BeagleBoardBeginners#SD_card_setup

MPC

Melvin Clarkson BSc Hons Ceng MIEE
Mob 07769 704553
Tel 01543 448866

PLEASE NOTE WE HAVE MOVED TO:

Aspire Design Ltd
UNIT 6B
PLANT LANE BUSINESS PARK,
BURNTWOOD,
STAFFORDSHIRE,
WS7 3JQ UK

New Telephone: 01543 448866

Google Map Reference
http://maps.google.com/maps?q=52.682,-1.945

mpclarkson@aspire-design.com
www.aspire-design.com

Try running
run bootcmd from here and see how it works. Ideally it shouldn't fail
at this point.

You can run manual commands as well

Like

mmcinit
fatload mmc 0 0x80300000 uImage.bin
fatload mmc 0 0x81600000 ramdisk.gz
setenv bootargs console=ttyS2,115200n8 ramdisk_size=32768
root=/dev/ram0 rw rootfstype=ext2 initrd=0x81600000,32M

bootm 0x80300000