Activate bsp_console_port_console on bsp_uart_com1
Chris Johns
chrisj at rtems.org
Fri Nov 16 19:38:54 UTC 2007
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
More information about the users
mailing list