[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microblaze-uclinux] Uartlite serial console no longer works - For me it does work.



Hello Paul,
I'm surprised to hear that. I also did a fresh download on 24th of April and my console works well with Uartlite. I did the Upgrade of my design to EDK 8.1 and to a fresh uClinux in a 'night shift', so I only have a vague recollection to what I did. Maybe I did a selection in 'make menuconfig', where I had to select the console target...

Kind regards,
Andreas.



Andreas Roland
Murwiesenstr. 47
8057 Zürich
Switzerland
Tel: +41-1-313 12 16
Mobile: +41-78 656 0 323
Email: arol'#'wolke7.net


Paul Hartke wrote:
Hi all,

I've just done a fresh cvs checkout and now the UARTLITE isn't being used as
the serial console.

I see that "drivers/char/tty_io.c" has recently changed from
"#ifdef CONFIG_XILINX_UARTLITE_0_INSTANCE
        xmbrs_console_init();
#endif"
to
"#ifdef CONFIG_UARTLITE_SERIAL_CONSOLE
        xmbrs_console_init();
#endif"

However, I cannot get "CONFIG_UARTLITE_SERIAL_CONSOLE" defined in .config I have hard enabled this define in "drivers/char/tty_io.c" and things work
again.

I thought this might be caused by the "XILNX" typo in
http://cvs.uclinux.org/cgi-bin/cvsweb.cgi/uClinux-2.4.x/arch/microblaze/config.in?rev=1.23;content-type=text%2Fplain
dep_bool    'Console on UARTLITE'  CONFIG_UARTLITE_SERIAL_CONSOLE
$CONFIG_XILNX_UARTLITE_0_INSTANCE

However, fixing this typo doesn't solve the problem and I've been unable to
figure out why the autoconfig mechanism isn't working properly.

Thanks.
Paul



___________________________
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/