[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Query regarding builnig Xen on Raspberry-Pi3


  • To: "xen-users@xxxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxxx>
  • From: Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
  • Date: Thu, 14 May 2020 07:47:32 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=jT6jjoGw4lIwvzF2kxK5HSe4OzCOdHIZ2pkHX0FHThg=; b=i7sAEMD0mSEjTMLz1xGV+f/TxwiR39MFo5AmHh3veERqTZEqKddvk0NouDDlaF5ujWELlvln2J9qBKChKGw5ZyZ86jK8SfrSB//iwUp5o5EP/eIkYVRKqthtH9i0Zor067Pw+JCPtSw0Si5UFj7NIHh7bkWGUrdKSwqXRlXof2bwCzNJmN0MyZYKTliEpSTHaeFT+8eQkNlbv5HjrbVmCS7JrmJbeOcucrbln85DK4DuQbIzQXiV+Zgw0DZ4Pgn/bHrfpDcNSUMXwv9hgglVDERtF7Qa3O/3A3i729AwfA8g0m0wdsjZ/aRsGcbnqZU84xBc42un+/469ZGAPt90Jg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=GohOB+yJqePWquxTT6vQIOCmvLks77UNQQ3/lp2Qj+hYjTpXZob31GsCYsiQ/p66WwnIOkg66VBse2Zg5Sp7ZRkbxbRhkLWuDLNSUShoGWSM1bbzGlXMMHF0Tsf/4uvc3S8myYuv+couVL2NgjcyR/Rtj05TM5EJOaod5tOeKA16Us026CGNFEGDtXzjq7c1Wr+taC5P8Ebxz8WVW7Od/yYv9ICdg1EcKx4fFyrJR0uqDO3q7nZQqDTi+01dG3vUty2ES0qTLvD9KiIYdSy1oYiiWtQdoJdyYEwYq3GlemePcL0ckwgRmxB64Uru6JfBRcdzHjQ1K2G22JdLR+tTUQ==
  • Authentication-results: spf=pass (sender IP is 63.35.35.123) smtp.mailfrom=arm.com; lists.xenproject.org; dkim=pass (signature was verified) header.d=armh.onmicrosoft.com;lists.xenproject.org; dmarc=bestguesspass action=none header.from=arm.com;
  • Authentication-results-original: lists.xenproject.org; dkim=none (message not signed) header.d=none; lists.xenproject.org; dmarc=none action=none header.from=arm.com;
  • Cc: nd <nd@xxxxxxx>, siddhartha v <siddhuvgowda.18695@xxxxxxxxx>
  • Delivery-date: Thu, 14 May 2020 07:48:45 +0000
  • List-id: Xen user discussion <xen-users.lists.xenproject.org>
  • Nodisclaimer: true
  • Original-authentication-results: lists.xenproject.org; dkim=none (message not signed) header.d=none;lists.xenproject.org; dmarc=none action=none header.from=arm.com;
  • Thread-index: AQHWKb9ZHLxMR4/HfU+5kZ7ecO0Q+6inK5OAgAAIxwA=
  • Thread-topic: Query regarding builnig Xen on Raspberry-Pi3

> On 14 May 2020, at 08:16, siddhartha v <siddhuvgowda.18695@xxxxxxxxx> wrote:
> 
> Hello,
> 
>        I am trying to build the Xen to my Raspberry pi3 board. Below is the 
> details,
> BBlayers.conf file:
> 
> # POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
> # changes incompatibly
> POKY_BBLAYERS_CONF_VERSION = "2"
> 
> BBPATH = "${TOPDIR}"
> BBFILES ?= ""
> 
> BBLAYERS ?= " \
>   /home/siddhu/Documents/yocto/sources/poky/meta \
>   /home/siddhu/Documents/yocto/sources/poky/meta-poky \
>   /home/siddhu/Documents/yocto/sources/poky/meta-yocto-bsp \
>   /home/siddhu/Documents/yocto/sources/meta-openembedded/meta-oe \
>   /home/siddhu/Documents/yocto/sources/meta-openembedded/meta-multimedia \
>   /home/siddhu/Documents/yocto/sources/meta-openembedded/meta-python \
>   /home/siddhu/Documents/yocto/sources/meta-openembedded/meta-networking \
>   /home/siddhu/Documents/yocto/sources/meta-openembedded/meta-filesystems \
>   /home/siddhu/Documents/yocto/sources/meta-cloud-services \
>   /home/siddhu/Documents/yocto/sources/meta-selinux \
>   /home/siddhu/Documents/yocto/sources/meta-virtualization\
>   /home/siddhu/Documents/yocto/sources/meta-raspberrypi \
>   "
> 
> The build went well but after writing to SD card. I typed "$: xl info " but I 
> got " xl not found" error. May I know what mistake I am doing here please.
> 
> 
> I have attached the local.conf too where I have enabled the virtualisation 
> after going through the readme of the meta-virtualisation.

To activate Xen build you need to add to your local.conf:

DISTRO_FEATURES += “virtualization xen”

You have something to add virtualization but not xen

Then you must start Xen which should start Linux, in your current system you 
have more then probably just started the Linux generated but Xen needs to be 
started first and then Xen is starting Linux.

Once you have done that, it would also help if you provide your boot logs.

Regards
Bertrand

> -- 
> Thanks and Regards.
> Siddhartha V.
>  
> <local.conf>


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.