All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Om Prakash PAL <omprakash.pal@stericsson.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: Porting of specific Kernel/Driver into yocto.
Date: Mon, 25 Jun 2012 09:08:14 -0400	[thread overview]
Message-ID: <4FE862BE.2020307@windriver.com> (raw)
In-Reply-To: <3ED83A9DB3B6D94CA68BF7C03F2981D35B1897B1D8@EXDCVYMBSTM006.EQ1STM.local>

On 12-06-25 08:53 AM, Om Prakash PAL wrote:
> Hi Khem,
> I have build core-image-core. but still this Error:
> ======================================================>
>     11.165466] EXT3-fs (mmcblk0p1): mounted filesystem with writeback data mode
> [   11.172668] VFS: Mounted root (ext3 filesystem) on device 179:1.
> [   11.179260] Freeing init memory: 316K
> INIT: version 2.88 booting
> Error Cannot open /dev/tty0: No such device or address
> mknod: /dev/console: File exists
>
> =========================================================>
>
> I have set SERIAL_CONSOLE="115200 ttyAMA2"  then why its taking /dev/tty0 ?.

I've lost some of the context on the board you are working with, but
from ttyAMA2, I'm assuming it is an arm board. Have you verified that your
bootloader can pass the kernel bootline properly to the kernel ? It is
(unfortunately) fairly common that it isn't properly passed. If you
modify your configuration to have a built in command line with your
configuration, you may be able to get better setup to debug the
problem.

Cheers,

Bruce

> please help.
>
> Best Regards,
> Om Prakash Pal
> _______________________________________
> From: Khem Raj [raj.khem@gmail.com]
> Sent: Friday, June 22, 2012 11:18 AM
> To: Om Prakash PAL
> Cc: Gary Thomas; yocto@yoctoproject.org
> Subject: Re: [yocto] Porting of specific Kernel/Driver into yocto.
>
> On Thu, Jun 21, 2012 at 10:37 PM, Om Prakash PAL
> <omprakash.pal@stericsson.com>  wrote:
>>
>>>> and then console got  stuck.
>>>
>>>> What do you have SERIAL_CONSOLE set to in your configuration?
>>>
>>> I have set SERIAL_CONSOLE="115200 ttyAMA2". As we are using ttyAMA2 for console.
>>
>>> What is your target device?  Do you really have /dev/ttyAMA2 serial port??.
>>
>> Yes, I have /dev/ttyAMA2 serial port.
>
> Can you try using say poky/master and generate root file system and
> try that out ?
> another option is to try core-image-core
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



  reply	other threads:[~2012-06-25 13:08 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-04  8:46 Porting of specific Kernel/Driver into yocto Om Prakash PAL
2012-04-04 12:47 ` Bruce Ashfield
2012-04-08 14:04   ` Om Prakash PAL
2012-04-09  4:02     ` Bruce Ashfield
2012-04-09 16:31       ` Om Prakash PAL
2012-04-09 17:34         ` Bruce Ashfield
2012-04-11 15:24           ` Om Prakash PAL
2012-04-11 15:54             ` Bruce Ashfield
2012-04-11 15:34           ` Om Prakash PAL
2012-04-11 15:56             ` Bruce Ashfield
2012-04-29  9:58           ` Om Prakash PAL
2012-04-29 18:48             ` Khem Raj
2012-04-30  8:45               ` Om Prakash PAL
2012-04-30  2:27             ` Bruce Ashfield
2012-04-30 10:34             ` Om Prakash PAL
2012-04-30 14:12               ` Bruce Ashfield
2012-05-03  9:24                 ` Om Prakash PAL
2012-05-03 12:29                   ` Bruce Ashfield
2012-05-06  9:43                     ` Om Prakash PAL
2012-05-06 12:30                       ` Bruce Ashfield
2012-05-23 12:39                         ` Om Prakash PAL
2012-05-23 18:16                           ` Darren Hart
2012-06-21 12:27                             ` Om Prakash PAL
2012-06-21 12:47                               ` Gary Thomas
2012-06-21 14:16                                 ` Om Prakash PAL
2012-06-21 14:28                                   ` Gary Thomas
2012-06-21 15:30                                     ` McClintock Matthew-B29882
2012-06-22  5:37                                     ` Om Prakash PAL
2012-06-22  5:48                                       ` Khem Raj
2012-06-22  9:29                                         ` Om Prakash PAL
2012-06-22 12:38                                           ` Om Prakash PAL
2012-06-25 12:53                                         ` Om Prakash PAL
2012-06-25 13:08                                           ` Bruce Ashfield [this message]
2012-06-25 13:12                                             ` Gary Thomas
2012-06-25 14:09                                               ` Om Prakash PAL
2012-06-25 14:06                                             ` Om Prakash PAL
2012-06-25 14:08                                               ` Bruce Ashfield
2012-06-25 14:12                                                 ` Om Prakash PAL
2012-06-25 15:13                                                   ` Khem Raj
2012-06-26  5:33                                                     ` Om Prakash PAL
2012-06-26  7:22                                                       ` Chris Tapp
2012-06-26  7:53                                                         ` Om Prakash PAL
2012-06-26  7:56                                                         ` Om Prakash PAL
2012-05-28 17:55                           ` Bruce Ashfield
2012-06-21 12:43                             ` Om Prakash PAL

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=4FE862BE.2020307@windriver.com \
    --to=bruce.ashfield@windriver.com \
    --cc=omprakash.pal@stericsson.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.