Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: John Wilson <john.wilson@er...> - 2010-05-26 16:12:55
|
I am using an Overo Air on a Tobi board and I would like to change the console from UART3 to UART2. I am running off a micro SD card. Here is what I have done thus far, which doesn't work (I still see console text transmitted over Tobi board pin 22, TX3): 1. Created a patch to change U-Boot to disable Bluetooth and enable UART2, as described by Elvis in http://old.nabble.com/Using-UART-2-on-an-Overo-tt22534595.html#a28479456 2. Made 2 tweaks in include/configs/omap3_overo.h: a. Changed the definition of CONFIG_SYS_NS16550_COM3 to be: #define CONFIG_SYS_NS16550_COM3 OMAP34XX_UART2 b. Changed the console line in CONFIG_EXTRA_ENV_SETTINGS to be: "console=ttyS1,115200n8\0" What else do I need to change? 1. The "select serial console configuration" in omap3_overo.h includes 2 other definitions: CONFIG_CONS_INDEX and CONFIG_SERIAL3; do I need to tweak these? 2. I am not very familiar with how U-Boot works. Is there some default environment or NAND settings or anything else I need to change or get rid of before this will work? I am running of an SD card. Your help is much appreciated! John John P. Wilson Engineer Erigo Technologies LLC 64 Main St./P.O. Box 899 Enfield, NH 03748 P: 603.632.4156 C: 603.252.2087 F: 603.676.0162 http://www.erigo.com <http://exchweb/bin/redir.asp?URL=http://www.erigo.com> Notice: This email (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. §§ 2510-2521, is confidential and may be legally privileged. If you are not the intended recipient, you are hereby notified that any retention dissemination, distribution, or copying of this communication is strictly prohibited. Please reply to the sender that you have received the message in error, and then delete it. Thank you. |