third stage boot loader without using SD card

When I start my board (BeagleBoard rev C), I get the following:

//
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.01-dirty (Feb 19 2009 - 12:23:21)

I2C: ready
OMAP3530-GP rev 2, CPU-OPP2 L3-165MHz
OMAP3 Beagle board + LPDDR/
NAND
DRAM: 256
MB
NAND: 256
MiB
Using default
environment

MUSB: using high
speed
In: serial
usbtty
Out: serial
usbtty
Err: serial
usbtty
Board revision
C
Serial
#648e00030000000004013f7902011021
Hit any key to stop autoboot:
0
reading
boot.scr

** Unable to read "boot.scr" from mmc 0:1

Yes., you can. Please see this web page:
http://elinux.org/BeagleBoardNAND. If your Beagleboard's NAND has bad
block(s) in the uImage area, you need to find another region that has no
bad block. The rootfs partition can work around the bad block(s) because
it uses "jffs2".

hazamin wrote: