I recently begin to learn omap3530 with a beagle board b7 on which there is a x-loader and a u-boot.
I download OMAP3530 DVSDK 3.0 and SDK 1.0.2 from http://software-dl.ti.com/dsps/dsps_registered_sw/sdo_sb/targetcontent/dvsdk/oslinux_dvsdk/v3_00_3530/index.html.
I compile the linux kernel follow ther user guide and copy it onto SD card.
Then I entered this problem as below when I start the Kernel.
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
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: 128 MB
NAND: 256 MiB
Using default environment
MUSB: using high speed
In: serial usbtty
Out: serial usbtty
Err: serial usbtty
Board revision Ax/Bx
Serial #5638000200000000040316e806018006
Hit any key to stop autoboot: 0
reading boot.scr
603 bytes read
Running bootscript from mmc ...
## Executing script at 80200000
reading uImage.bin
1889984 bytes read
***** Kernel: /dev/mmcblk0p1/uImage.bin *****
reading ramdisk.gz
7999649 bytes read
***** RootFS: /dev/mmcblk0p1/ramdisk.gz *****
## Booting kernel from Legacy Image at 80200000 ...
Image Name: Linux-2.6.22.18-omap3
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1889920 Bytes = 1.8 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
///////////////////////////////////////////////////////////////////////////////////////////////////////
It stop after starting kernel.Why?
Any advice will be appreciated!!!
Windy