From: Sunil Amitkumar Janki <psychicistnonconformist@gmail.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] why "-hda myimgfile" can not work ??
Date: Fri, 04 May 2007 16:01:40 +0200 [thread overview]
Message-ID: <463B3CC4.2040506@gmail.com> (raw)
In-Reply-To: <BAY118-F331DF4B128612BD1E3BEAFCB400@phx.gbl>
[-- Attachment #1: Type: text/plain, Size: 935 bytes --]
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?
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
[-- Attachment #2: qemu-system.sh --]
[-- Type: text/plain, Size: 244 bytes --]
#!/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 &
[-- Attachment #3: qemu-system-install.sh --]
[-- Type: text/plain, Size: 300 bytes --]
#!/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 &
next prev parent reply other threads:[~2007-05-04 14:09 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-04 5:42 [Qemu-devel] why "-hda myimgfile" can not work ?? tang peilei
2007-05-04 6:30 ` Christian MICHON
2007-05-04 7:07 ` tang peilei
2007-05-04 10:20 ` Christian MICHON
2007-05-04 13:13 ` Paul Brook
2007-05-04 13:28 ` tang peilei
2007-05-04 14:01 ` Sunil Amitkumar Janki [this message]
2007-05-04 14:29 ` tang peilei
2007-05-04 15:10 ` Sunil Amitkumar Janki
2007-05-05 4:01 ` tang peilei
2007-05-05 4:52 ` [Qemu-devel] Detecting a kernel stack change Nuri Eady
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=463B3CC4.2040506@gmail.com \
--to=psychicistnonconformist@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).