problem while installing kernel image

hi,

i am trying to install ubuntu on beagle board…i have followed steps in http://elinux.org/BeagleBoardNAND
while flasing kernal image
i am getting like this and it doesn’t get further…please

OMAP3 beagleboard.org # mmc init
mmc1 is available
OMAP3 beagleboard.org # fatload mmc 0:1 0x80300000 uImage.bin
reading uImage.bin

2578044 bytes read
OMAP3 beagleboard.org # nandecc sw
SW ECC selected
OMAP3 beagleboard.org # nand erase 280000 400000

NAND erase: device 0 offset 0x280000, size 0x400000
Erasing at 0x660000 – 100% complete.
OK
OMAP3 beagleboard.org # nand write 0x80300000 0x280000 0x400000

NAND write: device 0 offset 0x280000, size 0x400000
4194304 bytes written: OK
NAND read: device 0 offset 0x280000, size 0x400000
4194304 bytes read: OK
OMAP3 beagleboard.org # nand read 0x8030000 0x280000 0x400000 ; bootm 0x80300000

Booting kernel from Legacy Image at 80300000 …

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

Starting kernel …

Uncompressing Linux…

I have also get same response when i try to port android on beagle board . i follow link of http://code.google.com/p/rowboat/wiki/ConfigureAndBuild
can any one give some solution . thanking advance
with regards Ajish Zacharias