[uClinux-dev] romfs help?
Erwin Authried
eauth at softsys.co.at
Mon Jan 22 14:28:17 EST 2007
Am Montag, den 22.01.2007, 09:54 -0800 schrieb Brandon Fosdick:
> Greg Ungerer wrote:
> >> Serial: 8250/16550 driver $Revision: 1.90 $ 0 ports, IRQ sharing disabled
> >
> > For one thing there are no serial devices found.
> > So "console=ttyS0" won't be possible.
>
> Eventually I actually noticed that. I can be a bit slow sometimes...
>
> However, I can make that line show most any number using
> CONFIG_SERIAL_8250_NR_UARTS. The results are the same regardless. It
> seems the built in ports aren't being picked up by the 8250 driver, so
> I'm working on adding an LPC22XX specific driver. Hopefully that will
> work better.
>
You won't need a special driver, I guess that the include file with the
LPC22XX port definitions from asm-arm/arch-lpc22xx/serial isn't used.
Try to modify asm-arm/serial.h so that it contains nothing more than
this:
#ifndef __ASM_SERIAL_H
#define __ASM_SERIAL_H
#include <asm/arch/serial.h>
#endif
Regards,
Erwin
More information about the uClinux-dev
mailing list