From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jlbso-0006DU-7j for qemu-devel@nongnu.org; Mon, 14 Apr 2008 23:30:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jlbsl-0006DI-Ml for qemu-devel@nongnu.org; Mon, 14 Apr 2008 23:30:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jlbsl-0006DF-Jb for qemu-devel@nongnu.org; Mon, 14 Apr 2008 23:30:55 -0400 Received: from fk-out-0910.google.com ([209.85.128.189]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jlbsl-0001Gv-82 for qemu-devel@nongnu.org; Mon, 14 Apr 2008 23:30:55 -0400 Received: by fk-out-0910.google.com with SMTP id 18so2079157fkq.2 for ; Mon, 14 Apr 2008 20:30:53 -0700 (PDT) Message-ID: Date: Tue, 15 Apr 2008 11:30:53 +0800 From: valpassing MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Qemu-devel] how to run .bin file in Qemu LM3S6965EVB emulation? 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, I've build a .bin file for LM3S6965EVB board. If I have a real one, I need to burn this bin file into flash. Under qemu, what I should do to run this .bin file? Found no setup-by-setup guide in the website. The ld configuration for this .bin file is: MEMORY { FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 256K SRAM (rwx) : ORIGIN = 0x20000000, LENGTH = 64K } Thanks, Valpa