Not able to log in Beagle board

Hello,
          I have been booting beagle board with Angstrom Linux I have
loaded following files at my MMC card :
1. MLO
2. u-boot.bin
3. u-boot-f.bin
4. ramdisk.gz
5. uImage.bin
6. boot.scr
7. x-load.bin.ift
8. normal.scr
As per instruction at
http://code.google.com/p/beagleboard/wiki/BeagleboardRevCValidationv2#whb
I am geeting following error :
udevd version 124 starteduncorrectable error : <3>end_request: I/O
error, dev mtdblock0, sector 0
Buffer I/O error on device mtdblock0, logical block 0
uncorrectable error : <3>end_request: I/O error, dev mtdblock0, sector 8
Buffer I/O error on device mtdblock0, logical block 1
uncorrectable error : <3>end_request: I/O error, dev mtdblock0, sector 16
Buffer I/O error on device mtdblock0, logical block 2
uncorrectable error : <3>end_request: I/O error, dev mtdblock0, sector 24
Buffer I/O error on device mtdblock0, logical block 3
mmcblk0: error -110 transferring data
end_request: I/O error, dev mmcblk0, sector 32
Buffer I/O error on device mmcblk0, logical block 4
end_request: I/O error, dev mmcblk0, sector 40
Buffer I/O error on device mmcblk0, logical block 5
end_request: I/O error, dev mmcblk0, sector 48
Buffer I/O error on device mmcblk0, logical block 6
end_request: I/O error, dev mmcblk0, sector 56
Buffer I/O error on device mmcblk0, logical block 7
end_request: I/O error, dev mmcblk0, sector 64
Buffer I/O error on device mmcblk0, logical block 8
end_request: I/O error, dev mmcblk0, sector 72
Buffer I/O error on device mmcblk0, logical block 9
end_request: I/O error, dev mmcblk0, sector 80
end_request: I/O error, dev mmcblk0, sector 88
uncorrectable error : <3>end_request: I/O error, dev mtdblock0, sector 0

The Angstrom Distribution beagleboard ttyS2

Angstrom 2008.1-test-20090127 beagleboard ttyS2

beagleboard login:

I am not able to log in Beagle board from log in prompt.
Terminal is accepting any input from Keyboard.
I have use serial cable and mini USbB OTG
Please help me..

Verify that in your terminal program you have flow control turned OFF - if it is on, you will be able to receive the output from the beagle in your terminal, but sending keystrokes will not work. As a test, are you able (with your current setup) to send a keystroke to halt the boot process when it begins?

On the matter of the errors (Buffer I/O errors) I gather that they are normal and it's got to do with Angstrom trying to create a buffer for logging. I'm not sure how to fix it, but Angstrom seems to work for me with these errors occurring. These errors are not why the keyboard input isn't working.

If someone can chime in as to how to resolve these errors in the log, I'd also love to know.

Cheers,
Kai

I had this issue. The /etc/inittab and /etc/securetty files in the
Angstrom image you are using may not match the /dev/ttyXX console
options you are sending in. This stuff is really touchy. If you don't
get it exactly right, it whines.

I don't have immediate access to either of these files, or the
bootargs I use, but at least that's a start.