[beagleboard] XM Rev C Booting stops after Uncompressing linux......

Ask your self... Which device actually see's the usb side of this
device, the Beagle or your host?

Regards,

Hi
Thanks for the reply i could not understand…
could you be more clear.
i have connected serial/RS 232 output of Beagle board to USB port of Laptop.

Regards
Naren

I assumed that..

SO on your "laptop" the usb serial adapter is /dev/ttyUSB0..

Where as the "Beagle" is using a real hardware serial port, aka NOT ttyUSB0 ..

For v3.2.32 it's /dev/ttyS0 so you'd use: console=ttyS0,115200n8

for v3.2.35+: it's /dev/ttyO0 so you'd use: console=ttyO0,115200n8

Regards,