ok i have find this in BSP System.h:
but nothing about stdout ( excuse i am a beginner)
/*
* jtag_uart_0 configuration
*
*/
# define ALT_MODULE_CLASS_jtag_uart_0 altera_avalon_jtag_uart# define JTAG_UART_0_BASE 0x10# define JTAG_UART_0_IRQ 0# define JTAG_UART_0_IRQ_INTERRUPT_CONTROLLER_ID 0# define JTAG_UART_0_NAME "/dev/jtag_uart_0"# define JTAG_UART_0_READ_DEPTH 64# define JTAG_UART_0_READ_THRESHOLD 8# define JTAG_UART_0_SPAN 8# define JTAG_UART_0_TYPE "altera_avalon_jtag_uart"# define JTAG_UART_0_WRITE_DEPTH 64# define JTAG_UART_0_WRITE_THRESHOLD 8
and the shell tells me this :
There is no JTAG UARTs available with match the --devices and --instence option you provided...
but in my sopc i have added the JTAG uart and Qsys connect it before i create the project...