I have attatched the messages from my beagle below. I am wondering why
I get the messages "Loading u-boot.bin from nand" even if I have
pressed the USER button. Should the Beagle in this case not at least
try to read the MMC card? I have also run the fsinfo command which
leads to an error message (see below).
My partitions look correct:
   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/sde1   *           1           6       48163+   b  W95 FAT32
/dev/sde2               7         489     3879697+  83  Linux
________________________________________________________
Texas Instruments X-Loader 1.4.2 (Feb 19 2009 - 12:01:24)
Loading u-boot.bin from nand
U-Boot 2009.01-dirty (Feb 19 2009 - 12:22:31)
I2C:   ready
OMAP3530-GP rev 2, CPU-OPP2 L3-165MHz
OMAP3 Beagle board + LPDDR/NAND
DRAM:  256 MB
NAND:  256 MiB
MUSB: using high speed
In:    serial usbtty
Out:   serial usbtty
Err:   serial usbtty
Board revision C
Serial #0bba00030000000004013f790301e01b
Hit any key to stop autoboot: 10     9     8     0
OMAP3 
beagleboard.org # mmcinit
No MMC card found
OMAP3 
beagleboard.org # fsinfo
### filesystem type is JFFS2
Scanning JFFS2 FS:   read_nand_cached: error reading nand off
0xffffe00 size 8192 bytes
   done.
Compression: NONE
"	frag count: 0"
"	compressed sum: 0"
"	uncompressed sum: 0"
Compression: ZERO
"	frag count: 0"
"	compressed sum: 0"
"	uncompressed sum: 0"
Compression: RTIME
"	frag count: 0"
"	compressed sum: 0"
"	uncompressed sum: 0"
Compression: RUBINMIPS
"	frag count: 0"
"	compressed sum: 0"
"	uncompressed sum: 0"
Compression: COPY
"	frag count: 0"
"	compressed sum: 0"
"	uncompressed sum: 0"
Compression: DYNRUBIN
"	frag count: 0"
"	compressed sum: 0"
"	uncompressed sum: 0"
Compression: ZLIB
"	frag count: 0"
"	compressed sum: 0"
"	uncompressed sum: 0"
OMAP3 
beagleboard.org # printenv
bootdelay=10
baudrate=115200
loadaddr=0x80200000
rdaddr=0x81600000
console=ttyS2,115200n8
optargs=
mmcargs=setenv bootargs console=${console} ${optargs} root=/dev/
mmcblk0p2 rw rootfstype=ext3 rootwait
ramargs=setenv bootargs console=${console} ${optargs} root=/dev/ram0
rw ramdisk_size=32768 initrd=${rdaddr},32M
ubifsargs=setenv bootargs console=${console} ${optargs}
root=ubi0:beagleroot ubi.mtd=4 rw rootfstype=ubifs
jffs2args=setenv bootargs console=${console} ${optargs} root=/dev/
mtdblock4 rw rootfstype=jffs2
loadbootscript=fatload mmc 0 ${loadaddr} boot.scr
bootscript=echo Running bootscript from mmc ...; autoscr ${loadaddr}
loaduimage=fatload mmc 0 ${loadaddr} uImage.bin
loadramdisk=fatload mmc 0 ${rdaddr} ramdisk.gz
ramboot=echo Booting from ramdisk.gz ...; run ramargs; bootm $
{loadaddr}
mmcboot=echo Booting from mmc ...; run mmcargs; bootm ${loadaddr}
nandboot=echo Booting from nand ...; run jffs2args; nand read $
{loadaddr} 280000 400000; bootm ${loadaddr}
usbtty=cdc_acm
stdout=serial,usbtty
stdin=serial,usbtty
stderr=serial,usbtty
serial=0bba00030000000004013f790301e01b
bootargs=console=ttyS2,115200n8 ramdisk size=8192 root=/dev/ram0 rw
rootfstype=ext2 initrd=0x81600000,8M nohz=Off
bootcmd=mmcinit; fatload mmc 0 0x80300000 uImage;fatload mmc 0
0x81600000 rd-ext2.bin;bootm 0x80300000
Environment size: 1310/131068 bytes
OMAP3 
beagleboard.org #