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 364DEE00444 for ; Sat, 1 Feb 2014 08:57:04 -0800 (PST) Received: from [10.2.1.100] (unknown [10.2.1.100]) by mail.taydin.org (Postfix) with ESMTPSA id 303735C0047 for ; Sat, 1 Feb 2014 18:54:19 +0200 (EET) Message-ID: <52ED2755.60606@taydin.org> Date: Sat, 01 Feb 2014 18:56:53 +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 Subject: 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 16:57:07 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hello everybody, In order to do efficient development on my imx6qsabresd card, I would like to do an nfsroot boot. 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. This way, I will program u-boot once, and after that, both the kernel image and the rootfs will be retrieved over the network. I don't have to reflash the sdcard everytime I make a change to the kernel. So mu question is, how can I have bitbake create the vmImage? -- Timur