Forum Discussion
Altera_Forum
Honored Contributor
10 years agoUPDATE (08.26.15):
I have an update on what I have found to switch from the Altera JTAG UART to a standard Altera UART for the linux console output for U-Boot. It appears that the u-boot configuration support file found @ /u-boot-socfpga/include/configs needs to be updated so that at a minimum:- #define config_altera_jtag_uart is undefined and #define config_altera_uart is defined.
- #define config_sys_nios_fixedbaud needs to be undefined so I can set the baud rate based on the config_sys_uart_baud parameter.
- #define config_sys_console_info_quiet is also undefined so that the console output is active.