[U-Boot] U-Boot support for board(s) meesc, otc570

Reinhard Meyer u-boot at emk-elektronik.de
Fri Jan 21 11:44:56 CET 2011


Dear Daniel Gorsulowski,
> Today I found out by GPIO debugging, that U-Boot seems to boot but prints
> its startup messages to wrong USART with proper baudrate. I'll try to
> find out, why there is no output on DBGU.

Note that the USART to use is defined differently than before:

/* serial console */
#define CONFIG_ATMEL_USART
#define CONFIG_USART_BASE		ATMEL_BASE_DBGU
#define	CONFIG_USART_ID			ATMEL_ID_SYS
#define CONFIG_BAUDRATE			115200
#define CONFIG_SYS_BAUDRATE_TABLE	{115200 , 19200, 38400, 57600, 9600 }

Best Regards,
Reinhard


More information about the U-Boot mailing list