Hi
I had a working system till this morning. Now the kernel stops at "..,booting kernel". If I use the kernel on the SPI FLASH - it works. I have also built a clean image based on da850_omapl138_defconfig and it still does not boot. I load my rootfs and uImage via tftp. This is the log:
U-Boot 2009.01 (Jul 30 2009 - 11:58:01)
DRAM: 64 MB
In: serial
Out: serial
Err: serial
ARM Clock : 300000000 Hz
DDR Clock : 300000000 Hz
Ethernet PHY: GENERIC @ 0x00
Hit any key to stop autoboot: 0
TFTP from server 192.168.0.107; our IP address is 192.168.0.151
Filename 'ramdisk.gz'.
Load address: 0xc1180000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
####################
done
Bytes transferred = 6422035 (61fe13 hex)
TFTP from server 192.168.0.107; our IP address is 192.168.0.151
Filename 'uIm'.
Load address: 0xc0700000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#######################
done
Bytes transferred = 2113736 (2040c8 hex)
## Booting kernel from Legacy Image at c0700000 ...
Image Name: Linux-2.6.33-rc4
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2113672 Bytes = 2 MB
Load Address: c0008000
Entry Point: c0008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
And then it hangs.
What could be wrong?
Regards
Ian