Beagle board C4 booting problem.

Hi All,

I have tried to install Angstrom linux according to http://elinux.org/BeagleBoardBeginners. But after booting some extent it is hanging. Booting messages are
Texas Instruments X-Loader 1.4.2 (Feb 19 2009 - 12:01:24)
Reading boot sector
Loading u-boot.bin from mmc

U-Boot 2011.09-dirty (Oct 24 2011 - 23:56:08)

OMAP3530-GP ES3.1, CPU-OPP2, L3-165MHz, Max CPU Clock 720 mHz
OMAP3 Beagle board + LPDDR/NAND
I2C: ready
DRAM: 256 MiB
WARNING: Caches not enabled
NAND: 256 MiB
MMC: OMAP SD/MMC: 0
*** Warning - bad CRC, using default environment

In: serial
Out: serial
Err: serial
Beagle Rev C4
timed out in wait_for_pin: I2C_STAT=0
I2C read: I/O error
Unrecognized expansion board: 0
timed out in wait_for_pin: I2C_STAT=0
I2C read: I/O error
Unrecognized expansion board: 0
Die ID #266200040000000004039f220200900f
Net: Net Initialization Skipped
No ethernet found.
Hit any key to stop autoboot: 0
The user button is currently NOT pressed.
SD/MMC found on device 0
reading uEnv.txt

** Unable to read “uEnv.txt” from mmc 0:1 **
Loading file “/boot/uImage” from mmc device 0:2 (xxa2)
** File not found /boot/uImage
Booting from nand …

NAND read: device 0 offset 0x280000, size 0x400000
4194304 bytes read: OK

Booting kernel from Legacy Image at 80200000 …

Image Name: Linux-2.6.28-omap1
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2577980 Bytes = 2.5 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum … OK
Loading Kernel Image … OK
OK

Starting kernel …

Uncompressing Linux… done, booting the kernel.

I have tried so many times. But each time it is booting upto here and hanging. I don’t know where i am doing wrong. Can anybody suggest your suggestions…

Do you get the login prompt. If you get till there it is probably a hardware control issue and you can set it to no hardware control.

Please, send you env parameter.

after powerON the board and I pressed user button and hold for some time. It is booted directly from SD card with following messages. I didn’t give any additional parameters for booting

Hi,

If you read through many people have had similar issues but the most common is wrong tty port description.

Anyway, to get your environment variables.

follow the boot process till it says

Die ID #266200040000000004039f220200900f
Net: Net Initialization Skipped
No ethernet found.
Hit any key to stop autoboot: 2

When you see this press any key (enter)
you should see something like

OMAP3 beagleboard.org #

type printenv and it will print out all the bootup info that u-boot is setting up.

usually will see something like

console=ttyxx,115200n8

Depending on the release, you need to change make sure it reads ttyS2 or ttyO2.

syntax:
setenv console=ttyxx,115200n8
saveenv

Thanks

Husain

Hi,
I am using Beagle Board rev c3, i had flashed the NAND using RevC4 image. When I tried to run memory test by issuing the command mtest 0x80000000 0x81000000 0xDEADBEEF 1 to u-boot nothing happened and board got hanged, so I resetted the board by pressing reset button.
After that when I tried to boot the kernel then following error occoured…
Uncompressing Linux Kernel…
crc error
–system halted
Can anyone tell what has happened? I think RAM has got damaged!!!