From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KYNuQ-0005OH-Pk for qemu-devel@nongnu.org; Wed, 27 Aug 2008 12:30:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KYNuP-0005Mb-3a for qemu-devel@nongnu.org; Wed, 27 Aug 2008 12:30:14 -0400 Received: from [199.232.76.173] (port=39798 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KYNuO-0005MM-Sm for qemu-devel@nongnu.org; Wed, 27 Aug 2008 12:30:12 -0400 Received: from mail.codesourcery.com ([65.74.133.4]:34215) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KYNuO-0005Ir-Dq for qemu-devel@nongnu.org; Wed, 27 Aug 2008 12:30:12 -0400 From: Paul Brook Subject: Re: [Qemu-devel] "Kernel image must be specified" with qemu-system-arm Date: Wed, 27 Aug 2008 17:30:07 +0100 References: <20080827181751.2cf6f3ee@surf> In-Reply-To: <20080827181751.2cf6f3ee@surf> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808271730.08402.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Wednesday 27 August 2008, Thomas Petazzoni wrote: > Hi, > > I'm using Qemu SVN-5089. When using the pflash option to run U-Boot > with qemu-system-arm, Qemu tells me that I should specify a kernel > image: > > $ qemu-system-arm -M versatilepb -serial stdio -pflash u-boot.bin > Kernel image must be specified The versatile board doesn't currently implement flash. I suggest using the -kernel option to load uboot into ram. Paul