All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nathan Rossi <nathan@nathanrossi.com>
To: Manjukumar Harthikote Matha <manjukumar.harthikote-matha@xilinx.com>
Cc: "meta-virtualization@yoctoproject.org"
	<meta-virtualization@yoctoproject.org>,
	Pello Heriz <pello.heriz@alumni.mondragon.edu>,
	"yocto@yoctoproject.org" <yocto@yoctoproject.org>,
	"meta-xilinx@yoctoproject.org" <meta-xilinx@yoctoproject.org>,
	Jason Wu <jason.wu.misc@gmail.com>,
	"meta-xilinx-request@yoctoproject.org"
	<meta-xilinx-request@yoctoproject.org>
Subject: Re: [meta-xilinx] xen-image-minimal testing
Date: Wed, 3 May 2017 03:23:08 +1000	[thread overview]
Message-ID: <CA+aJhH0VpaJsXyBMMN5XYVmOAu0BsUk87ep-WdC8bmiSBJ_A3g@mail.gmail.com> (raw)
In-Reply-To: <14EB1FFCA0C8D24A8B04EDEC1EA78C2458A8CB02@XSJ-PSEXMBX01.xlnx.xilinx.com>

On 3 May 2017 at 02:47, Manjukumar Harthikote Matha
<manjukumar.harthikote-matha@xilinx.com> wrote:
>
>
>> -----Original Message-----
>> From: meta-xilinx-bounces@yoctoproject.org [mailto:meta-xilinx-
>> bounces@yoctoproject.org] On Behalf Of Jason Wu
>> Sent: Tuesday, May 02, 2017 2:16 AM
>> To: Pello Heriz <pello.heriz@alumni.mondragon.edu>; meta-
>> xilinx@yoctoproject.org; meta-xilinx-request@yoctoproject.org; meta-
>> virtualization@yoctoproject.org; yocto@yoctoproject.org
>> Subject: Re: [meta-xilinx] xen-image-minimal testing
>>
>>
>>
>> On 2/05/2017 4:33 PM, Pello Heriz wrote:
>> > Hi all,
>> >
>> > I have built an image using "xen-image-minimal" command with Yocto and
>> > I would want to know how can I test if xen functionalities are correct
>> > or not with Zynq MPSoC QEMU. How can I do this?
>> http://www.wiki.xilinx.com/Building+the+Xen+Hypervisor+with+PetaLinux+2016.4+
>> and+newer
>>
>> have look at the "TFTP Booting Xen and Dom0 2016.4" section and hope that helps.
>>
>> >
>> > Anyway, I have seen that sometimes in the QEMU terminal appears the
>> > next message when the mentioned image is launched by "runqemu zcu102".
>> >
>> > INIT: Id "X0" respawning too fast: disabled for 5 minutes
>> >
>> > What's the meaning of the message? Is it critical?
>> It is not critical if you don't need it. The reason you are getting this error message is
>> because the your inittab trying spawn a console when the device node (e.g. hvc0) for
>> Id "X0" does not exists.
>>
>
> Is there a way to stop inittab from doing this?
> Tried few options for initiab, for ex: using "once" instead of "spawn"
>
> Any other good ideas on how we can disable it? Or what is a better approach to resolve this issue during runtime

Change the sysvinit-inittab bbappend in meta-virtualization use
start_getty instead of just getty, start_getty does a 'test -c' before
starting getty on the device. This is how sysvinit-inittab handles
SERIAL_CONSOLES. Alternatively the meta-virtualization bbappend could
just expand SERIAL_CONSOLES.

Regards,
Nathan


WARNING: multiple messages have this Message-ID (diff)
From: Nathan Rossi <nathan@nathanrossi.com>
To: Manjukumar Harthikote Matha <manjukumar.harthikote-matha@xilinx.com>
Cc: "meta-virtualization@yoctoproject.org"
	<meta-virtualization@yoctoproject.org>,
	"yocto@yoctoproject.org" <yocto@yoctoproject.org>,
	"meta-xilinx@yoctoproject.org" <meta-xilinx@yoctoproject.org>,
	Jason Wu <jason.wu.misc@gmail.com>,
	"meta-xilinx-request@yoctoproject.org"
	<meta-xilinx-request@yoctoproject.org>
Subject: Re: [meta-xilinx] xen-image-minimal testing
Date: Wed, 3 May 2017 03:23:08 +1000	[thread overview]
Message-ID: <CA+aJhH0VpaJsXyBMMN5XYVmOAu0BsUk87ep-WdC8bmiSBJ_A3g@mail.gmail.com> (raw)
In-Reply-To: <14EB1FFCA0C8D24A8B04EDEC1EA78C2458A8CB02@XSJ-PSEXMBX01.xlnx.xilinx.com>

On 3 May 2017 at 02:47, Manjukumar Harthikote Matha
<manjukumar.harthikote-matha@xilinx.com> wrote:
>
>
>> -----Original Message-----
>> From: meta-xilinx-bounces@yoctoproject.org [mailto:meta-xilinx-
>> bounces@yoctoproject.org] On Behalf Of Jason Wu
>> Sent: Tuesday, May 02, 2017 2:16 AM
>> To: Pello Heriz <pello.heriz@alumni.mondragon.edu>; meta-
>> xilinx@yoctoproject.org; meta-xilinx-request@yoctoproject.org; meta-
>> virtualization@yoctoproject.org; yocto@yoctoproject.org
>> Subject: Re: [meta-xilinx] xen-image-minimal testing
>>
>>
>>
>> On 2/05/2017 4:33 PM, Pello Heriz wrote:
>> > Hi all,
>> >
>> > I have built an image using "xen-image-minimal" command with Yocto and
>> > I would want to know how can I test if xen functionalities are correct
>> > or not with Zynq MPSoC QEMU. How can I do this?
>> http://www.wiki.xilinx.com/Building+the+Xen+Hypervisor+with+PetaLinux+2016.4+
>> and+newer
>>
>> have look at the "TFTP Booting Xen and Dom0 2016.4" section and hope that helps.
>>
>> >
>> > Anyway, I have seen that sometimes in the QEMU terminal appears the
>> > next message when the mentioned image is launched by "runqemu zcu102".
>> >
>> > INIT: Id "X0" respawning too fast: disabled for 5 minutes
>> >
>> > What's the meaning of the message? Is it critical?
>> It is not critical if you don't need it. The reason you are getting this error message is
>> because the your inittab trying spawn a console when the device node (e.g. hvc0) for
>> Id "X0" does not exists.
>>
>
> Is there a way to stop inittab from doing this?
> Tried few options for initiab, for ex: using "once" instead of "spawn"
>
> Any other good ideas on how we can disable it? Or what is a better approach to resolve this issue during runtime

Change the sysvinit-inittab bbappend in meta-virtualization use
start_getty instead of just getty, start_getty does a 'test -c' before
starting getty on the device. This is how sysvinit-inittab handles
SERIAL_CONSOLES. Alternatively the meta-virtualization bbappend could
just expand SERIAL_CONSOLES.

Regards,
Nathan


  reply	other threads:[~2017-05-02 17:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-02  6:33 xen-image-minimal testing Pello Heriz
2017-05-02  9:16 ` [meta-xilinx] " Jason Wu
2017-05-02 16:04   ` Alistair Francis
2017-05-02 16:04     ` Alistair Francis
2017-05-02 16:47   ` Manjukumar Harthikote Matha
2017-05-02 17:23     ` Nathan Rossi [this message]
2017-05-02 17:23       ` Nathan Rossi
2017-05-02 18:28       ` Manjukumar Harthikote Matha
2017-05-02 19:48         ` Leonardo Sandoval

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=CA+aJhH0VpaJsXyBMMN5XYVmOAu0BsUk87ep-WdC8bmiSBJ_A3g@mail.gmail.com \
    --to=nathan@nathanrossi.com \
    --cc=jason.wu.misc@gmail.com \
    --cc=manjukumar.harthikote-matha@xilinx.com \
    --cc=meta-virtualization@yoctoproject.org \
    --cc=meta-xilinx-request@yoctoproject.org \
    --cc=meta-xilinx@yoctoproject.org \
    --cc=pello.heriz@alumni.mondragon.edu \
    --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.