From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Scholz Date: Wed, 13 Aug 2003 13:48:10 +0200 Subject: [U-Boot-Users] Serial console for Linux at SCC1? Message-ID: <3F3A257A.3070306@imc-berlin.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi there, on my MPC8xx board I use SMC1 as serial console for U-Boot and Linux. I start linux using these bootargs setenv bootargs root=/dev/mtdblock0 rw console=ttyS0 Linux tells me ... CPM UART driver version 0.04 ttyS0 on SMC1 at 0x0280, BRG1 ttyS1 on SMC2 at 0x0380, BRG2 ttyS2 on SCC1 at 0x0000, BRG3 ... Everything is fine. BUT: Now I just wanted to set bootargs to "root=/dev/mtdblock0 rw console=ttyS2" in order to get a Linux console at a different Port. But it's not working, i.e. I can't see any messages at ttyS2. Could it be that since I configured U-Boot to use SMC for console, it's not going work with SCC anyway? Thanks, Steven