From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLrhd-0000xX-31 for qemu-devel@nongnu.org; Wed, 23 Jul 2008 23:41:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLrhX-0000x6-IP for qemu-devel@nongnu.org; Wed, 23 Jul 2008 23:41:16 -0400 Received: from [199.232.76.173] (port=35435 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLrhX-0000ws-Ai for qemu-devel@nongnu.org; Wed, 23 Jul 2008 23:41:11 -0400 Received: from wr-out-0506.google.com ([64.233.184.229]:53181) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLrhV-0003C9-0k for qemu-devel@nongnu.org; Wed, 23 Jul 2008 23:41:10 -0400 Received: by wr-out-0506.google.com with SMTP id c46so1840622wra.18 for ; Wed, 23 Jul 2008 20:40:34 -0700 (PDT) Message-ID: <7296b2af0807232040w565c40eufaa5e261dad2c922@mail.gmail.com> Date: Thu, 24 Jul 2008 11:40:33 +0800 From: "=?GB2312?B?1tzn+bOu?=" MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_95502_14402133.1216870833918" Subject: [Qemu-devel] How to create a .zImage file for arm on windows 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 ------=_Part_95502_14402133.1216870833918 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Dear all: I downloadded a qemu-0.9.0-arm package for windows platform. Then, I used this qemu. I found the file system format is cramfs, it's read only. I was requested to develop Embedded Linux Application, and run it with QEMU on windows platform. So, I have two chose: 1. cross compile my application on Linux system, and then add it into integratorcp.zImage(as in the qemu-0.9.0-qemu package). 2. create a cross toolchain for arm in the integratorcp.zImage, and the develop application under on the Linux system, which is emulated by QEMU. But, the precondition is I must create a writeable .zImage file. Finally, my question is :How should I create a writeable .zImage file for arm on windows form (such as ramdisk fs)? Best regards. by zhou ------=_Part_95502_14402133.1216870833918 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Dear all:
 
        I downloadded a qemu-0.9.0-arm package for windows platform. Then, I used this qemu. I found the file system format is cramfs, it's read only.  I was requested to develop Embedded Linux Application, and run it with QEMU on windows platform.
       
        So, I have two chose:
        1. cross compile  my application on Linux system, and then add it into integratorcp.zImage(as in the qemu-0.9.0-qemu package).
        2. create a cross toolchain for arm in the integratorcp.zImage, and the develop application under on the Linux system, which is emulated by QEMU.
        
         But, the precondition is I must create a writeable .zImage file.
        
         Finally, my question is :How should I create a writeable .zImage file for arm on windows form (such as ramdisk fs)?
 
Best regards.
by zhou
------=_Part_95502_14402133.1216870833918--