[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] why "-hda myimgfile" can not work ??
From: |
tang peilei |
Subject: |
Re: [Qemu-devel] why "-hda myimgfile" can not work ?? |
Date: |
Fri, 04 May 2007 14:29:20 +0000 |
From: Sunil Amitkumar Janki <address@hidden>
Reply-To: address@hidden
To: address@hidden
Subject: Re: [Qemu-devel] why "-hda myimgfile" can not work ??
Date: Fri, 04 May 2007 16:01:40 +0200
tang peilei wrote:
>> The ARM boards do not support IDE. Some of them have a SCSI controller
>> instead, as described in the documentation.
> As the ARM boards do not support IDE, and my net can not work. How can
> I copy files from QEMU system to my phy system ???
I don't really understand what your question is about.
Are you running Linux on a physical ARM system or a
virtual QEMU ARM platform?
My phy system is my PC, a computer with ubuntu.
and qemu-system-arm is running in this PC .
I run Armedslack and Debian in QEMU ARM emulation
with a virtual SCSI hard drive and user mode networking
and both work fine.
You can use any network file system you want. I am using
FUSE and SSHFS and it functions well. You can also use
Samba, NFS or something else.
I have attached my scripts for Armedslack (http://www.armedslack.org)
and there are directions for Debian at http://www.aurel32.net.
If it works for me it should also work for you. QEMU CVS as of
20070420 didn't work for me though, but 0.9.0 release does.
Sunil
I also use command like you, but I can not find any hard disk info in
qemu's system.(in dmesg's output).
Are you create your disk img with command qemu-img ???
#!/bin/sh
#
# Armedslack
#
# Running
#
# qemu-system-arm-orig \
qemu-system-arm \
-M versatilepb \
-m 256 \
-kernel vmlinuz-versatile-2.6.20 \
-append "ro root=/dev/sda2" \
-hda ata01.dsk \
-redir tcp:10023::10022 \
-k en-us &
#!/bin/sh
#
# Armedslack
#
# Installation
#
qemu-system-arm \
-M versatilepb \
-m 256 \
-kernel vmlinuz-versatile-2.6.20 \
-initrd color.gz \
-append "rw root=/dev/ram0 ramdisk_size=9900" \
-hda ata01.dsk \
-cdrom armedslack-current-dvd.iso \
-redir tcp:10023::10022 \
-k en-us &
_________________________________________________________________
免费下载 MSN Explorer: http://explorer.msn.com/lccn/
- [Qemu-devel] why "-hda myimgfile" can not work ??, tang peilei, 2007/05/04
- Re: [Qemu-devel] why "-hda myimgfile" can not work ??, Christian MICHON, 2007/05/04
- Re: [Qemu-devel] why "-hda myimgfile" can not work ??, tang peilei, 2007/05/04
- Re: [Qemu-devel] why "-hda myimgfile" can not work ??, Christian MICHON, 2007/05/04
- Re: [Qemu-devel] why "-hda myimgfile" can not work ??, Paul Brook, 2007/05/04
- Re: [Qemu-devel] why "-hda myimgfile" can not work ??, tang peilei, 2007/05/04
- Re: [Qemu-devel] why "-hda myimgfile" can not work ??, Sunil Amitkumar Janki, 2007/05/04
- Re: [Qemu-devel] why "-hda myimgfile" can not work ??,
tang peilei <=
- Re: [Qemu-devel] why "-hda myimgfile" can not work ??, Sunil Amitkumar Janki, 2007/05/04
- Re: [Qemu-devel] why "-hda myimgfile" can not work ??, tang peilei, 2007/05/05
- [Qemu-devel] Detecting a kernel stack change, Nuri Eady, 2007/05/05