All of lore.kernel.org
 help / color / mirror / Atom feed
From: C <sorex@cfl.rr.com>
To: linuxppc-embedded@lists.linuxppc.org
Subject: MPC8266ADS missing every other character on the console port; u-boot 0.3.0, eldk, kernel 2.4.4
Date: Tue, 27 May 2003 16:18:55 -0400	[thread overview]
Message-ID: <3ED3C82F.30402@cfl.rr.com> (raw)


I've checked for a solution to this problem here, the ppcboot-user's mailing
list, and Google but I haven't found my answer yet.

The following link chronicles the same behavior but the answers don't seem to apply.

http://lists.linuxppc.org/linuxppc-embedded/200203/msg00238.html

This thread from the ppcboot-users mailing is relevant as well.
http://www.geocrawler.com/mail/thread.php3?subject=%5BPpcboot-users%5D+Linux+console+messages+garbled&list=4205

The problem is that I'm missing every other character on the console port which
looks like this (captured using Tera Term Pro's log function):

 >> ## Transferring control to Linux (at address 00000000) ...

 >> tlmmr  6B sn 4Bfrhs al a 070)iu eso .. ro@y)(c eso .532001 peees/rno2001) 8
u a 71:12 D 03nnd  oapgs 06oe0:49 ae.oe1:0pgs
 >> zn()  ae.enlcmadln:ro=dvrmr
 >> Wrig eltm lc em tc

I'm using u-boot-0.3.0 which has CONFIG_CONS_ON_SCC defined as opposed to
CONFIG_CONS_ON_SMC.  I presume the 'make MPC8266ADS_config' set that up.

I modified arch/ppc/8260_io/uart.c so that SCC1 corresponds with
CONFIG_SERIAL_CONSOLE_PORT.  However, this did not fix the problem.

my rs_table looks like this:

 >> #define CONFIG_SERIAL_CONSOLE_PORT  0
 >>
 >>    .
 >>    .
 >>    .
 >>
 >> static struct serial_state rs_table[] = {
 >>    { 0, 0, PROFF_SCC1, SIU_INT_SCC1, 0, SCC_NUM_BASE + 0},  /* SCC1 ttyS 2 */
 >>    { 0, 0, PROFF_SCC2, SIU_INT_SCC2, 0, SCC_NUM_BASE + 1},  /* SCC2 ttyS 3 */
 >>    { 0, 0, PROFF_SCC3, SIU_INT_SCC3, 0, SCC_NUM_BASE + 2},  /* SCC3 ttyS 4 */
 >>    { 0, 0, PROFF_SCC4, SIU_INT_SCC4, 0, SCC_NUM_BASE + 3},  /* SCC4 ttyS 5 */

Can anyone shed some light on this issue?

Thank you,
Chris Gembarowski
Semper-Ubi-Sub-Ubi


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

             reply	other threads:[~2003-05-27 20:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-27 20:18 C [this message]
2003-05-29 14:04 ` MPC8266ADS missing every other character on the console port; u-boot 0.3.0, eldk, kernel 2.4.4 C

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=3ED3C82F.30402@cfl.rr.com \
    --to=sorex@cfl.rr.com \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.