[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Activate bsp_console_port_console on bsp_uart_com1
- Date: Sat, 17 Nov 2007 06:38:54 +1100
- From: chrisj at rtems.org (Chris Johns)
- Subject: Activate bsp_console_port_console on bsp_uart_com1
Arquer Stephane wrote:
> Hello,
>
> I'm working with rtems v 4.7.1 and bsp pc386 and I want to catch console
> traces on com port.
> How can do ?
> Is it during the bsp build that I've to choose the console port ? And
> How ?
> Is it tunable with #define BSP_CONSOLE_PORT_CONSOLE ?
>
Add "USE_COM1_AS_CONSOLE=1" to the command line of configure. For example:
$ configure --target=i386-rtems4.8 --prefix=/local/rtems/pc386 \
--enable-rtemsbsp=pc386 --enable-tests=yes \
USE_COM1_AS_CONSOLE=1 \
Regards
Chris