On Mon, Jun 04, 2007 at 11:42:44PM +0200, Dieter Bloms wrote:
/* Setup the console */ w83627hf_enable_serial(SERIAL_DEV, TTYS0_BASE); uart_init(); console_init(); print_err("Hello\n");
Are you sure your hardware setup is working otherwise? Can you leave the null-modem cable attached as it is right now, but boot a normal Linux system on both ends of the cable? Then run minicom, 115200 BAUD on both sides, and test whether the trasmission itself works?
Do you use real serial ports or some USB-to-serial thingy? I had some problems with these devices in the past, a real serial port might be more reliable...
Uwe.