Re: [LinuxBIOS] Got the first bytes from serial console !!!! ( was get some output on serial console of commel lv671 board, but not readable one)

2007-06-19 Thread Dieter Bloms
Hi, On Mon, Jun 18, Marc Jones wrote: Sounds like the source or input clock is set wrong. Try checking/changing CRF0 for UART A clock source settings. It probably isn't the problem but you could also check CR24 bit 6, 24/48MHz input clock. This is set by a pin on the motherboard but

Re: [LinuxBIOS] Got the first bytes from serial console !!!! (was get some output on serial console of commel lv671 board, but not readable one)

2007-06-16 Thread Dieter Bloms
Hi, On Sat, Jun 16, Corey Osgood wrote: Great to hear! Now the question is, why is the baud rate being doubled? And is it doubled for all baud rates? Or, you can ignore it for now and get to work on ram init ;) Good luck! I think it is double for all baudrates, because now I've configured

[LinuxBIOS] Got the first bytes from serial console !!!! (was get some output on serial console of commel lv671 board, but not readable one)

2007-06-16 Thread Dieter Bloms
Hi, yeah, I got the first readable output from my board. I have configured 9600 Baud in Config.lb and with 19200 in minicom I get these lines: LinuxBIOS-2.0.0.0Fallback Sa 16. Jun 07:42:00 CEST 2007 starting... Hello world Hello world SMBus controller enabled PCI: 00:00.00 00: 86 80 80 35 06 00

Re: [LinuxBIOS] Got the first bytes from serial console !!!! (was get some output on serial console of commel lv671 board, but not readable one)

2007-06-16 Thread Stefan Reinauer
* Dieter Bloms [EMAIL PROTECTED] [070616 07:54]: Hi, yeah, I got the first readable output from my board. I have configured 9600 Baud in Config.lb and with 19200 in minicom I get these lines: cool!! What changes were needed? LinuxBIOS-2.0.0.0Fallback Sa 16. Jun 07:42:00 CEST 2007

Re: [LinuxBIOS] Got the first bytes from serial console !!!! (was get some output on serial console of commel lv671 board, but not readable one)

2007-06-16 Thread Dieter Bloms
Hi, On Sat, Jun 16, Stefan Reinauer wrote: yeah, I got the first readable output from my board. I have configured 9600 Baud in Config.lb and with 19200 in minicom I get these lines: cool!! What changes were needed? I've only set the default TTYS0_BAUD=57600 in the Options.lb file and