Hi ,
I am trying to write a serial driver on a new platform of MIPS architecture.
diag_printf is working properly.
But printf is not working, system is not hanged but I can not see any output.

Here is my configuration

DEVTAB_ENTRY(   test_serial_iol,
                                    "/dev/tty0",
                                    "/dev/ser0",
                               &test_serial_devio,
               test_serial_init,
test_serial_lookup, // Serial driver may need initializing
               &test_serial_channel
   );

CYGDAT_IO_SERIAL_TTY_CONSOLE = "/dev/tty0"
CYGPKG_IO_SERIAL_TTY_TTY0 = 1
CYGPKG_IO_SERIAL_DEVICES = 1

Thanks in advance.

Tathagata


--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

Reply via email to