[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Activate bsp_console_port_console on bsp_uart_com1
- Date: Thu, 22 Nov 2007 08:48:16 +0100
- From: stephane.arquer at c-s.cnes.fr (Arquer Stephane)
- Subject: Activate bsp_console_port_console on bsp_uart_com1
Hello,
It's working fine for me too.
I configured
#define CONFIGURE_HAS_OWN_DEVICE_DRIVER_TABLE
rtems_driver_address_table Device_drivers[5] = {
CONSOLE_DRIVER_TABLE_ENTRY,
TTY1_DRIVER_TABLE_ENTRY,
TTY2_DRIVER_TABLE_ENTRY,
CLOCK_DRIVER_TABLE_ENTRY,
{NULL, NULL, NULL, NULL, NULL, NULL}
};
TTY1_DRIVER_TABLE_ENTRY is the problem cause, it can't be configured both in the device drivers table an activated derectly in the console.c by the configure.
Thanks for the help.
sa
> -----Message d'origine-----
> De : Chris Johns [mailto:chrisj at rtems.org]
> Envoy? : mercredi 21 novembre 2007 06:45
> ? : Arquer Stephane
> Cc : rtems-users at rtems.org
> Objet : Re: RE : Activate bsp_console_port_console on bsp_uart_com1
>
>
> Arquer Stephane wrote:
> > Thanks for the answer.
> > However, I've build another BSP using the following command
> line, the
> > console is initialized and I've the "TTYS1: port selected
> as console" message on the serial port, but no more messages
> and the target is frozen. Are there things else to configure ?
> >
>
> Not for me. I can use this setting with qemu.
>
> Regards
> Chris
>