* [U-Boot] Trying to redirect console in Gumstix Overo
@ 2010-05-28 15:25 John Wilson
2010-06-02 17:30 ` John Wilson
0 siblings, 1 reply; 2+ messages in thread
From: John Wilson @ 2010-05-28 15:25 UTC (permalink / raw)
To: u-boot
I would like to change the console from UART3 to UART2 on a Gumstix Overo platform. Here is what I have done thus far, which doesn't work (as explained below):
Made the following tweaks in include/configs/omap3_overo.h:
a. Changed the console definitions to be:
#define CONFIG_CONS_INDEX 2
#define CONFIG_SYS_NS16550_COM2 OMAP34XX_UART2
#define CONFIG_SERIAL2 2
b. Changed the console line in CONFIG_EXTRA_ENV_SETTINGS to be:
"console=ttyS1,115200n8\0"
This isn't quite working. When I initially boot the Overo, I get the following brief output (on ttyS2, not ttyS1), but then the computer doesn't boot further:
Texas Instruments X-Loader 1.4.3 (Feb 16 2010 - 10:36:47)
Reading boot sector
Loading u-boot.bin from mmc
What else do I need to change? 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.
Any insight is very 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
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot] Trying to redirect console in Gumstix Overo
2010-05-28 15:25 [U-Boot] Trying to redirect console in Gumstix Overo John Wilson
@ 2010-06-02 17:30 ` John Wilson
0 siblings, 0 replies; 2+ messages in thread
From: John Wilson @ 2010-06-02 17:30 UTC (permalink / raw)
To: u-boot
> I would like to change the console from UART3 to UART2 on a Gumstix Overo
platform. Here is what I have done
> thus far, which doesn't work (as explained below):
>
> Made the following tweaks in include/configs/omap3_overo.h:
>
> a. Changed the console definitions to be:
> #define CONFIG_CONS_INDEX 2
> #define CONFIG_SYS_NS16550_COM2 OMAP34XX_UART2
> #define CONFIG_SERIAL2 2
>
> b. Changed the console line in CONFIG_EXTRA_ENV_SETTINGS to be:
> "console=ttyS1,115200n8\0"
>
> This isn't quite working. When I initially boot the Overo, I get the
following brief output (on ttyS2, not
> ttyS1), but then the computer doesn't boot further:
>
> Texas Instruments X-Loader 1.4.3 (Feb 16 2010 - 10:36:47)
> Reading boot sector
> Loading u-boot.bin from mmc
>
> What else do I need to change? 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.
>
Any insight on how to redirect the console output is very much appreciated. Any
pointers from anyone who has changed the console output?
Best regards,
John
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-02 17:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-28 15:25 [U-Boot] Trying to redirect console in Gumstix Overo John Wilson
2010-06-02 17:30 ` John Wilson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox