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
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to