qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] The process of kernel cross-compiling in arm-test-0.2.t


From: daixiaoke
Subject: Re: [Qemu-devel] The process of kernel cross-compiling in arm-test-0.2.tar.gz
Date: Tue, 24 May 2011 09:44:18 +0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.1.10) Gecko/20100512 Lightning/1.0b1 Thunderbird/3.0.5



于 2011-5-23 19:19, Brad Hards 写道:
On Monday 23 May 2011 19:26:45 daixiaoke wrote:
3.Compiled uClinux following steps in the attachment(Chapter 4: Building
the uClinux image). “STM3210E-EVAL-jffs” was selected for "Porduct" while
Configure uClinux for STM3210E-EVAL.
So you have built the images to install into a STM3210E board.

5.Executed following command on command line:
   qemu-system-arm -kernel xipImage.bin -initrd rootfs.img.bin -nographic
-append "console=ttyAMA0" But it didn't work and nothing was shown out on
the command line.
I think this is the problem: qemu-system-arm isn't emulating an STM3210E
board. The default machine type with qemu-system-arm is the "integratorcp"
(ARM Integrator/CP (ARM926EJ-S) board). See qemu-system-arm -M ? for a full
list of options.

You have to build code that matches the environment you are going to run it
in.
OK.
Thanks a lot.

Dai Xiaoke

Brad







reply via email to

[Prev in Thread] Current Thread [Next in Thread]