Forum Discussion
Altera_Forum
Honored Contributor
21 years agoBy default, the UART is being used for the GDB rather than console connection. This means that you will still see some console output on the UART, but it will have been through the GDB mangler.
If you want to use the UART for the console instead of the JTAG UART then in configtool go to the "Nios2 architecture" package under "eCos HAL" and set the "Diagnostic console device" to be your UART, and the "Debug device" to be "none".