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

Re: Query regarding builnig Xen on Raspberry-Pi3


  • To: siddhartha v <siddhuvgowda.18695@xxxxxxxxx>
  • From: Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
  • Date: Thu, 14 May 2020 09:44:41 +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=nyAd6ibQQcWKcdUiZLNjtFb9goTEg5bZvnuBoYFQL3c=; b=fx4e5Rx1qiOmPJE10RND+Djmzqmo3Ox6DLobcQEdYFTbebEKaodj0C8ef3s/zemPoS713T6VlnKPlU6eA4h/uw42d9sALITYRReEC01LNO91Llw4Z6Crz5U5guAkTNIF8QTyBhBX+bq6n+5f2fwQOWaLskvtZtyHzSNhXqaSwgfBWWDRW6YvgL4OwCJWIeD5gP5WDMXkJq2AjOgxDp75K2oLjMsn5noCyh2twW4xNbGRHoZW+/WxmOHv8EiKIOgPbrH79C0aAjF5TZQbGFnICHDtNJGUGIUWuXabAYgj6pYeKLh+X5BmiEM3KfgBFdUqN/1enmNprqOXyEQm+dLROA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=cnbi3mdnjOoFfs05cpYWAcMPENiDqBCYWrsQ9/7PmmOsQ9Sz5siwGq6cq6upMqvatpx1tguG9YXp3m8C/VKHEfBmZ0xtfg8QmCwjOEHcU3NL/+YjktNYtKrCEExZ7m+UzQtqoaWsgG3CCiuTAfLxrAkCIMUnPkLByL1G8Cal2cj4LLzwKRfT4mQ4JDd9PCMmY8oV5yNZZiEUCCLf5I9mMXxwxvOppO2IcFLzkr1EQnGZWYyj292xiAa7xZdABRE966L4566daNi7LEFlTmi/oduXxvpUnqXeOFBmV0dZptB9u8b8qOup8bEaEWHx3UXe/mgaaiYENmHKVlijNqk8hA==
  • 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: gmail.com; dkim=none (message not signed) header.d=none;gmail.com; dmarc=none action=none header.from=arm.com;
  • Cc: nd <nd@xxxxxxx>, "xen-users@xxxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxxx>
  • Delivery-date: Thu, 14 May 2020 09:45:22 +0000
  • List-id: Xen user discussion <xen-users.lists.xenproject.org>
  • Nodisclaimer: true
  • Original-authentication-results: gmail.com; dkim=none (message not signed) header.d=none;gmail.com; dmarc=none action=none header.from=arm.com;
  • Thread-index: AQHWKb9ZHLxMR4/HfU+5kZ7ecO0Q+6inK5OAgAAIxwCAABr1gIAAAS+AgAAERoCAAABRgA==
  • Thread-topic: Query regarding builnig Xen on Raspberry-Pi3


> On 14 May 2020, at 10:43, siddhartha v <siddhuvgowda.18695@xxxxxxxxx> wrote:
> 
> ok sir,
> 
> For building should I use "bitbake xen-image-minimal" command?

Please use:
bitbake xen-image-minimal.bb

> 
> On Thu, May 14, 2020 at 2:58 PM Bertrand Marquis <Bertrand.Marquis@xxxxxxx> 
> wrote:
> Hi,
> 
>> On 14 May 2020, at 10:24, siddhartha v <siddhuvgowda.18695@xxxxxxxxx> wrote:
>> 
>> Hi sir, 
>>   I tried to build by adding the line that you suggested but I got below 
>> error:
>> 
>> siddhu@siddhu:~/Documents/yocto/build$ bitbake core-image-base
>> ERROR: Unable to start bitbake server (None)
>> ERROR: Server log for this session 
>> (/home/siddhu/Documents/yocto/build/bitbake-cookerdaemon.log):
>> --- Starting bitbake server pid 26317 at 2020-05-14 14:52:35.773040 ---
>> ERROR: ParseError at /home/siddhu/Documents/yocto/build/conf/local.conf:43: 
>> unparsed line: 'DISTRO_FEATURES += “virtualization xen”'
>> siddhu@siddhu:~/Documents/yocto/build$ 
>> 
> 
> You must have some wrong comas in the line.
> Please try to rewrite it.
> 
> Bertrand
> 
>> 
>> 
>> On Thu, May 14, 2020 at 1:17 PM Bertrand Marquis <Bertrand.Marquis@xxxxxxx> 
>> wrote:
>> 
>> > 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>
>> 
>> 
>> 
>> -- 
>> Thanks and Regards.
>> Siddhartha V.
>>  
> 
> 
> 
> -- 
> Thanks and Regards.
> Siddhartha V.
>  


 


Rackspace

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