From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Thompson Date: Fri, 22 Jul 2011 09:22:01 +0100 Subject: [U-Boot] u-boot using UART1 In-Reply-To: <16B6520613CB8549B428B664E7F4A465049B6C@exch01.ta.local> References: <16B6520613CB8549B428B664E7F4A465049B6C@exch01.ta.local> Message-ID: <4E293329.9050009@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Don, Please ask u-boot questions on the u-boot mailing list. On 22/07/11 01:03, Don McCune wrote: > > We are bringing up a board based on the OMAPL137 processor. The board is similar to the Spectrum Digital Evm board; however it has used UART2 for something else, so we need to make UAR1 the console line for u-boot. Could you tell us how to modify u-boot to use UART1 for its console? > $ grep UART include/configs/da830evm.h #define CONFIG_SYS_NS16550_COM1 DAVINCI_UART2_BASE /* Base address of UART2 */ #define CONFIG_SYS_NS16550_CLK clk_get(DAVINCI_UART2_CLKID) #define CONFIG_CONS_INDEX 1 /* use UART0 for console */ Just change DAVINCI_UART2_BASE to DAVINCI_UART1_BASE. (and make sure your boot loader enables the pinmux for UART1) > > > Please reply-to-all with any questions or answers. If you wish to contact us directly, please call Tim Orling at 805 269 0767. > > > > Thank you. > > > > Regards, > > Don McCune > > Nick.