From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 73A8EE006C7 for ; Thu, 31 May 2012 11:14:55 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 31 May 2012 11:14:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="150943763" Received: from jlstreix-mobl.amr.corp.intel.com (HELO envy.home) ([10.7.199.145]) by orsmga002.jf.intel.com with ESMTP; 31 May 2012 11:14:55 -0700 Message-ID: <4FC7B4E3.1010401@linux.intel.com> Date: Thu, 31 May 2012 11:13:55 -0700 From: Darren Hart User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: jfabernathy References: <4FC79837.2070309@gmail.com> In-Reply-To: <4FC79837.2070309@gmail.com> X-Enigmail-Version: 1.4.1 Cc: "yocto@yoctoproject.org" Subject: Re: meta-cedartrail - serial console X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2012 18:14:55 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 05/31/2012 09:11 AM, jfabernathy wrote: > Using a DN2800MT (Marshalltown) Intel board, I'm testing the > meta-cedartrail using edison branch and noticed an issues with the > serial console. > > The cedartrail.conf in the machine directory has the following statements: > > SYSLINUX_OPTS = "serial 0 115200" > SERIAL_CONSOLE = "115200 ttyS0" > APPEND += "console=ttyS0,115200 console=tty0" > > However, when the image booted, I had no serial console on ttyS0. I > checked /etc/inittab and noticed that the following line existed: > > S:2345:respawn:/sbin/getty 115200 ttyS3 > > I changed the ttyS3 to ttyS0 and then I have a serial console on the > next reboot. So it appears the override in the .conf file is not > working. Also I only have the console from getty, and not the kernel > logging console. > > Anyone have a solution?? > > If this is considered a bug I can put it on bugzilla. Lets make sure your environment is what we expect. Please provide the output of: $ bitbake core-image-minimal -e | grep SERIAL_CONSOLE= If it is not "115200 ttyS0" then it is getting overwritten somewhere either in your config, or possibly by an inappropriate selection of an assignment operator (=, ?=, etc.) in edison. -- Darren Hart Intel Open Source Technology Center Yocto Project - Linux Kernel