From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Yanok Date: Tue, 27 Jun 2006 15:14:12 +0400 Subject: [U-Boot-Users] 1.1.4 and 2.6 kernel In-Reply-To: <29f916510606270347j258e367ch7698d2724abac83@mail.gmail.com> References: <29f916510606270143g5d143086oaa336b93f2225495@mail.gmail.com> <29f916510606270347j258e367ch7698d2724abac83@mail.gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de alfred hitch wrote: > I had changed my u-boot configs file to use: > #define CONFIG_BOOTARGS "console=ttyS1,115200 > root=/dev/mtdblock4 rw, mem=64M at 0x00000000" > > Note the change from default ttyS0 to ttyS1. > > And linux bootargs I see xconf as : > console=ttyS1,115200 root=/dev/mtdblock4 mem=64M at 0x00000000 If you have precompiled boot arguments in your kernel then it is surely no u-boot issue. Have you enabled support for serial console on 8250 port? Please, do not answer in this list anymore as your issue is surely kernel specific.