Re: [meta-xilinx] What kernel for MPSoC?

2016-07-22 Thread Manjukumar Harthikote Matha
Hi Mike, > -Original Message- > From: meta-xilinx-boun...@yoctoproject.org [mailto:meta-xilinx- > boun...@yoctoproject.org] On Behalf Of Mike Looijmans > Sent: Thursday, July 21, 2016 10:26 PM > To: meta-xilinx@yoctoproject.org > Subject: Re: [meta-xilinx] What kernel for MPSoC? > <>

Re: [meta-xilinx] What kernel for MPSoC?

2016-07-22 Thread Mike Looijmans
On 22-07-16 15:31, Nathan Rossi wrote:> On Fri, Jul 22, 2016 at 3:25 PM, Mike Looijmans wrote: If I modify the devicetree and disable the 'psci' part, the system boots fine>> but doesn't wake the other three cores.>> By default ZynqMP machines are setup to use PSCI

Re: [meta-xilinx] SPL on ZynqMP ZCU102 evaluation board

2016-07-22 Thread Mike Looijmans
On 20-07-16 12:52, Michal Simek wrote:> On 20.7.2016 07:43, Mike Looijmans wrote:>> On 19-07-16 23:03, Philip Balister wrote:>>   > On 07/19/2016 11:15 AM, Michal Simek wrote:>> ...>>   >> SPL support for this board will be merged to xilinx u-boot tree pretty>>   >> soon. I have already added

Re: [meta-xilinx] Xilinx QEMU in meta-xilinx

2016-07-22 Thread Nathan Rossi
On Wed, Jul 20, 2016 at 10:21 AM, Alistair Francis wrote: > Hello everyone, > > Xilinx maintains it's own version of QEMU based on the mainline > version of QEMU: https://github.com/xilinx/qemu/ > > This tree has a lot of focus on extra support and features for the >

Re: [meta-xilinx] uRamdisk.image.gz

2016-07-22 Thread Nathan Rossi
Hi, The size of core-image-minimal is limited by the packages you have installed. 'cpio' is an archive format like tar, so it represents the actual packed size, unlike an 'ext' initrd image which represents the size of the filesystem (although the gzip compression of a ext should reduce the empty

Re: [meta-xilinx] How to install mtd-utils on rootfs

2016-07-22 Thread Oleg K Dzhimiev
1. To poky/meta/recipes-core/images/core-image-minimal.bb add: IMAGE_INSTALL_append += " \ mtd-utils \ mtd-utils-misc \ " 2. Or create a core-image-minimal.bbappend file in the meta-xilinx layer and put the text above