Reset loop on brand new C3 board

Hi

Today DHL delivered me BeagleBoard C3 from TI Germany. As I have B7 already I
hooked all cables, put SD card and booted. Nothing appeared on screen so
I looked into serial output:

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

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

Texas Instruments X-Loader 1.4.2 (Feb 19 2009 - 12:01:24)

When I take card out situation is the same but U-Boot 2009.01-dirty is used
(from NAND):

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
*** Warning - bad CRC or NAND, using default environment

MUSB: using high speed
In: serial usbtty
Out: serial usbtty
Err: serial usbtty

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
*** Warning - bad CRC or NAND, using default environment

MUSB: using high speed
In: serial usbtty
Out: serial usbtty
Err: serial usbtty

Texas Instruments X-Loader 1.4.2 (Feb 19 2009 - 12:01:24)

Any ideas what is going on and how to fix it? Currently I have only USB device
and serial cables connected to minimalize sources of possible problems.

Regards,

I am not sure who TI Germany is, but this board does not sound like it was factory fresh. TI does not distribute the Beagle. I would try formatting a SD card and booting from SD. You can follow the process on the validation webiste to reflash the NAND, which sounds like it may corrupted.

http://code.google.com/p/beagleboard/wiki/BeagleboardRevCValidation

Gerald