All of lore.kernel.org
 help / color / mirror / Atom feed
From: Darren Hart <darren.hart@intel.com>
To: "Bodke, Kishore K" <kishore.k.bodke@intel.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: meta-cedartrail - serial console
Date: Fri, 01 Jun 2012 14:16:37 -0700	[thread overview]
Message-ID: <4FC93135.1040802@intel.com> (raw)
In-Reply-To: <D956029D25CF204F948EA0FB515E1EE20ACB7DD9@ORSMSX105.amr.corp.intel.com>

On 06/01/2012 02:02 PM, Bodke, Kishore K wrote:
> 
> 
>> -----Original Message-----
>> From: Hart, Darren
>> Sent: Friday, June 01, 2012 11:12 AM
>> To: Bodke, Kishore K
>> Cc: jfabernathy; yocto@yoctoproject.org
>> Subject: Re: [yocto] meta-cedartrail - serial console
>>
>> On 06/01/2012 11:03 AM, Bodke, Kishore K wrote:
>>>
>>>
>>>> -----Original Message-----
>>>> From: Hart, Darren
>>>> Sent: Thursday, May 31, 2012 12:43 PM
>>>> To: jfabernathy
>>>> Cc: Bodke, Kishore K; yocto@yoctoproject.org
>>>> Subject: Re: [yocto] meta-cedartrail - serial console
>>>>
>>>> On 05/31/2012 12:32 PM, jfabernathy wrote:
>>>>> On 05/31/2012 02:18 PM, Bodke, Kishore K wrote:
>>>>>>
>>>>>>> -----Original Message-----
>>>>>>> From: yocto-bounces@yoctoproject.org [mailto:yocto-
>>>>>>> bounces@yoctoproject.org] On Behalf Of jfabernathy
>>>>>>> Sent: Thursday, May 31, 2012 9:12 AM
>>>>>>> To: yocto@yoctoproject.org
>>>>>>> Subject: [yocto] meta-cedartrail - serial console
>>>>>>>
>>>>>>> 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"
>>>>>>>
>>>>>> I just saw that Edison branch has ttyS3 enabled.
>>>>>>
>>>>>> SYSLINUX_OPTS = "serial 3 115200"
>>>>>> SERIAL_CONSOLE = "115200 ttyS3"
>>>>>> APPEND += "console=ttyS3,115200 console=tty3"
>>>>>>
>>>>>> Are you looking into right branch?
>>>>>>
>>>>>> Thanks
>>>>>> -Kishore.
>>>>>>
>>>>>
>>>>> So how do you get changes in the cedartrail.conf file to take affect??
>>>>> I edited the file and did the bitbake again, but nothing changed.  I'm
>>>>> guessing I need a bitbake -c cleansstate "somthing"  But I don't know
>>>>> what to put there to make rebuild with ttyS0.
>>>>>
>>>>
>>>> Ah yes, this rebuild is a bit frustrating. I believe it is the
>>>> task_core* tasks you need to rebuild. bitbake -u depexp -g
>>>> core-image-base (whatever your image is) will allow you to view which
>>>> task_ tasks it is building, try cleansstate'ing those and rebuilding the
>>>> image.
>>>
>>> I had to remove the above 3 lines from cedartrail.conf and
>>> SERIAL_CONSOLE ?= "115200 ttyS0" line from conf/machine/include/ia32-
>> base.inc
>>> rebuild the image.
>>> It is disabled now.
>>
>> Did you try with SERIAL_CONSOLE="" in cedartrail.conf ?
> 
> Yes. I tried this.  It is disabled.
> 

Meaning you do not have to modify ia32-base.inc?

> I again added back in the grub.cfg, serial console hangs.

Added what back in grub.cfg?

I thought you were disabling the serial port...

Where does the serial console hang? In grub? During boot? At the login
prompt?



-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


  reply	other threads:[~2012-06-01 21:17 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-31 16:11 meta-cedartrail - serial console jfabernathy
2012-05-31 18:13 ` Darren Hart
2012-05-31 18:54   ` jfabernathy
2012-05-31 19:41     ` Darren Hart
2012-06-01 15:45       ` jfabernathy
2012-06-01 17:01         ` Darren Hart
2012-06-01 17:39           ` jfabernathy
2012-06-01 17:44             ` Darren Hart
2012-06-01 17:53               ` jfabernathy
2012-06-01 17:55                 ` Darren Hart
2012-06-01 19:14                   ` jfabernathy
2012-06-01 20:02                     ` Darren Hart
2012-06-01 20:07                       ` jfabernathy
2012-06-01 20:10                         ` Darren Hart
2012-06-01 20:31                           ` jfabernathy
2012-06-01 21:19                             ` Darren Hart
2012-06-01 20:08                   ` jfabernathy
2012-06-01 20:12                     ` Darren Hart
2012-05-31 18:18 ` Bodke, Kishore K
2012-05-31 18:36   ` jfabernathy
2012-05-31 19:32   ` jfabernathy
2012-05-31 19:43     ` Darren Hart
2012-06-01 18:03       ` Bodke, Kishore K
2012-06-01 18:12         ` Darren Hart
2012-06-01 21:02           ` Bodke, Kishore K
2012-06-01 21:16             ` Darren Hart [this message]
2012-06-02  0:51               ` Bodke, Kishore K
2012-06-04 16:32                 ` Darren Hart

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=4FC93135.1040802@intel.com \
    --to=darren.hart@intel.com \
    --cc=kishore.k.bodke@intel.com \
    --cc=yocto@yoctoproject.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.