From: "xuxian" <lsfdxuxian@gmail.com>
To: linux-omap-open-source@linux.omap.com
Subject: How to change console to UART3?
Date: Sat, 10 Jun 2006 23:42:08 +0800 [thread overview]
Message-ID: <448ae865.4abdf852.60cc.6267@mx.gmail.com> (raw)
Hi all,
I am facing a problem to make UART3 as the console. I have a board like OSK,
but the serial port is connected to the UART3. U-BOOT had been changed to
UART3 and it work fine. And also, I made some change in kernel, changing the
following code:
static struct omap_uart_config osk_uart_config __initdata = {
.enabled_uarts = (1 << 0),
};
to
static struct omap_uart_config osk_uart_config __initdata = {
.enabled_uarts = (1 << 2),
};
in board-osk.c in /arch/arm/mach-omap1.
When I booting the kernel, it can mount the root filesystem. But it doesn't
have any response to the keyboard. When gives the following information on
the console, it has no action though I pressing enter.
VFS: Mounted root (nfs filesystem).
Freeing init memory: 116K
******************************************
Starting System Init for OMAP5912OSK
******************************************
Press enter to active this console.
It seems that the date output is correct, but there is no date input. Do I
miss something to change in the kernel? Here is the information output when
starting the kernel:
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
ttyS0 at MMIO 0xfffb9800 (irq = 15) is a ST16654
and I have ttyS0 c 4 64 in /dev in filesystem.
Any help will be appreciated. Thank in advance.
Best Regards,
xuxian
next reply other threads:[~2006-06-10 15:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-10 15:42 xuxian [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-06-12 19:43 How to change console to UART3? Haylock, Scott
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=448ae865.4abdf852.60cc.6267@mx.gmail.com \
--to=lsfdxuxian@gmail.com \
--cc=linux-omap-open-source@linux.omap.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox