From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.taydin.org (mail.taydin.org [195.174.225.70]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 8877FE00444 for ; Sat, 1 Feb 2014 10:32:58 -0800 (PST) Received: from [10.2.1.100] (unknown [10.2.1.100]) by mail.taydin.org (Postfix) with ESMTPSA id 6CE895C007D for ; Sat, 1 Feb 2014 20:30:14 +0200 (EET) Message-ID: <52ED3DD0.6070100@taydin.org> Date: Sat, 01 Feb 2014 20:32:48 +0200 From: Timur Aydin User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <52ED2755.60606@taydin.org> <52ED2FB9.5080902@linaro.org> In-Reply-To: <52ED2FB9.5080902@linaro.org> Subject: Re: nfsroot boot X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Feb 2014 18:33:01 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Thanks for the response Trevor. Indeed, I have tried using the uImage, which does exist and was able to load it into u-boot. Next I tried "run netboot" and the uImage was loaded successfully. However, afterwards, u-boot tries to retrieve an imx6q-sabresd.dtb file and can't find it. This file doesn't exist in my build directory. Is there something required to generate this file? -- Timur On 2/1/2014 7:32 PM, Trevor Woerner wrote: > On 02/01/14 11:56, Timur Aydin wrote: >> The rootfs.ext3 image is already under tmp/deploy/images/imx6qsabresd, >> there is also the uImage. But I need the vmImage, which is just the >> kernel image, without uboot. > > I believe the kernel by itself is the uImage. I don't know of anything > called the vmImage. To me, if anything, "vmImage" would imply "virtual > machine image" which, currently, OE doesn't build for non-x86 targets. > >> So mu question is, how can I have bitbake create the vmImage? > > $ bitbake -f -c compile virtual/kernel > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale >