Hi all,
u-boot on the am3359-idk finally works fine but now it seems that Linux Kernel hangs. Anybody faced the same ? Please help.
U-Boot 2011.09 (Jul 10 2012 - 14:25:11)
I2C: ready
DRAM: 256 MiB
WARNING: Caches not enabled
Found a daughter card connected
NAND: HW ECC Hamming Code selected
256 MiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
Net: cpsw
Hit any key to stop autoboot: 0
U-Boot#
U-Boot# mmc rescan; fatload mmc 0 0x82000000 uImage; bootm 0x82000000
reading uImage
3061576 bytes read
## Booting kernel from Legacy Image at 82000000 ...
Image Name: Linux-3.2.0
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3061512 Bytes = 2.9 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.