linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Re: Serial console problem on MPC8272ADS board
@ 2005-01-25  8:27 Vitaly Bordug
  2005-01-28 10:02 ` ning
  0 siblings, 1 reply; 6+ messages in thread
From: Vitaly Bordug @ 2005-01-25  8:27 UTC (permalink / raw)
  To: ningmin, linuxppc-embedded

Ning,
Well, AFAIK the serial console on the second UART (and second UART on 
SCC4 as well) haven't been included yet to the community tree. To be 
sure you can take a look in the 8260_io/uart.c where in rs_table 
structure second entry should be {0, 0, PROFF_SCC4 ... Implementation is 
not that hard, you need only make proper mentioned entry, enable 
transceiver (BCSR+4), and program parallel port pins (take a look at 
chapter 37 of MPC8272 reference manual, grep for SCC4).

--
Regards, Vitaly

^ permalink raw reply	[flat|nested] 6+ messages in thread
* Serial console problem on MPC8272ADS board
@ 2005-01-23  8:56 ning
  2005-01-24 18:28 ` annamaya
  0 siblings, 1 reply; 6+ messages in thread
From: ning @ 2005-01-23  8:56 UTC (permalink / raw)
  To: linuxppc-embedded

Hello to all

I am trying to use ttyS1(SCC4) as Linux serial console
port on on MPC8272ADS board.
but it doesn't work. 
My linux kernel is 2.4.22,and using u-boot-1.1.1 as a
bootload.
Linux kernel doesn't output any log information after
u-boot's message:
 Uncompressing kernel Image ...  OK
 
If I use ttyS0(SCC1) as a serial console port,Linux will
startup successfully.

  CPM UART driver version 0.01
  ttyS0 at 0x8000 is a SCC
  ttyS1 at 0x8300 is a SCC
  ...

I found serial console port seems be defined in
/arch/ppc/8260_io/uart.c,
but it doesn't work enen if I change
CONFIG_SERIAL_CONSOLE_PORT to 1 (default:0) 

I wonder serial console port only can be set to
ttyS0(SCC1) on MPC8272ADS?

Thanks.

__________________________________
Do You Yahoo!?
Upgrade Your Life
http://bb.yahoo.co.jp/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-02-02 12:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-25  8:27 Serial console problem on MPC8272ADS board Vitaly Bordug
2005-01-28 10:02 ` ning
2005-02-01 17:10   ` Vitaly Bordug
2005-02-02 12:28   ` Jeff Angielski
  -- strict thread matches above, loose matches on Subject: below --
2005-01-23  8:56 ning
2005-01-24 18:28 ` annamaya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).