[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [microblaze-uclinux] Adding kernel support for more UARTs
Thanks John. That worked wonderfully.
The only other thing I did was add the additional device nodes to the romfs
by following the instructions in the Petalinux User Guide.
Thanks again,
Doug
-----Original Message-----
From: owner-microblaze-uclinux@xxxxxxxxxxxxxx
[mailto:owner-microblaze-uclinux@xxxxxxxxxxxxxx] On Behalf Of John Williams
Sent: Tuesday, November 13, 2007 3:38 PM
To: microblaze-uclinux@xxxxxxxxxxxxxx
Subject: Re: [microblaze-uclinux] Adding kernel support for more UARTs
Hi Douglas,
Douglas Bruey wrote:
> I am developing a microblaze system that has more than four uarts. I am
> looking for some direction on where I need to apply configuration or
> source changes to support more than the default devices ttyS0-ttyS4.
> Currently, my boot output for uarts looks like this:
>
[snip]
> I imagine it is a simple fix, I just don't know where to start looking.
Line 23 of drivers/serial/uartlite.c, ULITE_NR_UARTS
If you go to more than 6 devices you will also need to add more entries
in the xilinx_uartlite_device[] table around line 45 of
/arch/microblaze/platform/common/xuartlite.c
Regards,
John
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive :
http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/