Hi,
While booting my SD-Card in am335x system it suck at the below :
--------------------------------------------------------------------------------------
U-Boot 2013.10-00189-g78d8ebd-dirty (May 05 2015 - 11:18:21)
I2C: ready
DRAM: 512 MiB
NAND: 1024 MiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
Net:
Could not get PHY for cpsw: addr 0
cpsw, usb_ether
Hit any key to stop autoboot: 0
mmc0 is current device
Scanning mmc 0...
4117616 bytes read in 246 ms (16 MiB/s)
41564 bytes read in 28 ms (1.4 MiB/s)
mmc0 is current device
SD/MMC found on device 0
reading uEnv.txt
1349 bytes read in 3 ms (438.5 KiB/s)
Loaded environment from uEnv.txt
Importing environment from mmc ...
Running uenvcmd ...
reading zImage
4117616 bytes read in 225 ms (17.5 MiB/s)
reading uInitrd
2676210 bytes read in 148 ms (17.2 MiB/s)
reading /dtbs/am335x-evm.dtb
22166 bytes read in 7 ms (3 MiB/s)
Kernel image @ 0x80200000 [ 0x000000 - 0x3ed470 ]
## Loading init Ramdisk from Legacy Image at 81000000 ...
Image Name: initramfs
Image Type: ARM Linux RAMDisk Image (uncompressed)
Data Size: 2676146 Bytes = 2.6 MiB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
## Flattened Device Tree blob at 815f0000
Booting using the fdt blob at 0x815f0000
Using Device Tree in place at 815f0000, end 815f8695
Starting kernel ...
--------------------------------------------------------------------------------------
what would be the reason why it is not booting completely.
Regards
Anil