From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HcLig-0007VI-II for qemu-devel@nongnu.org; Fri, 13 Apr 2007 09:21:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HcLie-0007V6-Bl for qemu-devel@nongnu.org; Fri, 13 Apr 2007 09:21:42 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HcLie-0007V3-7N for qemu-devel@nongnu.org; Fri, 13 Apr 2007 09:21:40 -0400 Received: from blitz.aql.fr ([83.206.143.174]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HcLeK-0007qB-FQ for qemu-devel@nongnu.org; Fri, 13 Apr 2007 09:17:13 -0400 Received: from [10.11.24.105] (dyn-pool-1.aql.fr [192.168.99.1]) by blitz.aql.fr (8.13.6/8.13.6) with ESMTP id l3DDGir5043671 for ; Fri, 13 Apr 2007 15:16:44 +0200 (CEST) (envelope-from maxime.tierrie@aql.fr) Message-ID: <461F83C4.40805@aql.fr> Date: Fri, 13 Apr 2007 15:21:08 +0200 From: Maxime Tierrie MIME-Version: 1.0 Subject: [Qemu-devel]Debian for arm Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Hi all, I would like to build Debian for an ARM target and simulate it with qemu. I tried the following command: qemu-system-arm -M versatilepb -cdrom debian-31r5-arm-netinst.iso -hda hda.img -boot d Obviously, it doesn't work (it always asked for a kernel image). I have already experienced a net-install through qemu for i386 target. Is this possible with an ARM target? regards, maxime.